Results

By type

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

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

2021-10-28T05:24:32.312Z||main|||||INFO|500||The following profiles are active: basic
2021-10-28T05:24:49.325Z||main|||||INFO|500||Starting service [Tomcat]
2021-10-28T05:24:49.326Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2021-10-28T05:24:49.448Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2021-10-28T05:24:54.074Z||main|||||INFO|500||catdb-pool - Starting...
2021-10-28T05:24:54.874Z||main|||||INFO|500||catdb-pool - Start completed.
2021-10-28T05:24:55.896Z||main|||||INFO|500||reqdb-pool - Starting...
2021-10-28T05:24:55.904Z||main|||||INFO|500||reqdb-pool - Start completed.
2021-10-28T05:24:56.367Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2021-10-28T05:24:56.917Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2021-10-28T05:25:00.637Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-10-28T05:25:09.296Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-28T05:25:11.519Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-28T05:25:11.590Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2021-10-28T05:25:12.228Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2021-10-28T05:25:12.349Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2021-10-28T05:25:13.604Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-10-28T05:25:14.748Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2021-10-28T05:25:14.766Z||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$$a1a3d335.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2021-10-28T05:25:14.767Z||main|||||WARN|500||The sdc end point is not alive
2021-10-28T05:25:18.193Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-10-28T05:25:21.145Z||main|||||WARN|500||---
2021-10-28T05:25:21.146Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2021-10-28T05:25:21.147Z||main|||||WARN|500||---
2021-10-28T05:25:21.546Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2021-10-28T05:25:26.265Z||main|||||INFO|500||Started Application in 60.852 seconds (JVM running for 70.92)
2021-10-28T05:25:26.283Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2021-10-28T05:25:26.285Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2021-10-28T05:25:26.297Z||scheduling-1|||||INFO|500||DistributionClient - init
2021-10-28T05:25:26.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2021-10-28T05:25:26.363Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 5185ccf1-9805-4400-9fed-eac6baeeb353 url= /sdc/v1/artifactTypes
2021-10-28T05:25:26.364Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2021-10-28T05:25:26.605Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2021-10-28T05:25:26.631Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2021-10-28T05:25:26.651Z||scheduling-1|||||DEBUG|500||create keys
2021-10-28T05:25:26.659Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2021-10-28T05:25:26.961Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:25:26.981Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fb181a65-bb8c-40ad-b6fc-b5df61e77680 url= /sdc/v1/registerForDistribution
2021-10-28T05:25:27.261Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fb181a65-bb8c-40ad-b6fc-b5df61e77680 url= /sdc/v1/registerForDistribution
2021-10-28T05:25:27.262Z||scheduling-1|||||INFO|500||start DistributionClient
2021-10-28T05:25:27.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:25:27.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:25:27.285Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2021-10-28T05:25:27.285Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:25:27.286Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:25:27.285Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:25:27.289Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:25:38.286Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:25:38.382Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:26:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:26:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:26:27.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:26:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:26:27.277Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:26:27.278Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:26:36.843Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:26:36.899Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:27:27.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:27:27.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:27:27.271Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:27:27.272Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:27:27.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:27:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:27:36.864Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:27:36.896Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:28:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:28:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:28:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:28:27.272Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:28:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:28:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:28:36.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:28:36.931Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:29:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:29:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:29:27.275Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:29:27.275Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:29:27.275Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:29:27.275Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:29:36.898Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:29:36.919Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:30:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:30:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:30:27.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:30:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:30:27.272Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:30:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:30:36.839Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:30:36.879Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:31:27.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:31:27.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:31:27.271Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:31:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:31:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:31:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:31:36.836Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:31:36.836Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:32:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:32:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:32:27.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:32:27.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:32:27.273Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:32:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:32:36.832Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:32:36.833Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:33:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:33:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:33:27.276Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:33:27.276Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:33:27.276Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:33:27.276Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:33:36.836Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:33:36.884Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:34:19.996Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-10-28T05:34:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:34:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:34:27.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:34:27.272Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:34:27.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:34:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:34:36.822Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:34:36.824Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:35:27.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:35:27.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:35:27.271Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:35:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:35:27.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:35:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:35:36.827Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:35:36.825Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:36:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:36:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:36:27.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:36:27.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:36:27.272Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:36:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:36:36.822Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:36:36.829Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:37:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:37:27.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:37:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:37:27.272Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:37:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:37:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:37:36.838Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:37:36.838Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:38:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:38:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:38:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:38:27.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:38:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:38:27.272Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:38:36.827Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:38:36.832Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:39:27.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:39:27.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:39:27.271Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:39:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:39:27.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:39:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:39:36.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:39:36.836Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:40:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:40:27.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:40:27.271Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:40:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:40:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:40:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:40:36.829Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:40:36.848Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:41:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:41:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:41:27.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:41:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:41:27.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:41:27.273Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:41:36.832Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:41:36.843Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:42:27.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:42:27.270Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:42:27.271Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:42:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:42:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:42:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:42:36.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:42:36.839Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:43:27.270Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:43:27.272Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:43:27.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:43:27.272Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:43:27.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:43:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:43:36.834Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:43:36.834Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:44:27.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:44:27.271Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:44:27.271Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T05:44:27.272Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:44:27.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:44:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:44:36.837Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:44:36.836Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:45:27.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:45:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:45:27.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:45:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:45:27.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:45:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:45:36.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:45:36.827Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:46:27.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:46:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:46:27.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:46:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:46:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:46:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:46:36.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:46:36.842Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:47:27.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:47:27.270Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:47:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:47:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:47:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:47:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:47:36.828Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:47:36.836Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:48:27.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:48:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:48:27.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:48:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:48:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:48:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:48:36.819Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:48:36.839Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:49:27.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:49:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:49:27.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:49:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:49:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:49:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:49:36.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:49:36.824Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:50:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:50:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:50:27.277Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:50:27.277Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:50:27.277Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:50:27.278Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:50:36.828Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:50:36.828Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:51:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:51:27.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:51:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:51:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:51:27.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:51:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:51:36.820Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:51:36.837Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:52:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:52:27.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:52:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:52:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:52:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:52:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:52:36.813Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:52:36.820Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:53:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:53:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:53:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:53:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:53:27.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:53:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:53:36.835Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:53:36.835Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:54:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:54:27.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:54:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:54:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:54:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:54:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:54:36.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:54:36.824Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:55:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:55:27.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:55:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:55:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:55:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:55:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:55:36.821Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:55:36.823Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:56:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:56:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:56:27.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:56:27.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:56:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:56:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:56:36.828Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:56:36.864Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:57:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:57:27.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:57:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:57:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:57:27.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:57:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:57:36.831Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:57:36.834Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:58:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:58:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:58:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:58:27.272Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:58:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:58:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:58:36.820Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:58:36.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:59:27.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:59:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T05:59:27.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:59:27.274Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T05:59:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:59:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T05:59:36.821Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T05:59:36.828Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:00:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:00:27.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:00:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:00:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:00:27.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:00:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:00:36.823Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:00:36.831Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:01:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:01:27.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:01:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:01:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:01:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:01:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:01:36.839Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:01:36.850Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:02:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:02:27.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:02:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:02:27.271Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:02:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:02:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:02:36.818Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:02:36.826Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:03:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:03:27.271Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:03:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:03:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:03:27.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:03:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:03:36.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:03:36.828Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:04:27.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:04:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:04:27.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:04:27.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:04:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:04:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:04:36.824Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:04:36.838Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:05:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:05:27.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:05:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:05:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:05:27.272Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:05:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:05:36.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:05:36.820Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:06:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:06:27.272Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:06:27.272Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:06:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:06:27.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:06:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:06:36.825Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:06:36.833Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:07:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:07:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:07:27.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:07:27.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:07:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:07:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:07:36.825Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:07:36.831Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:08:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:08:27.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:08:27.271Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:08:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:08:27.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:08:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:08:36.824Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:08:36.828Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:09:27.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:09:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:09:27.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:09:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:09:27.273Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:09:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:09:36.825Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:09:36.830Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:10:27.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:10:27.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:10:27.271Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:10:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:10:27.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:10:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:10:36.822Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:10:36.826Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:11:27.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:11:27.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:11:27.272Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:11:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:11:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:11:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:11:36.836Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:11:36.843Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:12:27.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:12:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:12:27.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:12:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:12:27.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:12:27.273Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:12:36.826Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:12:36.831Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:13:27.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:13:27.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:13:27.270Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:13:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:13:27.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:13:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:13:36.829Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:13:36.829Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:14:27.271Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:14:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:14:27.273Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:14:27.273Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:14:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:14:27.273Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:14:36.823Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:14:36.833Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:15:27.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:15:27.270Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:15:27.270Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:15:27.272Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:15:27.272Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:15:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:15:36.843Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:15:36.843Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:16:27.270Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:16:27.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:16:27.271Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:16:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:16:27.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:16:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:16:36.844Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:16:36.850Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:27.270Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:17:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:17:27.272Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:17:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:17:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:27.416Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:27.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "dcae-sch",
  "timestamp": 1635401828994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401837559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401831091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401839007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.447Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "dcae-sch",
  "timestamp": 1635401828994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401837559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.448Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401831091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401839007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.449Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "dcae-sch",
  "timestamp": 1635401828994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401837559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.450Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401831091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401839007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "cds",
  "timestamp": 1635401841254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.451Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "dcae-sch",
  "timestamp": 1635401828994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401837559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.452Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401831091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.453Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401839007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635401842272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.454Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "cds",
  "timestamp": 1635401841254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "dcae-sch",
  "timestamp": 1635401828994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401837559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401831091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.456Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401839007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401843085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635401842272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "cds",
  "timestamp": 1635401841254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401837559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "dcae-sch",
  "timestamp": 1635401828994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401831091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401839007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.459Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401843085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635401842272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.460Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "cds",
  "timestamp": 1635401841254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.461Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "dcae-sch",
  "timestamp": 1635401828994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401837559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.462Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401831091,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401839007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.463Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401843085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635401842272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "cds",
  "timestamp": 1635401841254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.464Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401845560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401846270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:17:27.465Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401846271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401843085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.466Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635401842272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "cds",
  "timestamp": 1635401841254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:27.467Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:17:27.907Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:27.909Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2021-10-28T06:17:27.909Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7337855d-db04-499e-be90-bf205880df46","serviceName":"vFW 2021-10-28 06-15-08","serviceVersion":"1.0","serviceUUID":"579b1d17-5aaf-4d8b-bd8b-1567faa49ca3","serviceDescription":"catalog service description","serviceInvariantUUID":"ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235","resources":[{"resourceInstanceName":"vFW 611542a8-c590 0","resourceName":"vFW 611542a8-c590","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"14a8cb12-05af-4270-8af1-399f86cbd343","resourceInvariantUUID":"69263276-2878-4f83-9878-25f69673646d","resourceCustomizationUUID":"196acd9f-e14e-40fa-a3eb-4d81602db6df","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml","artifactChecksum":"NmEzNzEzY2Y2NjZhNDIzZmZkMGRiYTY2YjM3ZThhZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"66f3aa33-2402-4bee-82c0-6c6e14ea99ca","artifactVersion":"1"},{"artifactName":"vfw611542a8c5900_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json","artifactChecksum":"MzEwNDE0MzcxN2FjOGM3MDgxYTNkZmZlMDM1NTlkYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7c14a78a-ff45-4bd4-9a79-0054f2436017","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"4cfb311d-3a8e-423f-9af8-91467acfbce1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml","artifactChecksum":"MTk3YjAwYzFiZjhkMjdhMDQ2NGIzZDJkOWExYWU4NGY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c7dc0318-4ef0-4820-a151-1298c3a8c407","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6628f183-b386-4ce2-bb2b-006c0571010e","artifactVersion":"2","generatedFromUUID":"4cfb311d-3a8e-423f-9af8-91467acfbce1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211028061508-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml","artifactChecksum":"M2MwNTU2NzJlMGQ2YTJmMmU5NzI3OTJiMzAwOTQ5NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"666699af-9e58-4454-b80f-1ad638e9e006","artifactVersion":"1"},{"artifactName":"service-Vfw20211028061508-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar","artifactChecksum":"MDJjNzg3ZDE2Y2M4NjE5YTA4OTk0NDIzZWZkZDZhMWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:17:27.916Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:27.922Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:27.932Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:27.932Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:28.032Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-28T06:17:28.038Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:28.038Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:28.052Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:28.053Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:28.939Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:28.940Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:28.965Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:28.965Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:17:29.045Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms
2021-10-28T06:17:29.046Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:29.046Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:29.066Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:29.066Z||pool-4-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:29.966Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:29.967Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:29.969Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:29.969Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:17:30.071Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-28T06:17:30.072Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:30.072Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:30.084Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:30.084Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:30.970Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:30.971Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:30.975Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:30.975Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:31.073Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-28T06:17:31.074Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:31.074Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:31.091Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:31.091Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:31.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:31.977Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:31.980Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:31.980Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-28T06:17:32.080Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:32.081Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:32.081Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:32.094Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:32.095Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:32.982Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:32.983Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:32.987Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:32.987Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:17:33.086Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:17:33.087Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:33.088Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:33.099Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:33.099Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:33.988Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:17:33.988Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:33.992Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:33.993Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:17:34.094Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:34.095Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:34.095Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:34.107Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:34.107Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:35.001Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "serviceName": "vFW 2021-10-28 06-15-08",
  "serviceVersion": "1.0",
  "serviceUUID": "579b1d17-5aaf-4d8b-bd8b-1567faa49ca3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235",
  "resources": [
    {
      "resourceInstanceName": "vFW 611542a8-c590 0",
      "resourceCustomizationUUID": "196acd9f-e14e-40fa-a3eb-4d81602db6df",
      "resourceName": "vFW 611542a8-c590",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "14a8cb12-05af-4270-8af1-399f86cbd343",
      "resourceInvariantUUID": "69263276-2878-4f83-9878-25f69673646d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw611542a8c5900_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
          "artifactChecksum": "MzEwNDE0MzcxN2FjOGM3MDgxYTNkZmZlMDM1NTlkYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7c14a78a-ff45-4bd4-9a79-0054f2436017",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "4cfb311d-3a8e-423f-9af8-91467acfbce1",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6628f183-b386-4ce2-bb2b-006c0571010e",
            "generatedFromUUID": "4cfb311d-3a8e-423f-9af8-91467acfbce1"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6628f183-b386-4ce2-bb2b-006c0571010e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211028061508-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
      "artifactChecksum": "MDJjNzg3ZDE2Y2M4NjE5YTA4OTk0NDIzZWZkZDZhMWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:17:35.002Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:17:35.003Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3 ASDC
2021-10-28T06:17:35.115Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7337855d-db04-499e-be90-bf205880df46
ServiceName:vFW 2021-10-28 06-15-08
ServiceVersion:1.0
ServiceUUID:579b1d17-5aaf-4d8b-bd8b-1567faa49ca3
ServiceInvariantUUID:ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211028061508-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
ArtifactUUID:5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8
ArtifactChecksum:MDJjNzg3ZDE2Y2M4NjE5YTA4OTk0NDIzZWZkZDZhMWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 611542a8-c590 0
ResourceCustomizationUUID:196acd9f-e14e-40fa-a3eb-4d81602db6df
ResourceInvariantUUID:69263276-2878-4f83-9878-25f69673646d
ResourceName:vFW 611542a8-c590
ResourceType:VF
ResourceUUID:14a8cb12-05af-4270-8af1-399f86cbd343
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw611542a8c5900_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
ArtifactUUID:7c14a78a-ff45-4bd4-9a79-0054f2436017
ArtifactChecksum:MzEwNDE0MzcxN2FjOGM3MDgxYTNkZmZlMDM1NTlkYjk=
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/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
ArtifactUUID:4cfb311d-3a8e-423f-9af8-91467acfbce1
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/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
ArtifactUUID:6628f183-b386-4ce2-bb2b-006c0571010e
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/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
ArtifactUUID:6628f183-b386-4ce2-bb2b-006c0571010e
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-28T06:17:35.115Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:17:35.407Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:17:35.408Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-28T06:17:35.415Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-28T06:17:35.416Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8 from URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:35.416Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-28T06:17:35.424Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:35.594Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-28T06:17:35.612Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar 5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8 98746
2021-10-28T06:17:35.614Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar ASDC sendASDCNotification
2021-10-28T06:17:35.614Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:35.615Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:17:35.616Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:35.618Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:35.618Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401855613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:17:35.718Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:35.719Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:35.719Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:35.740Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:35.741Z||pool-10-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:36.618Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:17:36.621Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2021-10-28T06:17:36.621Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5cb2a23f-968f-4ca9-8dc8-9d871e7cbaf8, URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar to file: /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:36.622Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211028061508-csar.csar
2021-10-28T06:17:36.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:36.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:37.502Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8506066720656259956/Definitions/service-Vfw20211028061508-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-28T06:17:39.993Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:17:39.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-28T06:17:39.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||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-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||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-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 611542a8-c590 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-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:39.999Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||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-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:40.001Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||####################################################################################################
2021-10-28T06:17:40.007Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.008Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.012Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.012Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-28T06:17:40.014Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2021-10-28T06:17:40.016Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:17:40.017Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.017Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.020Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.020Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.021Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:40.022Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:40.023Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.024Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:17:40.024Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.024Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:17:40.025Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.025Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.025Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:40.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:40.028Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:40.029Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be1f6426-3191-4d11-9e83-e72c1cd3e5d8
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:40.030Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:40.031Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:40.032Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f832c345-be0f-44bc-92c3-7612b4230b75
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:40.033Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:40.034Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-28T06:17:40.035Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1a0c3e29-4d58-402a-b7f3-1e0ff6b82b54
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.036Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.037Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.037Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:40.037Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:40.037Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-28 06-15-08
Description:catalog service description
Model UUID:579b1d17-5aaf-4d8b-bd8b-1567faa49ca3
Model Version:NULL
Model InvariantUuid:ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 611542a8-c590
Model UUID:22debacb-7aa0-451d-a73d-d9af98cbecfc
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:69263276-2878-4f83-9878-25f69673646d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:196acd9f-e14e-40fa-a3eb-4d81602db6df
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:76493b88-7a35-4526-b383-d090d9701530
ModelName:Vfw611542a8C590..base_vfw..module-0
ModelUuid:764b9427-d1e4-42f2-9c58-07857e5f8962
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:be1f6426-3191-4d11-9e83-e72c1cd3e5d8
ModelInvariantUuid:7c50e3e6-bf33-4297-a14c-d423e022d5f2
ModelName:vFW 611542a8-c590-nodes.vfwCvfc
ModelUuid:22713116-b91b-4f06-b429-21e5a6ba416b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8e47bc71-bd7d-4a6b-a15d-3b469b09675c
ModelInvariantUuid:aebaf55a-3de5-4585-880c-5f1700da2115
ModelName:Vfw611542a8C590.compute.nodes.heat.vfw
ModelUuid:768c9b82-d8eb-4caf-8c68-a379f6df481f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f832c345-be0f-44bc-92c3-7612b4230b75
ModelInvariantUuid:b47a1e60-228d-46af-ba8d-a392e172aded
ModelName:vFW 611542a8-c590-nodes.vsnCvfc
ModelUuid:36ad75f3-fe2a-4a87-9561-5585be841c18
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:50d5b5cb-b876-4525-be10-94117fcc1a9e
ModelInvariantUuid:f5924887-f255-4591-8a00-3915c68a4956
ModelName:Vfw611542a8C590.compute.nodes.heat.vsn
ModelUuid:4f97e7e3-3058-424f-92cb-19d9b524c33e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:1a0c3e29-4d58-402a-b7f3-1e0ff6b82b54
ModelInvariantUuid:621e2a87-30c1-4f00-b25a-f6774e99c6ce
ModelName:vFW 611542a8-c590-nodes.vpgCvfc
ModelUuid:4da1b7d6-19e4-4985-9bbc-c6f354990eb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f3f219b5-1ca4-42d3-a63a-267a97d2dde3
ModelInvariantUuid:a1ef7154-0c81-439f-88b8-b42bf7434329
ModelName:Vfw611542a8C590.compute.nodes.heat.vpg
ModelUuid:45f0bd71-e962-4db8-b358-7ce9ea24b143
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:17:40.057Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 14a8cb12-05af-4270-8af1-399f86cbd343
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:17:40.164Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||vFW 611542a8-c590 0
2021-10-28T06:17:40.171Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 14a8cb12-05af-4270-8af1-399f86cbd343
2021-10-28T06:17:40.171Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7c14a78a-ff45-4bd4-9a79-0054f2436017 from URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
2021-10-28T06:17:40.171Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-28T06:17:40.171Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
2021-10-28T06:17:40.286Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-28T06:17:40.287Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json 7c14a78a-ff45-4bd4-9a79-0054f2436017 785
2021-10-28T06:17:40.287Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json ASDC sendASDCNotification
2021-10-28T06:17:40.287Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
2021-10-28T06:17:40.287Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:17:40.288Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:40.290Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:40.291Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401860287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:17:40.391Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:40.392Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:40.392Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:40.406Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:40.407Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:41.292Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw611542a8C590..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "76493b88-7a35-4526-b383-d090d9701530",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "764b9427-d1e4-42f2-9c58-07857e5f8962",
    "vfModuleModelCustomizationUUID": "d94bf357-6a73-47c1-af8a-8882a80267a9",
    "isBase": true,
    "artifacts": [
      "4cfb311d-3a8e-423f-9af8-91467acfbce1",
      "6628f183-b386-4ce2-bb2b-006c0571010e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:17:41.306Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw611542a8C590..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:764b9427-d1e4-42f2-9c58-07857e5f8962
VfModuleModelInvariantUUID:76493b88-7a35-4526-b383-d090d9701530
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cfb311d-3a8e-423f-9af8-91467acfbce1
,
6628f183-b386-4ce2-bb2b-006c0571010e

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

isBase:true


}

2021-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw611542a8C590..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "76493b88-7a35-4526-b383-d090d9701530",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "764b9427-d1e4-42f2-9c58-07857e5f8962",
    "vfModuleModelCustomizationUUID": "d94bf357-6a73-47c1-af8a-8882a80267a9",
    "isBase": true,
    "artifacts": [
      "4cfb311d-3a8e-423f-9af8-91467acfbce1",
      "6628f183-b386-4ce2-bb2b-006c0571010e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw611542a8C590..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:764b9427-d1e4-42f2-9c58-07857e5f8962
VfModuleModelInvariantUUID:76493b88-7a35-4526-b383-d090d9701530
VfModuleModelDescription:NULL
Artifacts UUID List:{
4cfb311d-3a8e-423f-9af8-91467acfbce1
,
6628f183-b386-4ce2-bb2b-006c0571010e

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

isBase:true


}

2021-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4cfb311d-3a8e-423f-9af8-91467acfbce1 from URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
2021-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-28T06:17:41.308Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
2021-10-28T06:17:41.474Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml 4cfb311d-3a8e-423f-9af8-91467acfbce1 20368
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:17:41.475Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:41.477Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:41.477Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401861475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:17:41.578Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-28T06:17:41.578Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:41.579Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:41.590Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:41.591Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:42.478Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6628f183-b386-4ce2-bb2b-006c0571010e from URL: /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
2021-10-28T06:17:42.478Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - download
2021-10-28T06:17:42.479Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
2021-10-28T06:17:42.642Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2021-10-28T06:17:42.642Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env 6628f183-b386-4ce2-bb2b-006c0571010e 2098
2021-10-28T06:17:42.643Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-28T06:17:42.643Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
2021-10-28T06:17:42.643Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:17:42.643Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:42.646Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:42.646Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401862643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:17:42.746Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:42.746Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:42.747Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:42.770Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:42.770Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":2,"count":1}
2021-10-28T06:17:43.646Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3
2021-10-28T06:17:43.647Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 611542a8-c590 0 14a8cb12-05af-4270-8af1-399f86cbd343 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:17:43.677Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e440d1a, org.onap.sdc.toscaparser.api.parameters.Input@6fe17d16, org.onap.sdc.toscaparser.api.parameters.Input@7c6de276, org.onap.sdc.toscaparser.api.parameters.Input@5b98fb72, org.onap.sdc.toscaparser.api.parameters.Input@55ba11c6]
2021-10-28T06:17:43.680Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 196acd9f-e14e-40fa-a3eb-4d81602db6df
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 196acd9f-e14e-40fa-a3eb-4d81602db6df matches Tosca VF Customization UUID: 196acd9f-e14e-40fa-a3eb-4d81602db6df
2021-10-28T06:17:43.681Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 196acd9f-e14e-40fa-a3eb-4d81602db6df  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:17:43.687Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.687Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.688Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 196acd9f-e14e-40fa-a3eb-4d81602db6df: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-28T06:17:43.688Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a97bb4d
2021-10-28T06:17:43.689Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.689Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:17:43.689Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d94bf357-6a73-47c1-af8a-8882a80267a9
2021-10-28T06:17:43.690Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d94bf357-6a73-47c1-af8a-8882a80267a9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:17:43.695Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.696Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.696Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.696Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:43.697Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:43.698Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.699Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:43.699Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.699Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=be1f6426-3191-4d11-9e83-e72c1cd3e5d8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:43.705Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:43.706Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:43.707Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-28T06:17:43.707Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:17:43.707Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.707Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:17:43.710Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.711Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f832c345-be0f-44bc-92c3-7612b4230b75
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:17:43.713Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.713Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.713Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.715Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is not matching search criteria
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.716Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:17:43.717Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:17:43.718Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:17:43.718Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:17:43.718Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-28T06:17:43.718Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=1a0c3e29-4d58-402a-b7f3-1e0ff6b82b54
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:17:43.720Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.720Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.720Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:17:43.721Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.721Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Node template vFW 611542a8-c590 0 is matching search criteria
2021-10-28T06:17:43.721Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 611542a8-c590 0] matching following query criteria: sdcType=VF, customizationUUID=196acd9f-e14e-40fa-a3eb-4d81602db6df
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:17:43.723Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.723Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3: vFW 611542a8-c590
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.724Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:17:43.726Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Service vFW 2021-10-28 06-15-08 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:17:43.726Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2021-10-28 06-15-08 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:17:43.983Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 611542a8-c590 14a8cb12-05af-4270-8af1-399f86cbd343 1 ASDC deployResourceStructure
2021-10-28T06:17:43.984Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json ASDC sendASDCNotification
2021-10-28T06:17:43.984Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json
2021-10-28T06:17:43.984Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:17:43.985Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:43.986Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:43.987Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401863984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:17:44.087Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:44.088Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:44.088Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:44.102Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:44.102Z||pool-14-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:44.988Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-28T06:17:44.988Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml
2021-10-28T06:17:44.988Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:17:44.988Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:44.990Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:44.991Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401864987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:17:45.091Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:45.092Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:45.092Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:45.105Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:45.106Z||pool-15-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:45.992Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-28T06:17:45.992Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env
2021-10-28T06:17:45.993Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:17:45.994Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:45.996Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:45.996Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401865992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:17:46.096Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:17:46.098Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:46.098Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:46.111Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:46.111Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:17:46.997Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar ASDC sendASDCNotification
2021-10-28T06:17:46.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar
2021-10-28T06:17:46.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:17:46.998Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:17:47.000Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:17:47.001Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401866997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:17:47.101Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:17:47.101Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:17:47.102Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:17:47.114Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:17:47.114Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:17:48.002Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:17:48.024Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:17:48.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:17:48.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:17:48.026Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:18:18.027Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:18:18.051Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:18:18.053Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:18:18.054Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:18:18.054Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:18:27.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:18:27.274Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:18:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:18:27.308Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:18:27.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:18:27.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401845560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:18:27.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:18:48.054Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:18:48.063Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:18:48.065Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:18:48.065Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:18:48.065Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:19:18.066Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:19:18.078Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:19:18.079Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:19:18.080Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:19:18.080Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:19:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:19:27.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:19:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:19:27.314Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:19:27.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:19:27.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401847280,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:19:27.316Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:19:48.082Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:19:48.115Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:19:48.119Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:19:48.119Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:19:48.119Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:20:18.120Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:20:18.130Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:20:18.132Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:20:18.132Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:20:18.132Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:20:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:20:27.274Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:20:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:20:27.806Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:20:27.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401843085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635401842272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "cds",
  "timestamp": 1635401841254,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401845560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "policy-id",
  "timestamp": 1635401848285,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:20:27.821Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.821Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:20:27.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401843085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635401842272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401845560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401843085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "cds",
  "timestamp": 1635401849966,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401845560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "cds",
  "timestamp": 1635401851007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:20:27.845Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.846Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401851182,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401845560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.854Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401851562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401845560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:20:27.855Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.856Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635401852580,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:20:27.863Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.863Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:20:27.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401853492,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401847270,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:20:27.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401854807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401855613,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401855834,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401855998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.876Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401857498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:20:27.880Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.881Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-28T06:20:27.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401857843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:20:27.887Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635401858501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:20:27.888Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "clamp",
  "timestamp": 1635401858848,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:20:27.892Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.892Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:20:27.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401860287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401861475,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401862643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401863984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/vfw611542a8c5900_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401864987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401865992,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/resourceInstances/vfw611542a8c5900/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635401866997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:20:27.905Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401867962,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028061508/1.0/artifacts/service-Vfw20211028061508-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:20:27.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "aai-ml",
  "timestamp": 1635401868968,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:20:27.910Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7337855d-db04-499e-be90-bf205880df46
2021-10-28T06:20:27.910Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7337855d-db04-499e-be90-bf205880df46 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:20:48.133Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:20:48.145Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7337855d-db04-499e-be90-bf205880df46
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:20:48.148Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:20:48.149Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:20:48.150Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:20:48.157Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:21:18.157Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7337855d-db04-499e-be90-bf205880df46 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-28T06:21:18.169Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7337855d-db04-499e-be90-bf205880df46 and serviceModelVersionId: 579b1d17-5aaf-4d8b-bd8b-1567faa49ca3
2021-10-28T06:21:18.169Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235
2021-10-28T06:21:27.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:21:27.277Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:21:27.277Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:32.640Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0
2021-10-28T06:21:32.750Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:21:33.236Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|INFO|500||Invoke
2021-10-28T06:21:33.256Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7337855d-db04-499e-be90-bf205880df46], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3d1e8021-8e19-4dbf-b668-48d00b97fffc], X-ECOMP-RequestID=[7337855d-db04-499e-be90-bf205880df46], X-TransactionId=[], X-ONAP-RequestID=[7337855d-db04-499e-be90-bf205880df46], Content-Type=[application/merge-patch+json]}
2021-10-28T06:21:33.383Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-28T06:21:33.725Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?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/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211028-06:21:33:393-27168], vertex-id=[172160], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:21:33 GMT], Content-Type=[application/json]}
2021-10-28T06:21:33.727Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:21:33.728Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ae9efbef-0f80-4fd2-a15a-9eb1a0d5e235/model-vers/model-ver/579b1d17-5aaf-4d8b-bd8b-1567faa49ca3?depth=0|INFO|500||InvokeReturn
2021-10-28T06:21:33.731Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:21:33.732Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:21:33.740Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:21:33.741Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7337855d-db04-499e-be90-bf205880df46 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:21:33.742Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:21:33.743Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:33.745Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:33.746Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402093742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:21:33.846Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:33.847Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:33.847Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:33.863Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:33.864Z||pool-18-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:34.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:34.519Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:21:34.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7337855d-db04-499e-be90-bf205880df46",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402093742,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:21:34.520Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:21:34.764Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:21:34.765Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:21:34.765Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:39.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:39.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2021-10-28T06:21:39.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"f95a1858-72f5-4462-ac90-9a28b44ed708","serviceName":"basic_onboard_ktRlFl","serviceVersion":"1.0","serviceUUID":"e11cdbec-75bf-4798-9e79-606752be5a08","serviceDescription":"service","serviceInvariantUUID":"d116b663-9f1d-448f-af14-e4cb5676ad0f","resources":[{"resourceInstanceName":"basic_onboard_ktRlFl 0","resourceName":"basic_onboard_ktRlFl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77076f45-54b3-4a7f-8d06-bf79c5c5a6f0","resourceInvariantUUID":"459ff2cd-7470-488c-813a-0ff305ed9521","resourceCustomizationUUID":"4737d379-a8ce-45a5-8874-56ecc2076180","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml","artifactChecksum":"ZmJlZGM5OWY4MmViYjJjZGUwZGMwNmMxZWI3Mjc2ZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae95f426-0c5e-4b33-97dd-483a413c4889","artifactVersion":"1"},{"artifactName":"basic_onboard_ktrlfl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json","artifactChecksum":"ZjZhNDhkZTU5ZDRiZjQ5NGYwOGRmNDQ0MTQwMzRiMjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7796b0c7-0af4-42aa-9214-ecbf45656438","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6e0093da-ff88-4e65-98f1-74cc430e9720","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"068c0020-bea0-4703-a347-8ebc7f9ab740","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"12c6c3a6-18ab-4199-b557-b4a78db3fdd9","artifactVersion":"2","generatedFromUUID":"6e0093da-ff88-4e65-98f1-74cc430e9720"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardKtrlfl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml","artifactChecksum":"ZTVjZjA1YTNmNTlhNzZhYTllYjVkN2JiYjFiYmM2NTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5568b8d7-4e75-4957-90d8-001155cf7336","artifactVersion":"1"},{"artifactName":"service-BasicOnboardKtrlfl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar","artifactChecksum":"MWFiZDcwMzUzZThmYTI2YWU5MWRkMTVmYmU5ZjA4MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"345dd193-48ef-41f6-b28f-34314d4c8f18","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:21:39.936Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:39.936Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:39.938Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:39.938Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:21:40.038Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:40.039Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:40.039Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:40.058Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:40.059Z||pool-19-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:21:40.938Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:40.939Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:40.941Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:40.942Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:21:41.042Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:41.043Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:41.043Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:41.058Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:41.059Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:21:41.943Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:41.945Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:41.947Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:41.947Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:21:42.047Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:42.048Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:42.048Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:42.078Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:42.078Z||pool-21-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:42.947Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:42.948Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:42.955Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:42.955Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:21:43.050Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-10-28T06:21:43.051Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:43.052Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:43.072Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:43.073Z||pool-22-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:43.957Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:43.958Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:43.961Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:43.961Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-28T06:21:44.062Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:44.063Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:44.063Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:44.075Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:44.075Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:44.962Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:44.963Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:44.965Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:44.965Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:21:45.065Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:45.066Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:45.066Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:45.077Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:45.078Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:45.966Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:21:45.966Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:45.968Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:45.969Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:21:46.069Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:46.070Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:46.070Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:46.141Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:46.142Z||pool-25-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:46.977Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "serviceName": "basic_onboard_ktRlFl",
  "serviceVersion": "1.0",
  "serviceUUID": "e11cdbec-75bf-4798-9e79-606752be5a08",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d116b663-9f1d-448f-af14-e4cb5676ad0f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ktRlFl 0",
      "resourceCustomizationUUID": "4737d379-a8ce-45a5-8874-56ecc2076180",
      "resourceName": "basic_onboard_ktRlFl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "77076f45-54b3-4a7f-8d06-bf79c5c5a6f0",
      "resourceInvariantUUID": "459ff2cd-7470-488c-813a-0ff305ed9521",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ktrlfl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
          "artifactChecksum": "ZjZhNDhkZTU5ZDRiZjQ5NGYwOGRmNDQ0MTQwMzRiMjc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7796b0c7-0af4-42aa-9214-ecbf45656438",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6e0093da-ff88-4e65-98f1-74cc430e9720",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "12c6c3a6-18ab-4199-b557-b4a78db3fdd9",
            "generatedFromUUID": "6e0093da-ff88-4e65-98f1-74cc430e9720"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "12c6c3a6-18ab-4199-b557-b4a78db3fdd9",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardKtrlfl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
      "artifactChecksum": "MWFiZDcwMzUzZThmYTI2YWU5MWRkMTVmYmU5ZjA4MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "345dd193-48ef-41f6-b28f-34314d4c8f18"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:21:46.977Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:21:46.977Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e11cdbec-75bf-4798-9e79-606752be5a08 ASDC
2021-10-28T06:21:46.978Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:f95a1858-72f5-4462-ac90-9a28b44ed708
ServiceName:basic_onboard_ktRlFl
ServiceVersion:1.0
ServiceUUID:e11cdbec-75bf-4798-9e79-606752be5a08
ServiceInvariantUUID:d116b663-9f1d-448f-af14-e4cb5676ad0f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardKtrlfl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
ArtifactUUID:345dd193-48ef-41f6-b28f-34314d4c8f18
ArtifactChecksum:MWFiZDcwMzUzZThmYTI2YWU5MWRkMTVmYmU5ZjA4MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ktRlFl 0
ResourceCustomizationUUID:4737d379-a8ce-45a5-8874-56ecc2076180
ResourceInvariantUUID:459ff2cd-7470-488c-813a-0ff305ed9521
ResourceName:basic_onboard_ktRlFl
ResourceType:VF
ResourceUUID:77076f45-54b3-4a7f-8d06-bf79c5c5a6f0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ktrlfl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
ArtifactUUID:7796b0c7-0af4-42aa-9214-ecbf45656438
ArtifactChecksum:ZjZhNDhkZTU5ZDRiZjQ5NGYwOGRmNDQ0MTQwMzRiMjc=
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/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:6e0093da-ff88-4e65-98f1-74cc430e9720
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/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
ArtifactUUID:12c6c3a6-18ab-4199-b557-b4a78db3fdd9
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/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
ArtifactUUID:12c6c3a6-18ab-4199-b557-b4a78db3fdd9
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-28T06:21:46.979Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e11cdbec-75bf-4798-9e79-606752be5a08 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:21:47.016Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:21:47.017Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-28T06:21:47.017Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-28T06:21:47.017Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 345dd193-48ef-41f6-b28f-34314d4c8f18 from URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:47.018Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-28T06:21:47.018Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:47.446Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-28T06:21:47.449Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar 345dd193-48ef-41f6-b28f-34314d4c8f18 71366
2021-10-28T06:21:47.450Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar ASDC sendASDCNotification
2021-10-28T06:21:47.450Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:47.450Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:21:47.450Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:47.452Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:47.452Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402107450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:21:47.552Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:47.553Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:47.553Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:47.566Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:47.566Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:48.453Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:21:48.454Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2021-10-28T06:21:48.454Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 345dd193-48ef-41f6-b28f-34314d4c8f18, URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar to file: /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:48.454Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:48.455Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:48.455Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:48.668Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12656955099739014314/Definitions/service-BasicOnboardKtrlfl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-28T06:21:49.764Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:21:49.765Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-28T06:21:49.765Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.765Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-28T06:21:49.765Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ktRlFl 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-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||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-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.766Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||####################################################################################################
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.767Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.768Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.768Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-28T06:21:49.768Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:21:49.768Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.769Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.769Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.769Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2021-10-28T06:21:49.769Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is not matching search criteria
2021-10-28T06:21:49.770Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:21:49.771Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.772Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:21:49.772Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.772Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.772Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:49.773Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.773Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.773Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:49.773Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is not matching search criteria
2021-10-28T06:21:49.774Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-28T06:21:49.775Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-28T06:21:49.775Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=004b3e21-56fc-4906-9e80-0b69797dabcd
2021-10-28T06:21:49.775Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.775Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:49.776Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:49.777Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ktRlFl
Description:service
Model UUID:e11cdbec-75bf-4798-9e79-606752be5a08
Model Version:NULL
Model InvariantUuid:d116b663-9f1d-448f-af14-e4cb5676ad0f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ktRlFl
Model UUID:cfb01b9d-4538-425a-bacd-dee4ae68b277
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:459ff2cd-7470-488c-813a-0ff305ed9521
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4737d379-a8ce-45a5-8874-56ecc2076180
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c941ed2e-60d6-4963-8e9e-7f4ab9020ee8
ModelName:BasicOnboardKtrlfl..base_ubuntu18..module-0
ModelUuid:20d4b38b-ba52-477e-bf5b-866190c0605a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:004b3e21-56fc-4906-9e80-0b69797dabcd
ModelInvariantUuid:b69e2945-6723-4c54-b9f3-d30046134448
ModelName:basic_onboard_ktRlFl-nodes.ubuntu18Cvfc
ModelUuid:5f04896b-6929-4638-bc68-18f16aea5252
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:589beb33-39fb-44f2-9a69-d655ac6cc154
ModelInvariantUuid:1fa0086c-2a8b-412a-a5b9-fde25c3a4237
ModelName:BasicOnboardKtrlfl.compute.nodes.heat.ubuntu18
ModelUuid:0e95aa72-e580-437a-952d-c0bd106a3be3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:21:49.785Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 77076f45-54b3-4a7f-8d06-bf79c5c5a6f0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||basic_onboard_ktRlFl 0
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77076f45-54b3-4a7f-8d06-bf79c5c5a6f0
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7796b0c7-0af4-42aa-9214-ecbf45656438 from URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-28T06:21:49.788Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
2021-10-28T06:21:50.477Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-28T06:21:50.478Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json 7796b0c7-0af4-42aa-9214-ecbf45656438 798
2021-10-28T06:21:50.478Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json ASDC sendASDCNotification
2021-10-28T06:21:50.478Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
2021-10-28T06:21:50.478Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:21:50.479Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:50.481Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:50.481Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402110478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:21:50.581Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:50.582Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:50.582Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:50.598Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:50.598Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:51.482Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKtrlfl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c941ed2e-60d6-4963-8e9e-7f4ab9020ee8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20d4b38b-ba52-477e-bf5b-866190c0605a",
    "vfModuleModelCustomizationUUID": "7efdbc78-5771-4bca-9f00-e847aa2443d9",
    "isBase": true,
    "artifacts": [
      "6e0093da-ff88-4e65-98f1-74cc430e9720",
      "12c6c3a6-18ab-4199-b557-b4a78db3fdd9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:21:51.487Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKtrlfl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20d4b38b-ba52-477e-bf5b-866190c0605a
VfModuleModelInvariantUUID:c941ed2e-60d6-4963-8e9e-7f4ab9020ee8
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e0093da-ff88-4e65-98f1-74cc430e9720
,
12c6c3a6-18ab-4199-b557-b4a78db3fdd9

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

isBase:true


}

2021-10-28T06:21:51.490Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardKtrlfl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "c941ed2e-60d6-4963-8e9e-7f4ab9020ee8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20d4b38b-ba52-477e-bf5b-866190c0605a",
    "vfModuleModelCustomizationUUID": "7efdbc78-5771-4bca-9f00-e847aa2443d9",
    "isBase": true,
    "artifacts": [
      "6e0093da-ff88-4e65-98f1-74cc430e9720",
      "12c6c3a6-18ab-4199-b557-b4a78db3fdd9"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:21:51.490Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardKtrlfl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20d4b38b-ba52-477e-bf5b-866190c0605a
VfModuleModelInvariantUUID:c941ed2e-60d6-4963-8e9e-7f4ab9020ee8
VfModuleModelDescription:NULL
Artifacts UUID List:{
6e0093da-ff88-4e65-98f1-74cc430e9720
,
12c6c3a6-18ab-4199-b557-b4a78db3fdd9

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

isBase:true


}

2021-10-28T06:21:51.490Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6e0093da-ff88-4e65-98f1-74cc430e9720 from URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
2021-10-28T06:21:51.491Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-28T06:21:51.491Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
2021-10-28T06:21:51.595Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-28T06:21:51.595Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml 6e0093da-ff88-4e65-98f1-74cc430e9720 5033
2021-10-28T06:21:51.596Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-28T06:21:51.596Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
2021-10-28T06:21:51.596Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:21:51.597Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:51.599Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:51.599Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402111596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:21:51.699Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:51.700Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:51.700Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:51.716Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:51.716Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:52.600Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 12c6c3a6-18ab-4199-b557-b4a78db3fdd9 from URL: /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
2021-10-28T06:21:52.601Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - download
2021-10-28T06:21:52.601Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
2021-10-28T06:21:52.797Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2021-10-28T06:21:52.797Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env 12c6c3a6-18ab-4199-b557-b4a78db3fdd9 909
2021-10-28T06:21:52.798Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-28T06:21:52.798Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
2021-10-28T06:21:52.798Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:21:52.798Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:52.800Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:52.800Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402112798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:21:52.900Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:52.901Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:52.901Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:52.938Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:52.939Z||pool-29-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:53.801Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e11cdbec-75bf-4798-9e79-606752be5a08
2021-10-28T06:21:53.801Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ktRlFl 0 77076f45-54b3-4a7f-8d06-bf79c5c5a6f0 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:21:53.818Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7caa2ff0, org.onap.sdc.toscaparser.api.parameters.Input@7c76f555, org.onap.sdc.toscaparser.api.parameters.Input@8232339, org.onap.sdc.toscaparser.api.parameters.Input@680d40c4, org.onap.sdc.toscaparser.api.parameters.Input@4575279a]
2021-10-28T06:21:53.820Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.820Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.821Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2021-10-28T06:21:53.821Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4737d379-a8ce-45a5-8874-56ecc2076180
2021-10-28T06:21:53.821Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4737d379-a8ce-45a5-8874-56ecc2076180 matches Tosca VF Customization UUID: 4737d379-a8ce-45a5-8874-56ecc2076180
2021-10-28T06:21:53.821Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4737d379-a8ce-45a5-8874-56ecc2076180  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:21:53.825Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.826Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.826Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4737d379-a8ce-45a5-8874-56ecc2076180: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-28T06:21:53.827Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d40067f
2021-10-28T06:21:53.827Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.827Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:21:53.828Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7efdbc78-5771-4bca-9f00-e847aa2443d9
2021-10-28T06:21:53.828Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7efdbc78-5771-4bca-9f00-e847aa2443d9
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:21:53.831Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.832Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:53.832Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:53.832Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.833Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:53.833Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:53.834Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.834Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is not matching search criteria
2021-10-28T06:21:53.835Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-28T06:21:53.835Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-28T06:21:53.835Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=004b3e21-56fc-4906-9e80-0b69797dabcd
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:21:53.838Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.838Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:53.839Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:21:53.839Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.840Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_ktRlFl 0 is matching search criteria
2021-10-28T06:21:53.840Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_ktRlFl 0] matching following query criteria: sdcType=VF, customizationUUID=4737d379-a8ce-45a5-8874-56ecc2076180
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:21:53.842Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.842Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.843Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e11cdbec-75bf-4798-9e79-606752be5a08: basic_onboard_ktRlFl
2021-10-28T06:21:53.843Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.843Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.843Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.844Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.844Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.844Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:21:53.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_ktRlFl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:21:53.846Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_ktRlFl 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:21:53.945Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ktRlFl 77076f45-54b3-4a7f-8d06-bf79c5c5a6f0 1 ASDC deployResourceStructure
2021-10-28T06:21:53.946Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json ASDC sendASDCNotification
2021-10-28T06:21:53.946Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json
2021-10-28T06:21:53.946Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:21:53.946Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:53.953Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:53.953Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402113946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:21:54.049Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2021-10-28T06:21:54.050Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:54.050Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:54.064Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:54.064Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:21:54.954Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-28T06:21:54.955Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml
2021-10-28T06:21:54.955Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:21:54.955Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:54.957Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:54.958Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402114954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:21:55.057Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:21:55.058Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:55.058Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:55.072Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:55.072Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:55.959Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-28T06:21:55.959Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env
2021-10-28T06:21:55.959Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:21:55.960Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:55.965Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:55.966Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402115959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:21:56.063Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-28T06:21:56.064Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:56.064Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:56.084Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:56.084Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:21:56.971Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar ASDC sendASDCNotification
2021-10-28T06:21:56.972Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar
2021-10-28T06:21:56.972Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:21:56.973Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:21:56.975Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:21:56.975Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402116971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:21:57.075Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:21:57.076Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:21:57.076Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:21:57.092Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:21:57.092Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:21:57.976Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:21:57.986Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:21:57.989Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:21:57.989Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:21:57.989Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:22:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:22:27.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:22:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:22:27.905Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:22:27.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "dcae-sch",
  "timestamp": 1635402088994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402091091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "dcae-sch",
  "timestamp": 1635402088994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402091091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "cds",
  "timestamp": 1635402096252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "dcae-sch",
  "timestamp": 1635402088994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402091091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "cds",
  "timestamp": 1635402096252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "dcae-sch",
  "timestamp": 1635402088994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402091091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "cds",
  "timestamp": 1635402096252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "dcae-sch",
  "timestamp": 1635402088994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402091091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "cds",
  "timestamp": 1635402096252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "dcae-sch",
  "timestamp": 1635402088994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402091091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "cds",
  "timestamp": 1635402096252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402091091,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "dcae-sch",
  "timestamp": 1635402088994,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "cds",
  "timestamp": 1635402096252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402102272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "cds",
  "timestamp": 1635402096252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402103556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402102272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "cds",
  "timestamp": 1635402104351,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402104562,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402102272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "cds",
  "timestamp": 1635402105360,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:22:27.927Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.927Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:22:27.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "policy-id",
  "timestamp": 1635402105565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:22:27.941Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.941Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402102272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402094764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.948Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402105561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402102272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402105561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402107450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402102272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402107557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.950Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402105561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402102272,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402107557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402105561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402109007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402107557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402105561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402110478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402109007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402107557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402105561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402111596,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402109007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402107557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402105561,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402109007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402112798,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402107557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402113341,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402109007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402113085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402113946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402107557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402114419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402109007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.958Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402113085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402114954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402115395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402115584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402109007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402113085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402115959,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:22:27.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402116604,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:22:27.965Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.965Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402113085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402116971,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:22:27.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402117610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/basic_onboard_ktrlfl0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402113085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/resourceInstances/basic_onboard_ktrlfl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402117846,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402113085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:22:27.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402118851,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:22:27.977Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.978Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402113085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402120870,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402127883,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402130885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402131652,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardKtrlfl/1.0/artifacts/service-BasicOnboardKtrlfl-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:22:27.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:22:27.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "clamp",
  "timestamp": 1635402131888,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:22:27.990Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:22:27.992Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.992Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 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 (?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:22:27.999Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:27.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:22:27.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "aai-ml",
  "timestamp": 1635402132659,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:22:28.002Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:22:28.002Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:22:28.002Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:22:28.003Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f95a1858-72f5-4462-ac90-9a28b44ed708
2021-10-28T06:22:28.003Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f95a1858-72f5-4462-ac90-9a28b44ed708 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:22:58.003Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:22:58.026Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:22:58.028Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:22:58.029Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:22:58.030Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:22:58.035Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:23:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:27.273Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:23:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:28.036Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f95a1858-72f5-4462-ac90-9a28b44ed708 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-28T06:23:28.044Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f95a1858-72f5-4462-ac90-9a28b44ed708 and serviceModelVersionId: e11cdbec-75bf-4798-9e79-606752be5a08
2021-10-28T06:23:28.044Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d116b663-9f1d-448f-af14-e4cb5676ad0f
2021-10-28T06:23:28.045Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0
2021-10-28T06:23:28.052Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:23:28.109Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2021-10-28T06:23:28.111Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0|INFO|500||Invoke
2021-10-28T06:23:28.141Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-28T06:23:28.665Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0|INFO|500||InvokeReturn
2021-10-28T06:23:28.666Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d116b663-9f1d-448f-af14-e4cb5676ad0f/model-vers/model-ver/e11cdbec-75bf-4798-9e79-606752be5a08?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211028-06:23:28:148-49443], vertex-id=[217288], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:23:28 GMT], Content-Type=[application/json]}
2021-10-28T06:23:28.667Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:23:28.667Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:23:28.667Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:23:28.673Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:23:28.673Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f95a1858-72f5-4462-ac90-9a28b44ed708 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:23:28.674Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:23:28.674Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:23:28.677Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:23:28.677Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402208674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:23:28.779Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:23:28.784Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:23:28.784Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:28.802Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:23:28.804Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:23:29.424Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:23:29.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:23:29.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f95a1858-72f5-4462-ac90-9a28b44ed708",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402208674,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:23:29.426Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:23:29.694Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:29.695Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:23:29.696Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:39.341Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:23:39.342Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:39.343Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:23:39.343Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:48.890Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:23:48.891Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:48.892Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:23:48.892Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:23:58.441Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:23:58.441Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:23:58.442Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:23:58.442Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:24:08.005Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:24:08.008Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:24:08.009Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:24:08.009Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:24:17.595Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:24:27.270Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:24:27.271Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:24:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:24:27.272Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:24:27.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:24:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:24:36.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:24:36.831Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:25:27.269Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:25:27.270Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:25:27.271Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:25:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:25:27.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:25:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:25:36.840Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:25:36.850Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:26:27.270Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:26:27.272Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:26:27.272Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:26:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:26:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:26:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:26:36.819Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:26:36.822Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:27:27.271Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:27:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:27:27.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:27:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:27:27.274Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:27:27.274Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:27:36.824Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:27:36.845Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:28:27.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:28:27.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:28:27.271Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:28:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:28:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:28:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:28:36.854Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:28:36.854Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:29:27.271Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:29:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:29:27.272Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:29:27.273Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:29:27.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:29:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:29:36.827Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:29:36.841Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:27.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:30:27.271Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:30:27.271Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:30:27.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:30:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:27.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:27.902Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.902Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d8708ab-9fb7-41b8-bae5-db38496fa4f9","serviceName":"vFW 2021-10-28 06-28-16","serviceVersion":"1.0","serviceUUID":"6751eb6f-6ab3-4e5c-9dc4-302b3e50190c","serviceDescription":"catalog service description","serviceInvariantUUID":"6734fee8-5036-4de3-a0d3-b16f6f4175bf","resources":[{"resourceInstanceName":"vFW 6e10606c-07f4 0","resourceName":"vFW 6e10606c-07f4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a6f9639f-1988-4b1b-ac34-f64174d17a29","resourceInvariantUUID":"3f9c6be5-7d59-4f62-b462-a3c540bcca30","resourceCustomizationUUID":"1054b64c-11c7-4d29-98ed-c6eda06927c6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml","artifactChecksum":"MDRiNGU5NzVjNmJhZjJiNzI4M2Q5ZGExMmYyMzhlYmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"dac487aa-278f-478c-a195-4268a4d042a1","artifactVersion":"1"},{"artifactName":"vfw6e10606c07f40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json","artifactChecksum":"MDg4MmU5MjFjYTBlOWI4OWMwMTk2Yjc4Yjk4Nzk4NTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"24a20d0d-d7fc-4f68-9122-f2f07b0c4872","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"20a54075-cf36-478f-a6a2-953cfa5044f7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml","artifactChecksum":"YjhmY2JiM2U0NDdlZDAzNGJjMmU1MmZjZmY2OWU1NWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"59dc3e7b-8655-497c-8ed7-241aa7e52e75","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eab454fb-de40-42dd-aa11-b7c911b87305","artifactVersion":"2","generatedFromUUID":"20a54075-cf36-478f-a6a2-953cfa5044f7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20211028062816-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml","artifactChecksum":"MjEzMWNlMDZkZjUwZjE5OTllODJjMzc5OWUzMzcxMDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22459cba-b192-4699-b96c-b7a4679ba82c","artifactVersion":"1"},{"artifactName":"service-Vfw20211028062816-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar","artifactChecksum":"MDk3YzdkNDU4ZmEwNTY3YWQzOTE2YTg1MDk0NjBjZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e475f04-297b-4e2e-a23c-782f3c63029f","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:30:27.909Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:27.909Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:27.911Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:27.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "dcae-sch",
  "timestamp": 1635402588994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.914Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:27.915Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402589007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402587556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402591092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "cds",
  "timestamp": 1635402591252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402593085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402589007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "dcae-sch",
  "timestamp": 1635402588994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402591092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402587556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402593085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.918Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "cds",
  "timestamp": 1635402591252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402589007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402591092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402587556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "dcae-sch",
  "timestamp": 1635402588994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402593085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "cds",
  "timestamp": 1635402591252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402589007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402591092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "dcae-sch",
  "timestamp": 1635402588994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402587556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402593085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "cds",
  "timestamp": 1635402591252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402589007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.923Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402587556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "dcae-sch",
  "timestamp": 1635402588994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402591092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.924Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402593085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "cds",
  "timestamp": 1635402591252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402589007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.925Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "dcae-sch",
  "timestamp": 1635402588994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402587556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402591092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.926Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402593085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "cds",
  "timestamp": 1635402591252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402602273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.927Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402589007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402591092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "dcae-sch",
  "timestamp": 1635402588994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.928Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402587556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402593085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.929Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "cds",
  "timestamp": 1635402591252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402602273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402604777,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402604853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "cds",
  "timestamp": 1635402604871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402604853,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402602273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402605782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "cds",
  "timestamp": 1635402605882,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:30:27.952Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:27.953Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:30:27.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402602273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402605560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "policy-id",
  "timestamp": 1635402606787,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:30:27.967Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:27.967Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:30:27.976Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402602273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402605560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.977Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402602273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402605560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402608252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635402602273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402605560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635402609256,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:30:27.985Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:27.985Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402605560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402605560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:27.993Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402605560,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402613498,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402614700,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.994Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402615796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402615883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:27.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402616824,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:30:27.999Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:28.000Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-28T06:30:28.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "aai-ml",
  "timestamp": 1635402616888,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:30:28.012Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2021-10-28T06:30:28.012Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:28.013Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and ComponentName AAI
2021-10-28T06:30:28.013Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:28.014Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:30:28.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402616964,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:28.022Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635402617831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402618973,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:30:28.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:30:28.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:30:28.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "clamp",
  "timestamp": 1635402619976,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2021-10-28T06:30:28.026Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:28.027Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:30:28.030Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
2021-10-28T06:30:28.030Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:30:28.915Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:28.916Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:28.948Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:28.949Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:30:29.018Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 69 ms
2021-10-28T06:30:29.019Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:29.019Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:29.029Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:29.029Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:29.950Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:29.951Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:29.953Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:29.953Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:30:30.053Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:30.054Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:30.054Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:30.065Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:30.065Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:30:30.954Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:30.955Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:30.958Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:30.958Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:31.058Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:31.059Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:31.059Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:31.075Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:31.075Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:31.959Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:31.960Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:31.962Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:31.962Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-28T06:30:32.062Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:32.063Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:32.063Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:32.079Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:32.080Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:30:32.963Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:32.964Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:32.966Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:32.966Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:30:33.067Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-28T06:30:33.067Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:33.068Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:33.081Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:33.082Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:30:33.967Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:30:33.968Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:33.971Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:33.971Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:30:34.071Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:34.072Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:34.073Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:34.087Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:34.087Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:34.972Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "serviceName": "vFW 2021-10-28 06-28-16",
  "serviceVersion": "1.0",
  "serviceUUID": "6751eb6f-6ab3-4e5c-9dc4-302b3e50190c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6734fee8-5036-4de3-a0d3-b16f6f4175bf",
  "resources": [
    {
      "resourceInstanceName": "vFW 6e10606c-07f4 0",
      "resourceCustomizationUUID": "1054b64c-11c7-4d29-98ed-c6eda06927c6",
      "resourceName": "vFW 6e10606c-07f4",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a6f9639f-1988-4b1b-ac34-f64174d17a29",
      "resourceInvariantUUID": "3f9c6be5-7d59-4f62-b462-a3c540bcca30",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6e10606c07f40_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
          "artifactChecksum": "MDg4MmU5MjFjYTBlOWI4OWMwMTk2Yjc4Yjk4Nzk4NTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "24a20d0d-d7fc-4f68-9122-f2f07b0c4872",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "20a54075-cf36-478f-a6a2-953cfa5044f7",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "eab454fb-de40-42dd-aa11-b7c911b87305",
            "generatedFromUUID": "20a54075-cf36-478f-a6a2-953cfa5044f7"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eab454fb-de40-42dd-aa11-b7c911b87305",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20211028062816-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
      "artifactChecksum": "MDk3YzdkNDU4ZmEwNTY3YWQzOTE2YTg1MDk0NjBjZmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e475f04-297b-4e2e-a23c-782f3c63029f"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:30:34.973Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:30:34.973Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6751eb6f-6ab3-4e5c-9dc4-302b3e50190c ASDC
2021-10-28T06:30:34.974Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8d8708ab-9fb7-41b8-bae5-db38496fa4f9
ServiceName:vFW 2021-10-28 06-28-16
ServiceVersion:1.0
ServiceUUID:6751eb6f-6ab3-4e5c-9dc4-302b3e50190c
ServiceInvariantUUID:6734fee8-5036-4de3-a0d3-b16f6f4175bf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20211028062816-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar
ArtifactUUID:7e475f04-297b-4e2e-a23c-782f3c63029f
ArtifactChecksum:MDk3YzdkNDU4ZmEwNTY3YWQzOTE2YTg1MDk0NjBjZmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6e10606c-07f4 0
ResourceCustomizationUUID:1054b64c-11c7-4d29-98ed-c6eda06927c6
ResourceInvariantUUID:3f9c6be5-7d59-4f62-b462-a3c540bcca30
ResourceName:vFW 6e10606c-07f4
ResourceType:VF
ResourceUUID:a6f9639f-1988-4b1b-ac34-f64174d17a29
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6e10606c07f40_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json
ArtifactUUID:24a20d0d-d7fc-4f68-9122-f2f07b0c4872
ArtifactChecksum:MDg4MmU5MjFjYTBlOWI4OWMwMTk2Yjc4Yjk4Nzk4NTg=
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/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml
ArtifactUUID:20a54075-cf36-478f-a6a2-953cfa5044f7
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/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
ArtifactUUID:eab454fb-de40-42dd-aa11-b7c911b87305
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/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
ArtifactUUID:eab454fb-de40-42dd-aa11-b7c911b87305
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-28T06:30:34.974Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6751eb6f-6ab3-4e5c-9dc4-302b3e50190c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:30:35.015Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:30:35.016Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-28T06:30:35.016Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-28T06:30:35.016Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7e475f04-297b-4e2e-a23c-782f3c63029f from URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:35.017Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-28T06:30:35.017Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:35.178Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-28T06:30:35.183Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar 7e475f04-297b-4e2e-a23c-782f3c63029f 98712
2021-10-28T06:30:35.191Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar ASDC sendASDCNotification
2021-10-28T06:30:35.191Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:35.191Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:30:35.192Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:35.215Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:35.215Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402635191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:35.294Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2021-10-28T06:30:35.295Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:35.295Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:35.307Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:35.308Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:36.220Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:30:36.223Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2021-10-28T06:30:36.223Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 7e475f04-297b-4e2e-a23c-782f3c63029f, URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar to file: /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:36.224Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20211028062816-csar.csar
2021-10-28T06:30:36.224Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:36.224Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:36.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17645945195748368218/Definitions/service-Vfw20211028062816-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2021-10-28T06:30:38.580Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:30:38.581Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-28T06:30:38.581Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.581Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6e10606c-07f4 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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.582Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.583Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||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-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||####################################################################################################
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.585Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.585Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-28T06:30:38.585Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2021-10-28T06:30:38.586Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:30:38.587Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.587Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.587Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.587Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:38.588Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:38.588Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:30:38.588Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.588Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:30:38.589Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.590Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:30:38.591Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.591Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:30:38.591Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.591Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.592Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:38.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:38.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-28T06:30:38.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.595Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:30:38.596Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.596Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:30:38.596Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.596Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d826645f-c033-485e-8840-84213b248792
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:30:38.597Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:38.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.599Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2897711f-3d0e-4723-97e1-a338df2994b1
2021-10-28T06:30:38.600Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.600Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:38.600Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:38.600Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:30:38.601Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:38.602Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-28T06:30:38.603Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7bb6c549-a717-4432-8811-bdc148b2dab3
2021-10-28T06:30:38.603Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.603Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.603Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:38.604Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:38.605Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2021-10-28 06-28-16
Description:catalog service description
Model UUID:6751eb6f-6ab3-4e5c-9dc4-302b3e50190c
Model Version:NULL
Model InvariantUuid:6734fee8-5036-4de3-a0d3-b16f6f4175bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6e10606c-07f4
Model UUID:47d7c952-6300-4f3a-a572-cb9179a3a8f5
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f9c6be5-7d59-4f62-b462-a3c540bcca30
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1054b64c-11c7-4d29-98ed-c6eda06927c6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:27e0fd3f-9062-4dad-b7d4-731c42c1bc85
ModelName:Vfw6e10606c07f4..base_vfw..module-0
ModelUuid:5e8d7304-d226-425d-ba4c-859a580c1e84
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d826645f-c033-485e-8840-84213b248792
ModelInvariantUuid:be4b0225-bc1e-4419-a7be-968833081401
ModelName:vFW 6e10606c-07f4-nodes.vfwCvfc
ModelUuid:17f8033c-691b-4355-a5fc-0a239e61c593
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ac976ffe-24c5-463c-8dd4-aaf26d0da1e6
ModelInvariantUuid:8126ab99-2fd1-477a-9ac1-28200a18a5f1
ModelName:Vfw6e10606c07f4.compute.nodes.heat.vfw
ModelUuid:42119c0c-7582-418d-9d98-07db970df15e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2897711f-3d0e-4723-97e1-a338df2994b1
ModelInvariantUuid:7a8dadc4-73b7-4190-aa0e-541e09578e95
ModelName:vFW 6e10606c-07f4-nodes.vsnCvfc
ModelUuid:da4f9714-a46f-472a-be1b-c6ef10783927
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:90e13e62-291f-46bb-8e57-17d64a733448
ModelInvariantUuid:e1ee63e7-1f13-4c13-91ed-0efe66c99858
ModelName:Vfw6e10606c07f4.compute.nodes.heat.vsn
ModelUuid:c83647a5-922e-443f-91d0-9dd73f8d0a38
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7bb6c549-a717-4432-8811-bdc148b2dab3
ModelInvariantUuid:adf4f7df-94cb-4b61-9c8b-f9594d596e42
ModelName:vFW 6e10606c-07f4-nodes.vpgCvfc
ModelUuid:d99f0246-6ab0-4c78-a48e-f8ef191d07ca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:921527a6-02a0-4b87-9b8e-74efee1cddbb
ModelInvariantUuid:8bc21d21-3e88-4866-aec7-2e034175b3cc
ModelName:Vfw6e10606c07f4.compute.nodes.heat.vpg
ModelUuid:01658d2d-8d1b-4412-afbb-2c8560fe1535
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:30:38.613Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a6f9639f-1988-4b1b-ac34-f64174d17a29
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:30:38.617Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||vFW 6e10606c-07f4 0
2021-10-28T06:30:38.618Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a6f9639f-1988-4b1b-ac34-f64174d17a29
2021-10-28T06:30:38.618Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 24a20d0d-d7fc-4f68-9122-f2f07b0c4872 from URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json
2021-10-28T06:30:38.618Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-28T06:30:38.618Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json
2021-10-28T06:30:38.686Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-28T06:30:38.687Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json 24a20d0d-d7fc-4f68-9122-f2f07b0c4872 785
2021-10-28T06:30:38.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json ASDC sendASDCNotification
2021-10-28T06:30:38.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json
2021-10-28T06:30:38.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:30:38.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:38.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:38.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402638688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:38.792Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:38.798Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:38.798Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:38.811Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:38.813Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:39.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6e10606c07f4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "27e0fd3f-9062-4dad-b7d4-731c42c1bc85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e8d7304-d226-425d-ba4c-859a580c1e84",
    "vfModuleModelCustomizationUUID": "ab83647a-641f-45a2-8c4c-4538b02d4bcd",
    "isBase": true,
    "artifacts": [
      "20a54075-cf36-478f-a6a2-953cfa5044f7",
      "eab454fb-de40-42dd-aa11-b7c911b87305"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:30:39.702Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e10606c07f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e8d7304-d226-425d-ba4c-859a580c1e84
VfModuleModelInvariantUUID:27e0fd3f-9062-4dad-b7d4-731c42c1bc85
VfModuleModelDescription:NULL
Artifacts UUID List:{
20a54075-cf36-478f-a6a2-953cfa5044f7
,
eab454fb-de40-42dd-aa11-b7c911b87305

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

isBase:true


}

2021-10-28T06:30:39.704Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6e10606c07f4..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "27e0fd3f-9062-4dad-b7d4-731c42c1bc85",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5e8d7304-d226-425d-ba4c-859a580c1e84",
    "vfModuleModelCustomizationUUID": "ab83647a-641f-45a2-8c4c-4538b02d4bcd",
    "isBase": true,
    "artifacts": [
      "20a54075-cf36-478f-a6a2-953cfa5044f7",
      "eab454fb-de40-42dd-aa11-b7c911b87305"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:30:39.705Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6e10606c07f4..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5e8d7304-d226-425d-ba4c-859a580c1e84
VfModuleModelInvariantUUID:27e0fd3f-9062-4dad-b7d4-731c42c1bc85
VfModuleModelDescription:NULL
Artifacts UUID List:{
20a54075-cf36-478f-a6a2-953cfa5044f7
,
eab454fb-de40-42dd-aa11-b7c911b87305

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

isBase:true


}

2021-10-28T06:30:39.705Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 20a54075-cf36-478f-a6a2-953cfa5044f7 from URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml
2021-10-28T06:30:39.705Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-28T06:30:39.706Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml
2021-10-28T06:30:39.763Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-28T06:30:39.764Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml 20a54075-cf36-478f-a6a2-953cfa5044f7 20368
2021-10-28T06:30:39.764Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-28T06:30:39.764Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml
2021-10-28T06:30:39.764Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:30:39.765Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:39.767Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:39.767Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402639764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:39.867Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:39.868Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:39.868Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:39.884Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:39.884Z||pool-44-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:40.769Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: eab454fb-de40-42dd-aa11-b7c911b87305 from URL: /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
2021-10-28T06:30:40.769Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - download
2021-10-28T06:30:40.769Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
2021-10-28T06:30:40.818Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2021-10-28T06:30:40.818Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env eab454fb-de40-42dd-aa11-b7c911b87305 2098
2021-10-28T06:30:40.819Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-28T06:30:40.819Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
2021-10-28T06:30:40.819Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:30:40.820Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:40.822Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:40.822Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402640819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:30:40.922Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:40.922Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:40.923Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:40.948Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:40.948Z||pool-45-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:41.823Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 6751eb6f-6ab3-4e5c-9dc4-302b3e50190c
2021-10-28T06:30:41.823Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6e10606c-07f4 0 a6f9639f-1988-4b1b-ac34-f64174d17a29 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:30:41.843Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1557ebe2, org.onap.sdc.toscaparser.api.parameters.Input@12369615, org.onap.sdc.toscaparser.api.parameters.Input@55a4543e, org.onap.sdc.toscaparser.api.parameters.Input@6f05ec1, org.onap.sdc.toscaparser.api.parameters.Input@2cd2bd06]
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1054b64c-11c7-4d29-98ed-c6eda06927c6
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1054b64c-11c7-4d29-98ed-c6eda06927c6 matches Tosca VF Customization UUID: 1054b64c-11c7-4d29-98ed-c6eda06927c6
2021-10-28T06:30:41.845Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1054b64c-11c7-4d29-98ed-c6eda06927c6  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:30:41.847Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.847Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.848Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1054b64c-11c7-4d29-98ed-c6eda06927c6: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2021-10-28T06:30:41.848Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7902ef54
2021-10-28T06:30:41.848Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.848Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:30:41.849Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab83647a-641f-45a2-8c4c-4538b02d4bcd
2021-10-28T06:30:41.849Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab83647a-641f-45a2-8c4c-4538b02d4bcd
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:30:41.850Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.851Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:41.851Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:41.851Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:41.852Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:30:41.853Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:41.854Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:30:41.854Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.854Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d826645f-c033-485e-8840-84213b248792
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:30:41.856Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.856Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:41.857Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:41.857Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.857Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:41.857Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:41.857Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:30:41.857Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.858Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:41.858Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.858Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:30:41.858Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:41.858Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2021-10-28T06:30:41.858Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2021-10-28T06:30:41.858Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:41.858Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2021-10-28T06:30:41.859Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.859Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2897711f-3d0e-4723-97e1-a338df2994b1
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:30:41.860Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.861Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:41.861Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:41.861Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.861Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is not matching search criteria
2021-10-28T06:30:41.861Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2021-10-28T06:30:41.861Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2021-10-28T06:30:41.861Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.862Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:41.862Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.862Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2021-10-28T06:30:41.862Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2021-10-28T06:30:41.862Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2021-10-28T06:30:41.862Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2021-10-28T06:30:41.862Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2021-10-28T06:30:41.863Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2021-10-28T06:30:41.863Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2021-10-28T06:30:41.863Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7bb6c549-a717-4432-8811-bdc148b2dab3
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:30:41.865Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.865Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:41.865Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:30:41.866Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.866Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Node template vFW 6e10606c-07f4 0 is matching search criteria
2021-10-28T06:30:41.866Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 6e10606c-07f4 0] matching following query criteria: sdcType=VF, customizationUUID=1054b64c-11c7-4d29-98ed-c6eda06927c6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:30:41.868Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.868Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.868Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 6751eb6f-6ab3-4e5c-9dc4-302b3e50190c: vFW 6e10606c-07f4
2021-10-28T06:30:41.869Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.869Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.869Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.869Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.869Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.869Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.870Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.870Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.870Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:30:41.870Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Service vFW 2021-10-28 06-28-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:30:41.870Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2021-10-28 06-28-16 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:30:42.021Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6e10606c-07f4 a6f9639f-1988-4b1b-ac34-f64174d17a29 1 ASDC deployResourceStructure
2021-10-28T06:30:42.022Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json ASDC sendASDCNotification
2021-10-28T06:30:42.022Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json
2021-10-28T06:30:42.022Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:30:42.022Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:42.024Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:42.025Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402642022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:30:42.125Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:30:42.125Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:42.125Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:42.160Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:42.160Z||pool-46-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:43.025Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml ASDC sendASDCNotification
2021-10-28T06:30:43.026Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml
2021-10-28T06:30:43.026Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:30:43.026Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:43.028Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:43.028Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402643025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:30:43.128Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:43.128Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:43.129Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:43.174Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:43.174Z||pool-47-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:30:44.029Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env ASDC sendASDCNotification
2021-10-28T06:30:44.030Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env
2021-10-28T06:30:44.030Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:30:44.031Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:44.033Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:44.033Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402644029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:30:44.133Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:44.134Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:44.134Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:44.150Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:44.151Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:30:45.034Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar ASDC sendASDCNotification
2021-10-28T06:30:45.034Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar
2021-10-28T06:30:45.034Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:30:45.035Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:30:45.036Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:30:45.036Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402645034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:30:45.136Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:30:45.137Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:30:45.137Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:30:45.160Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:30:45.162Z||pool-49-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:30:46.037Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:30:46.049Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d8708ab-9fb7-41b8-bae5-db38496fa4f9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:30:46.056Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:30:46.056Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:30:46.056Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:30:46.056Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:30:46.056Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:30:46.056Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:30:46.057Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:30:46.057Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:30:46.057Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:30:46.057Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:30:46.057Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:30:46.062Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:31:16.062Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-28T06:31:16.069Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and serviceModelVersionId: 6751eb6f-6ab3-4e5c-9dc4-302b3e50190c
2021-10-28T06:31:16.069Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6734fee8-5036-4de3-a0d3-b16f6f4175bf
2021-10-28T06:31:16.071Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6734fee8-5036-4de3-a0d3-b16f6f4175bf/model-vers/model-ver/6751eb6f-6ab3-4e5c-9dc4-302b3e50190c?depth=0
2021-10-28T06:31:16.077Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:31:16.126Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6734fee8-5036-4de3-a0d3-b16f6f4175bf/model-vers/model-ver/6751eb6f-6ab3-4e5c-9dc4-302b3e50190c?depth=0|INFO|500||Invoke
2021-10-28T06:31:16.127Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6734fee8-5036-4de3-a0d3-b16f6f4175bf/model-vers/model-ver/6751eb6f-6ab3-4e5c-9dc4-302b3e50190c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6734fee8-5036-4de3-a0d3-b16f6f4175bf/model-vers/model-ver/6751eb6f-6ab3-4e5c-9dc4-302b3e50190c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d8708ab-9fb7-41b8-bae5-db38496fa4f9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e4a9a4f8-81ce-445f-b953-a3595a8cf910], X-ECOMP-RequestID=[8d8708ab-9fb7-41b8-bae5-db38496fa4f9], X-TransactionId=[], X-ONAP-RequestID=[8d8708ab-9fb7-41b8-bae5-db38496fa4f9], Content-Type=[application/merge-patch+json]}
2021-10-28T06:31:16.147Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6734fee8-5036-4de3-a0d3-b16f6f4175bf/model-vers/model-ver/6751eb6f-6ab3-4e5c-9dc4-302b3e50190c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-28T06:31:16.311Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6734fee8-5036-4de3-a0d3-b16f6f4175bf/model-vers/model-ver/6751eb6f-6ab3-4e5c-9dc4-302b3e50190c?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/6734fee8-5036-4de3-a0d3-b16f6f4175bf/model-vers/model-ver/6751eb6f-6ab3-4e5c-9dc4-302b3e50190c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211028-06:31:16:155-55827], vertex-id=[180448], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:31:16 GMT], Content-Type=[application/json]}
2021-10-28T06:31:16.311Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6734fee8-5036-4de3-a0d3-b16f6f4175bf/model-vers/model-ver/6751eb6f-6ab3-4e5c-9dc4-302b3e50190c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:31:16.312Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6734fee8-5036-4de3-a0d3-b16f6f4175bf/model-vers/model-ver/6751eb6f-6ab3-4e5c-9dc4-302b3e50190c?depth=0|INFO|500||InvokeReturn
2021-10-28T06:31:16.313Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:31:16.313Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:31:16.318Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:31:16.318Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d8708ab-9fb7-41b8-bae5-db38496fa4f9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:31:16.318Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:31:16.318Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:31:16.320Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:31:16.320Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402676318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:31:16.420Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:31:16.421Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:31:16.421Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:31:16.435Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:31:16.435Z||pool-50-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:31:27.269Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:31:27.270Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:31:27.270Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:31:27.272Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:31:27.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:31:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:31:27.415Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:31:27.415Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:31:27.415Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:31:27.416Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:31:36.828Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:32:27.270Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:32:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:32:27.273Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:32:27.273Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:32:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:32:27.274Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:32:27.805Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:32:27.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:32:27.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:32:27.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:32:27.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:32:27.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:32:27.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:32:27.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2021-10-28T06:32:27.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:32:27.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:32:27.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:32:27.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402627269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:32:27.811Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:32:27.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402635191,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:32:27.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:32:27.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402638688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:32:27.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:32:27.812Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.812Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402639764,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:32:27.812Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:32:27.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402640819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:32:27.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:32:27.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.813Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402642022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/vfw6e10606c07f40_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:32:27.813Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:32:27.813Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402643025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:32:27.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:32:27.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.814Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402644029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/resourceInstances/vfw6e10606c07f40/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:32:27.814Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:32:27.814Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402645034,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20211028062816/1.0/artifacts/service-Vfw20211028062816-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:32:27.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:32:27.815Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2021-10-28T06:32:27.815Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8d8708ab-9fb7-41b8-bae5-db38496fa4f9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635402676318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:32:27.815Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:32:36.843Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:33:27.269Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:33:27.270Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:33:27.271Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:33:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:33:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:33:27.272Z|7337855d-db04-499e-be90-bf205880df46|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:33:36.826Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:33:36.826Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:34:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:34:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:34:27.276Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:34:27.276Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:34:27.276Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:34:27.277Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:34:36.840Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:34:36.861Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:35:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:35:27.271Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:35:27.274Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:35:27.274Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:35:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:35:27.274Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:35:36.824Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:35:36.833Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:36:27.269Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:36:27.270Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:36:27.270Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:36:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:36:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:36:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:36:36.823Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:36:36.822Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:37:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:37:27.271Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:37:27.274Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:37:27.274Z|7337855d-db04-499e-be90-bf205880df46|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:37:27.274Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:37:27.274Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:37:36.830Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:37:36.834Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:38:27.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:38:27.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:38:27.270Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:38:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:38:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:38:27.272Z|7337855d-db04-499e-be90-bf205880df46|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:38:36.817Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:38:36.834Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:39:27.270Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:39:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:39:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:39:27.272Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:39:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:39:27.272Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:39:36.835Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:39:36.848Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:40:27.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:40:27.270Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:40:27.270Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:40:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:40:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:40:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:40:36.828Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:40:36.828Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:41:27.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:41:27.271Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:41:27.271Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:41:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:41:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:41:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:41:27.898Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:41:27.900Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.900Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "policy-id",
  "timestamp": 1635403231092,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.902Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.902Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.902Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "cds",
  "timestamp": 1635403236252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.902Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.902Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.902Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "policy-id",
  "timestamp": 1635403231092,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:41:27.903Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.903Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.903Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "cds",
  "timestamp": 1635403236252,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:41:27.903Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.903Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.903Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403242272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.903Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.903Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.903Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "policy-id",
  "timestamp": 1635403243454,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:41:27.904Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:41:27.904Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.904Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "cds",
  "timestamp": 1635403243749,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:41:27.904Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:41:27.904Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.904Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403242272,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.904Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.904Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.904Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "policy-id",
  "timestamp": 1635403244459,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:41:27.905Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:41:27.905Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.905Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "cds",
  "timestamp": 1635403244768,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:41:27.918Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:41:27.918Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"13b0bbe0-0aa9-47f3-a98a-50190d8a60f2","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"295a7581-f003-4e3e-ad44-f84b1a3c5cb5","serviceDescription":"service","serviceInvariantUUID":"6ab68c1a-5825-49e1-bc2e-a6e5c453f822","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"407f9834-d5a5-4804-b8ad-35274a39cc52","resourceInvariantUUID":"352932f1-27b7-4fa8-8abf-0ecee4ee8b5b","resourceCustomizationUUID":"7594f15f-d107-4c6b-a70d-d58c4bb1775a","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":"MjMzMWUyNjlmMTIyNTU4MzM4NDZjNDY5ZTJjYjk4MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ea4ddb2d-48aa-414d-a85f-f5127662a60f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"Mjc3NDlmOTE4N2MyYTU5Zjk1Zjk0NzFlZThkM2YxMjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab837edf-a763-4d80-9a83-b6c5f2ac045e","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:41:27.921Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:41:27.921Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:41:27.924Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2
2021-10-28T06:41:27.924Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:41:27.924Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403287269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.924Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:41:27.934Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.934Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "policy-id",
  "timestamp": 1635403245463,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:41:27.939Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2
2021-10-28T06:41:27.939Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403245560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403245560,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403247561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.947Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403247561,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "clamp",
  "timestamp": 1635403249007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "dcae-sch",
  "timestamp": 1635403248993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "dcae-sch",
  "timestamp": 1635403248993,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.948Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "clamp",
  "timestamp": 1635403249007,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403251188,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403252784,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.949Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "aai-ml",
  "timestamp": 1635403253085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:41:27.950Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.950Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.950Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403253788,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:41:27.959Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2
2021-10-28T06:41:27.959Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:41:27.966Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.967Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "aai-ml",
  "timestamp": 1635403253085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:41:27.967Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:41:27.967Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.967Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "aai-ml",
  "timestamp": 1635403255908,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:41:27.967Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:41:27.967Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.967Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "clamp",
  "timestamp": 1635403258075,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:41:27.967Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:41:27.967Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.968Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "aai-ml",
  "timestamp": 1635403260080,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:41:27.968Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:41:27.968Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.968Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "clamp",
  "timestamp": 1635403260083,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:41:27.968Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:41:27.968Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.968Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "aai-ml",
  "timestamp": 1635403261084,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:41:27.972Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2
2021-10-28T06:41:27.972Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:41:27.978Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:41:27.978Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "clamp",
  "timestamp": 1635403261087,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:41:27.981Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2
2021-10-28T06:41:27.981Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:41:28.024Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:41:28.025Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:41:28.025Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:41:28.038Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:41:28.039Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:41:28.925Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:41:28.925Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:41:28.927Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:41:28.927Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403287269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:41:29.027Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:41:29.028Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:41:29.028Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:41:29.039Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:41:29.039Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:41:29.929Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "295a7581-f003-4e3e-ad44-f84b1a3c5cb5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6ab68c1a-5825-49e1-bc2e-a6e5c453f822",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "7594f15f-d107-4c6b-a70d-d58c4bb1775a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "407f9834-d5a5-4804-b8ad-35274a39cc52",
      "resourceInvariantUUID": "352932f1-27b7-4fa8-8abf-0ecee4ee8b5b",
      "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": "Mjc3NDlmOTE4N2MyYTU5Zjk1Zjk0NzFlZThkM2YxMjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab837edf-a763-4d80-9a83-b6c5f2ac045e"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:41:29.929Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:41:29.930Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 295a7581-f003-4e3e-ad44-f84b1a3c5cb5 ASDC
2021-10-28T06:41:29.931Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:13b0bbe0-0aa9-47f3-a98a-50190d8a60f2
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:295a7581-f003-4e3e-ad44-f84b1a3c5cb5
ServiceInvariantUUID:6ab68c1a-5825-49e1-bc2e-a6e5c453f822
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:ab837edf-a763-4d80-9a83-b6c5f2ac045e
ArtifactChecksum:Mjc3NDlmOTE4N2MyYTU5Zjk1Zjk0NzFlZThkM2YxMjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:7594f15f-d107-4c6b-a70d-d58c4bb1775a
ResourceInvariantUUID:352932f1-27b7-4fa8-8abf-0ecee4ee8b5b
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:407f9834-d5a5-4804-b8ad-35274a39cc52
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2021-10-28T06:41:29.931Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 295a7581-f003-4e3e-ad44-f84b1a3c5cb5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:41:29.953Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:41:29.954Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:41:29.954Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:41:29.955Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ab837edf-a763-4d80-9a83-b6c5f2ac045e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-28T06:41:29.955Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:41:29.955Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-28T06:41:30.591Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:41:30.594Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ab837edf-a763-4d80-9a83-b6c5f2ac045e 52174
2021-10-28T06:41:30.595Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2021-10-28T06:41:30.595Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2021-10-28T06:41:30.595Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:41:30.596Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:41:30.598Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:41:30.598Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403290595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:41:30.698Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:41:30.699Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:41:30.699Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:41:30.715Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:41:30.715Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:41:31.599Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:41:31.600Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:41:31.600Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ab837edf-a763-4d80-9a83-b6c5f2ac045e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:31.600Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2021-10-28T06:41:31.601Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:31.601Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:31.710Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15177794781177867926/Definitions/service-BasicNetwork-template.yml
2021-10-28T06:41:32.184Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:41:32.184Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:32.185Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2021-10-28T06:41:32.186Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:41:32.186Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:41:32.186Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:41:32.186Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-28T06:41:32.186Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:41:32.186Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:41:32.187Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:41:32.187Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:41:32.187Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2021-10-28T06:41:32.187Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:41:32.187Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:41:32.187Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:41:32.187Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:41:32.188Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:41:32.188Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:41:32.188Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:41:32.188Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:41:32.188Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:41:32.188Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:41:32.188Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:41:32.189Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:41:32.189Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:295a7581-f003-4e3e-ad44-f84b1a3c5cb5
Model Version:NULL
Model InvariantUuid:6ab68c1a-5825-49e1-bc2e-a6e5c453f822
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:352932f1-27b7-4fa8-8abf-0ecee4ee8b5b
Model UUID:b6e115e0-a52a-4780-9451-e25c355117d8
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:7594f15f-d107-4c6b-a70d-d58c4bb1775a
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

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

2021-10-28T06:42:03.954Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab68c1a-5825-49e1-bc2e-a6e5c453f822/model-vers/model-ver/295a7581-f003-4e3e-ad44-f84b1a3c5cb5?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/6ab68c1a-5825-49e1-bc2e-a6e5c453f822/model-vers/model-ver/295a7581-f003-4e3e-ad44-f84b1a3c5cb5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211028-06:42:03:400-25730], vertex-id=[225304], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:42:03 GMT], Content-Type=[application/json]}
2021-10-28T06:42:03.954Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab68c1a-5825-49e1-bc2e-a6e5c453f822/model-vers/model-ver/295a7581-f003-4e3e-ad44-f84b1a3c5cb5?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:42:03.955Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6ab68c1a-5825-49e1-bc2e-a6e5c453f822/model-vers/model-ver/295a7581-f003-4e3e-ad44-f84b1a3c5cb5?depth=0|INFO|500||InvokeReturn
2021-10-28T06:42:03.956Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:42:03.957Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:42:03.961Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:42:03.961Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 13b0bbe0-0aa9-47f3-a98a-50190d8a60f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:42:03.962Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:42:03.962Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:03.964Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:03.964Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403323962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:42:04.065Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:04.066Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:04.066Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:04.078Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:04.078Z||pool-55-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-10-28T06:42:27.270Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:42:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:42:27.273Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:42:27.274Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:27.274Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:42:27.274Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:27.397Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:27.398Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:42:27.398Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403287269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:42:27.401Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:42:27.899Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:27.901Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:42:27.901Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e43e49b0-2fb7-4477-bbe0-a035d0b115ca","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468","serviceDescription":"service","serviceInvariantUUID":"b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9ad2ce5-11aa-4329-900b-0ec963b18fc4","resourceInvariantUUID":"19d2b96d-d3a9-4ce3-94a5-6663e49b7fa7","resourceCustomizationUUID":"2a6847b2-4488-421b-b781-6c75ae362610","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":"Y2Y2YWUyZjMwN2RkZThlNWFhODczMDUyNmY0Zjc2ZDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"11189400-92eb-4349-9a87-f9d5c2202a7d","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":"ZGQ1MjU4MDM4MWY1NWVhMWMzYmVjNmJiZTc3ZDFhNjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ee52d146-466e-4a94-ade5-b823e86d85c7","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":"9ae4841e-0c34-4d50-9915-b1c6e4ebc874","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":"66323e6b-6e7d-4ec2-b9f7-0c0488e3dfbc","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":"f92ab436-70ea-41b9-a3c1-e932affaa640","artifactVersion":"2","generatedFromUUID":"9ae4841e-0c34-4d50-9915-b1c6e4ebc874"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTUyMTRjZDMwNjUwNjE1YjU2N2E2OWM5OTI4MzI5Nzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b5732b7b-317b-455a-b523-e029de33c4fd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"Y2VmMzI4MzZlYTc5OGY4Y2M3OTcxM2NhNDRjZmE3Y2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6fd933a0-e7c8-432d-b013-048160739222","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:42:27.903Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:42:27.904Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:27.908Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:27.908Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:42:28.008Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:28.009Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:28.009Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:28.022Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:28.022Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:28.913Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:42:28.914Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:28.916Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:28.917Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:42:29.016Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:42:29.017Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:29.017Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:29.029Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:29.030Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:29.917Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:42:29.919Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:29.920Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:29.921Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:42:30.020Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:42:30.021Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:30.021Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:30.032Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:30.032Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:30.921Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:42:30.922Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:30.924Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:30.924Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:42:31.025Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-28T06:42:31.026Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:31.026Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:31.037Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:31.038Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:42:31.924Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:42:31.925Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:31.927Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:31.927Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-28T06:42:32.028Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:32.029Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:32.029Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:32.043Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:32.044Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:32.928Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:42:32.929Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:32.963Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:32.964Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:42:33.032Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms
2021-10-28T06:42:33.033Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:33.033Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:33.044Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:33.044Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:33.964Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:42:33.965Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:33.970Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:33.970Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:42:34.069Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:42:34.070Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:34.071Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:34.084Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:34.085Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:34.972Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "2a6847b2-4488-421b-b781-6c75ae362610",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c9ad2ce5-11aa-4329-900b-0ec963b18fc4",
      "resourceInvariantUUID": "19d2b96d-d3a9-4ce3-94a5-6663e49b7fa7",
      "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": "ZGQ1MjU4MDM4MWY1NWVhMWMzYmVjNmJiZTc3ZDFhNjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ee52d146-466e-4a94-ade5-b823e86d85c7",
          "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": "9ae4841e-0c34-4d50-9915-b1c6e4ebc874",
          "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": "f92ab436-70ea-41b9-a3c1-e932affaa640",
            "generatedFromUUID": "9ae4841e-0c34-4d50-9915-b1c6e4ebc874"
          },
          "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": "f92ab436-70ea-41b9-a3c1-e932affaa640",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "Y2VmMzI4MzZlYTc5OGY4Y2M3OTcxM2NhNDRjZmE3Y2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6fd933a0-e7c8-432d-b013-048160739222"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:42:34.973Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:42:34.974Z|13b0bbe0-0aa9-47f3-a98a-50190d8a60f2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468 ASDC
2021-10-28T06:42:34.975Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e43e49b0-2fb7-4477-bbe0-a035d0b115ca
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468
ServiceInvariantUUID:b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d
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:6fd933a0-e7c8-432d-b013-048160739222
ArtifactChecksum:Y2VmMzI4MzZlYTc5OGY4Y2M3OTcxM2NhNDRjZmE3Y2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:2a6847b2-4488-421b-b781-6c75ae362610
ResourceInvariantUUID:19d2b96d-d3a9-4ce3-94a5-6663e49b7fa7
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:c9ad2ce5-11aa-4329-900b-0ec963b18fc4
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:ee52d146-466e-4a94-ade5-b823e86d85c7
ArtifactChecksum:ZGQ1MjU4MDM4MWY1NWVhMWMzYmVjNmJiZTc3ZDFhNjY=
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:9ae4841e-0c34-4d50-9915-b1c6e4ebc874
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:f92ab436-70ea-41b9-a3c1-e932affaa640
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:f92ab436-70ea-41b9-a3c1-e932affaa640
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-28T06:42:34.975Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:42:35.029Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:42:35.030Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:42:35.030Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:42:35.030Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6fd933a0-e7c8-432d-b013-048160739222 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-28T06:42:35.030Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:42:35.031Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-28T06:42:35.278Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:42:35.281Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6fd933a0-e7c8-432d-b013-048160739222 70866
2021-10-28T06:42:35.282Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-28T06:42:35.282Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-28T06:42:35.283Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:42:35.283Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:35.286Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:35.286Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403355282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:42:35.386Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:35.387Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:35.387Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:35.440Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:35.440Z||pool-63-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:42:36.287Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:42:36.288Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:42:36.288Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6fd933a0-e7c8-432d-b013-048160739222, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:36.289Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2021-10-28T06:42:36.289Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:36.289Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:36.652Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15984486416511862719/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-28T06:42:37.742Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:42:37.742Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:42:37.743Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.743Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-28T06:42:37.743Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.743Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.743Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.744Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.744Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.744Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.744Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.744Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.744Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2021-10-28T06:42:37.745Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:42:37.745Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.745Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:37.746Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-28T06:42:37.746Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:42:37.746Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:42:37.746Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.747Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:37.747Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-28T06:42:37.747Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:42:37.747Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:42:37.748Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.748Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:37.748Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.748Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-28T06:42:37.748Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-28T06:42:37.749Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-28T06:42:37.749Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-28T06:42:37.749Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-28T06:42:37.749Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:42:37.750Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.750Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:42:37.750Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.750Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-28T06:42:37.750Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:42:37.751Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.751Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-28T06:42:37.751Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:42:37.752Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.752Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-28T06:42:37.752Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:42:37.752Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.753Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-28T06:42:37.753Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-28T06:42:37.753Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-28T06:42:37.753Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4e21019e-b46f-4344-940b-426269692b42
2021-10-28T06:42:37.753Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.754Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:37.754Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.754Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:37.754Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.755Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:37.755Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:37.755Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:37.755Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468
Model Version:NULL
Model InvariantUuid:b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:e8e12758-805f-4c20-8396-55062ccd573b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:19d2b96d-d3a9-4ce3-94a5-6663e49b7fa7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2a6847b2-4488-421b-b781-6c75ae362610
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8d8dcd49-2470-4c83-826d-0ebce84b74c8
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:6d36a8ba-f41b-4a32-b8fc-4ae328787c23
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4e21019e-b46f-4344-940b-426269692b42
ModelInvariantUuid:535ded6d-e5c7-4f7e-b6dc-b5f0abb87ce4
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:73fff1fb-8030-4d08-969f-1a5369106d56
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:f5b36dae-5a22-4a1a-a434-1a7dce207344
ModelInvariantUuid:b2d960a2-8651-436d-ae35-cc430ec60f38
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:37be4202-b03c-4b43-ac56-1f5eed4f7caf
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:42:37.761Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c9ad2ce5-11aa-4329-900b-0ec963b18fc4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:42:37.765Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||basic_vm 0
2021-10-28T06:42:37.765Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9ad2ce5-11aa-4329-900b-0ec963b18fc4
2021-10-28T06:42:37.766Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ee52d146-466e-4a94-ade5-b823e86d85c7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-28T06:42:37.766Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:42:37.766Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-28T06:42:37.811Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:42:37.811Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ee52d146-466e-4a94-ade5-b823e86d85c7 787
2021-10-28T06:42:37.811Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-28T06:42:37.811Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-28T06:42:37.812Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:42:37.812Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:37.814Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:37.814Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403357811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:42:37.914Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:37.915Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:37.915Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:37.933Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:37.934Z||pool-64-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:38.814Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8d8dcd49-2470-4c83-826d-0ebce84b74c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d36a8ba-f41b-4a32-b8fc-4ae328787c23",
    "vfModuleModelCustomizationUUID": "061bfa69-9e6e-40ec-a581-a12871aa53f1",
    "isBase": true,
    "artifacts": [
      "9ae4841e-0c34-4d50-9915-b1c6e4ebc874",
      "f92ab436-70ea-41b9-a3c1-e932affaa640"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:42:38.818Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d36a8ba-f41b-4a32-b8fc-4ae328787c23
VfModuleModelInvariantUUID:8d8dcd49-2470-4c83-826d-0ebce84b74c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ae4841e-0c34-4d50-9915-b1c6e4ebc874
,
f92ab436-70ea-41b9-a3c1-e932affaa640

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

isBase:true


}

2021-10-28T06:42:38.820Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "8d8dcd49-2470-4c83-826d-0ebce84b74c8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d36a8ba-f41b-4a32-b8fc-4ae328787c23",
    "vfModuleModelCustomizationUUID": "061bfa69-9e6e-40ec-a581-a12871aa53f1",
    "isBase": true,
    "artifacts": [
      "9ae4841e-0c34-4d50-9915-b1c6e4ebc874",
      "f92ab436-70ea-41b9-a3c1-e932affaa640"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:42:38.820Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d36a8ba-f41b-4a32-b8fc-4ae328787c23
VfModuleModelInvariantUUID:8d8dcd49-2470-4c83-826d-0ebce84b74c8
VfModuleModelDescription:NULL
Artifacts UUID List:{
9ae4841e-0c34-4d50-9915-b1c6e4ebc874
,
f92ab436-70ea-41b9-a3c1-e932affaa640

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

isBase:true


}

2021-10-28T06:42:38.820Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9ae4841e-0c34-4d50-9915-b1c6e4ebc874 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-28T06:42:38.820Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:42:38.820Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-28T06:42:38.869Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:42:38.870Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 9ae4841e-0c34-4d50-9915-b1c6e4ebc874 5033
2021-10-28T06:42:38.870Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-28T06:42:38.870Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-28T06:42:38.870Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:42:38.871Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:38.873Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:38.873Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403358870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:42:38.973Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:38.974Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:38.974Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:38.989Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:38.989Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:39.873Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f92ab436-70ea-41b9-a3c1-e932affaa640 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-28T06:42:39.874Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:42:39.874Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-28T06:42:39.930Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:42:39.930Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env f92ab436-70ea-41b9-a3c1-e932affaa640 903
2021-10-28T06:42:39.931Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-28T06:42:39.931Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-28T06:42:39.931Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:42:39.931Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:39.933Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:39.933Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403359931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:42:40.033Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:40.034Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:40.034Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:40.049Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:40.050Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:40.934Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468
2021-10-28T06:42:40.934Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 c9ad2ce5-11aa-4329-900b-0ec963b18fc4 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:42:40.947Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c71a30e, org.onap.sdc.toscaparser.api.parameters.Input@412a57d2, org.onap.sdc.toscaparser.api.parameters.Input@5a864df1, org.onap.sdc.toscaparser.api.parameters.Input@3025cd5e, org.onap.sdc.toscaparser.api.parameters.Input@1fd6187]
2021-10-28T06:42:40.951Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.951Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:40.952Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-28T06:42:40.952Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2a6847b2-4488-421b-b781-6c75ae362610
2021-10-28T06:42:40.952Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2a6847b2-4488-421b-b781-6c75ae362610 matches Tosca VF Customization UUID: 2a6847b2-4488-421b-b781-6c75ae362610
2021-10-28T06:42:40.952Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2a6847b2-4488-421b-b781-6c75ae362610  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:42:40.954Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.955Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:40.955Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2a6847b2-4488-421b-b781-6c75ae362610: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2021-10-28T06:42:40.955Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@642a61ea
2021-10-28T06:42:40.955Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.956Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:42:40.956Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 061bfa69-9e6e-40ec-a581-a12871aa53f1
2021-10-28T06:42:40.956Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 061bfa69-9e6e-40ec-a581-a12871aa53f1
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:42:40.958Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.958Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-28T06:42:40.958Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:42:40.958Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.959Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-28T06:42:40.959Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:42:40.959Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.959Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2021-10-28T06:42:40.959Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-28T06:42:40.959Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-28T06:42:40.960Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4e21019e-b46f-4344-940b-426269692b42
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:42:40.962Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.962Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-28T06:42:40.962Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:42:40.962Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.962Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2021-10-28T06:42:40.962Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=2a6847b2-4488-421b-b781-6c75ae362610
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:42:40.964Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.964Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:40.964Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468: basic_vm
2021-10-28T06:42:40.965Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.965Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:40.965Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.965Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:40.965Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.966Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:40.966Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.966Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:40.966Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:42:40.966Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:42:40.966Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:42:41.045Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm c9ad2ce5-11aa-4329-900b-0ec963b18fc4 1 ASDC deployResourceStructure
2021-10-28T06:42:41.045Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2021-10-28T06:42:41.045Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2021-10-28T06:42:41.045Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:42:41.046Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:41.047Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:41.047Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403361045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:42:41.147Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:42:41.148Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:41.148Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:41.159Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:41.159Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:42.049Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-28T06:42:42.049Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2021-10-28T06:42:42.049Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:42:42.050Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:42.052Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:42.052Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403362048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:42:42.152Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:42.153Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:42.153Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:42.167Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:42.167Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:42:43.056Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-28T06:42:43.056Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2021-10-28T06:42:43.056Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:42:43.056Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:43.058Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:43.058Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403363056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:42:43.158Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:43.159Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:43.159Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:43.191Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:43.192Z||pool-69-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:42:44.059Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2021-10-28T06:42:44.059Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2021-10-28T06:42:44.060Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:42:44.060Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:42:44.062Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:42:44.062Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403364059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:42:44.162Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:42:44.162Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:42:44.163Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:42:44.177Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:42:44.177Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:42:45.063Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:42:45.074Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:42:45.076Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:42:45.076Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:42:45.076Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:43:15.076Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:43:15.085Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:43:15.087Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:43:15.087Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:43:15.087Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:43:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:43:27.273Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:43:27.273Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:43:27.321Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:43:27.322Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.322Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403287269,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403290595,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403292285,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "13b0bbe0-0aa9-47f3-a98a-50190d8a60f2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403323962,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:43:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "dcae-sch",
  "timestamp": 1635403328994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403331091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403337556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "dcae-sch",
  "timestamp": 1635403328994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.324Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403331091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403337556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "dcae-sch",
  "timestamp": 1635403328994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403331091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403339006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.325Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403337556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "dcae-sch",
  "timestamp": 1635403328994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403331091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.327Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403339006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:43:27.327Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.328Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.328Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403337556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.328Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.329Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.329Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "dcae-sch",
  "timestamp": 1635403328994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.329Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.329Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.330Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403331091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.330Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.330Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.330Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403339006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.331Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.331Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.331Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "cds",
  "timestamp": 1635403341252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.331Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.332Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.332Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403337556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.332Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.332Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.333Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403331091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.333Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.333Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.333Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "dcae-sch",
  "timestamp": 1635403328994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.334Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.334Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.334Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403339006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.334Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.335Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.335Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "cds",
  "timestamp": 1635403341252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.335Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.336Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.336Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403342273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.336Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.336Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.336Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403337556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.337Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.337Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.337Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "dcae-sch",
  "timestamp": 1635403328994,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.337Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.338Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.338Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403331091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:43:27.338Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.338Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.338Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403339006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.339Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.339Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.339Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403343085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.339Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.340Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.340Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "cds",
  "timestamp": 1635403341252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.340Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.340Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.341Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403342273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.341Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.341Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.341Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403337556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:43:27.342Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.342Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.342Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403339006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.342Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.343Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.343Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403343085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.343Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.343Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.344Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "cds",
  "timestamp": 1635403341252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.344Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.344Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.344Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403342273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.344Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.345Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.345Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403345447,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:43:27.345Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:43:27.345Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.346Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403345659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:43:27.346Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:43:27.346Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.346Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403339006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:43:27.347Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.347Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.347Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403343085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.347Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.348Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.348Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "cds",
  "timestamp": 1635403341252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.348Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.348Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.349Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403342273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.349Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.349Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.349Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403345560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.350Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.350Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.350Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403346451,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:43:27.350Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:43:27.351Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.351Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403343085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.351Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.351Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.351Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "cds",
  "timestamp": 1635403341252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.352Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:27.352Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:43:27.352Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403342273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:43:27.353Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:43:45.088Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:43:45.110Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:43:45.112Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:43:45.112Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:43:45.112Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:44:15.113Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:44:15.130Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:44:15.132Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:44:15.132Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:44:15.132Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:44:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:44:27.274Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:44:27.274Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:44:27.326Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:44:27.327Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:44:27.327Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403345560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:44:27.328Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:44:45.132Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:44:45.142Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:44:45.144Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:44:45.145Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:44:45.145Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:45:15.145Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:45:15.168Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:45:15.169Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:45:15.169Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:45:15.170Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:45:27.273Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:45:27.279Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:45:27.279Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:45:27.335Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:45:27.373Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.373Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "policy-id",
  "timestamp": 1635403347454,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.388Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e43e49b0-2fb7-4477-bbe0-a035d0b115ca
2021-10-28T06:45:27.389Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43e49b0-2fb7-4477-bbe0-a035d0b115ca and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.401Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.402Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403343085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.402Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.402Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.402Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.403Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.403Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.403Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "cds",
  "timestamp": 1635403341252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.404Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.404Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.404Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403342273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.404Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.404Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.405Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403348092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.405Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.405Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.405Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403345560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.406Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.406Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.406Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403343085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.406Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.406Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.407Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.407Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.407Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.407Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403342273,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.408Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.408Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.408Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403349096,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.413Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e43e49b0-2fb7-4477-bbe0-a035d0b115ca
2021-10-28T06:45:27.413Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43e49b0-2fb7-4477-bbe0-a035d0b115ca and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.425Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.425Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403345560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.425Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.426Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.426Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403343085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.426Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.426Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.427Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "cds",
  "timestamp": 1635403349882,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.427Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.427Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.427Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.428Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.428Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.428Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403350093,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.428Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.428Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.429Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403345560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.429Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.429Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.429Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "cds",
  "timestamp": 1635403350895,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.434Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e43e49b0-2fb7-4477-bbe0-a035d0b115ca
2021-10-28T06:45:27.434Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43e49b0-2fb7-4477-bbe0-a035d0b115ca and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.442Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.443Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.443Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.443Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.443Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403345560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.444Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.444Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.444Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403351553,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.444Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.445Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.445Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.445Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.445Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.445Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403352104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.446Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.446Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.446Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403345560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.446Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.446Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.447Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.447Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.447Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.447Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "clamp",
  "timestamp": 1635403353108,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.451Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e43e49b0-2fb7-4477-bbe0-a035d0b115ca
2021-10-28T06:45:27.451Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43e49b0-2fb7-4477-bbe0-a035d0b115ca and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.459Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.459Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403353392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.459Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.460Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.460Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403347270,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.460Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.460Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.460Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403354515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.460Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.460Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.461Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403355282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.461Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.461Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.461Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403355617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.461Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.461Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.461Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403356644,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.466Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e43e49b0-2fb7-4477-bbe0-a035d0b115ca
2021-10-28T06:45:27.466Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43e49b0-2fb7-4477-bbe0-a035d0b115ca and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-28T06:45:27.472Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.472Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403357651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.473Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.473Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.473Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403357811,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.474Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.474Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.474Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403356253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.474Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.474Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.474Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "dcae-sch",
  "timestamp": 1635403348994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.474Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.475Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.475Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403351091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.475Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.475Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.475Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403358561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.475Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.475Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.476Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403358870,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.476Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.476Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.476Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "dcae-sch",
  "timestamp": 1635403348994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.476Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.476Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.476Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403356253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.477Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.477Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.477Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403351091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.477Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.477Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.477Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "aai-ml",
  "timestamp": 1635403359565,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.481Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e43e49b0-2fb7-4477-bbe0-a035d0b115ca
2021-10-28T06:45:27.482Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e43e49b0-2fb7-4477-bbe0-a035d0b115ca and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.489Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.489Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403359931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.489Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.490Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.490Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "dcae-sch",
  "timestamp": 1635403348994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.490Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.490Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.490Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403356253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.490Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.490Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.490Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403351091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.491Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.491Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.491Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403361045,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.491Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.491Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.491Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "dcae-sch",
  "timestamp": 1635403348994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.492Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.492Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.492Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403356253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.492Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.492Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.492Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403351091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.492Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.492Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.493Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403362048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.493Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.493Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.493Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "dcae-sch",
  "timestamp": 1635403348994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.493Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.493Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.493Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403356253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.494Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.494Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.494Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403351091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.494Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.494Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.494Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403362274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.494Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.494Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.495Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403363056,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.495Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.495Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.495Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403356253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.495Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.495Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.495Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "dcae-sch",
  "timestamp": 1635403348994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.496Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.496Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.496Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403351091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.496Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.496Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.496Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403362274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.496Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.497Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.497Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403364059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.497Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.497Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.497Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403356253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.497Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.497Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.498Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "dcae-sch",
  "timestamp": 1635403348994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.498Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.498Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.498Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403351091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.498Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.498Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.498Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403362274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.498Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.499Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.499Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403356253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.499Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.499Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.499Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "dcae-sch",
  "timestamp": 1635403348994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.499Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.499Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.500Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403351091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.500Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.500Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.500Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403362274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.500Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.500Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.500Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403365560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.500Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.501Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.501Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "dcae-sch",
  "timestamp": 1635403348994,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.501Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.501Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.501Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403356253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.501Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.501Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.502Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403351091,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.502Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.502Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.502Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403362274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.502Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.503Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.503Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403365560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.503Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.503Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.503Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403362274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.503Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.504Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.504Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403367958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.504Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.504Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.504Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403367556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.504Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.504Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.504Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403368148,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.505Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.505Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.505Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403365560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.505Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.505Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.505Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403362274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.505Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.506Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.506Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "cds",
  "timestamp": 1635403368992,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.520Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8dde4031-8ecd-4916-a86e-922d242f8e85
2021-10-28T06:45:27.520Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dde4031-8ecd-4916-a86e-922d242f8e85 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.527Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.528Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403369151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.528Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.528Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.528Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403367556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.529Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.529Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.529Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403365560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.529Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.529Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.529Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403369007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.529Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.530Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.530Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403362274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.530Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.530Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.530Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "policy-id",
  "timestamp": 1635403370154,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.534Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dde4031-8ecd-4916-a86e-922d242f8e85
2021-10-28T06:45:27.534Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dde4031-8ecd-4916-a86e-922d242f8e85 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.550Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.550Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403367556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.551Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.551Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.551Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403365560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.551Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.551Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.551Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403369007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.551Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.552Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.552Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403362274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.552Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.552Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.552Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403367556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.552Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.552Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.552Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403365560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.553Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.553Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.553Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403369007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.553Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.553Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.553Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "dcae-sch",
  "timestamp": 1635403368993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.553Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.554Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.554Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403371252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.554Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.554Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.554Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403371157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.554Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.554Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.554Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403367556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.555Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.555Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.555Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403365560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.555Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.555Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.555Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403369007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.556Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.556Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.556Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403371252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.556Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.556Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.556Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "dcae-sch",
  "timestamp": 1635403368993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.556Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.557Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.557Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403371157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.557Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.557Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.557Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403367556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.557Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.557Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.558Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403365560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.558Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.558Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.558Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403369007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.558Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.558Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.558Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.558Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.559Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.559Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403371252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.559Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.559Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.559Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "dcae-sch",
  "timestamp": 1635403368993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.560Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.560Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.560Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403371157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.560Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.560Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.560Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403367556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.560Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.561Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.561Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403365560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.561Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.561Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.561Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403369007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.561Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.561Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.561Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.562Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.562Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.562Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403371252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.562Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.562Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.562Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "dcae-sch",
  "timestamp": 1635403368993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.562Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.563Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.563Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403371157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.563Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.563Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.563Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403367556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.564Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.564Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.564Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403375493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.564Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.564Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.564Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403369007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.564Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.565Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.565Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.565Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.565Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.565Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403371252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.565Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.566Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.566Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403371157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.566Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.566Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.566Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "dcae-sch",
  "timestamp": 1635403368993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.567Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.567Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.567Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403367556,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.568Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.568Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.568Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403376605,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.568Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.568Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.568Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403369007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.568Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.569Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.569Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.569Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.569Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.569Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403371252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.569Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.569Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.569Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "dcae-sch",
  "timestamp": 1635403368993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.570Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.570Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.570Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403371157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.570Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.570Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.571Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403377298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.571Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.571Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.571Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403377666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.571Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.571Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.572Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403369007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.572Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.572Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.572Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.572Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.572Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.572Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403371252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.573Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.573Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.573Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "dcae-sch",
  "timestamp": 1635403368993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.573Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.573Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.573Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403371157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.574Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.574Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.575Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403378720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.575Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.575Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.575Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.575Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.575Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.575Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403371252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.576Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.576Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.576Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "dcae-sch",
  "timestamp": 1635403368993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.576Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.576Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.576Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403371157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.576Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.577Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.577Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403379618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.577Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.577Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.578Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.578Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.578Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.578Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403379758,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8dde4031-8ecd-4916-a86e-922d242f8e85
2021-10-28T06:45:27.584Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dde4031-8ecd-4916-a86e-922d242f8e85 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-28T06:45:27.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403380241,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.593Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403380243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.594Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403380622,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8dde4031-8ecd-4916-a86e-922d242f8e85
2021-10-28T06:45:27.598Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dde4031-8ecd-4916-a86e-922d242f8e85 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.606Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.606Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.606Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.606Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.606Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403380761,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.607Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.607Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.607Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403381248,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.607Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.607Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.607Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.607Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.608Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.608Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "policy-id",
  "timestamp": 1635403382251,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.619Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfefb553-374c-412a-962a-9122f117dded
2021-10-28T06:45:27.619Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfefb553-374c-412a-962a-9122f117dded and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.628Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.628Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "cds",
  "timestamp": 1635403382772,
  "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=?
2021-10-28T06:45:27.635Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfefb553-374c-412a-962a-9122f117dded
2021-10-28T06:45:27.635Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfefb553-374c-412a-962a-9122f117dded and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.643Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.643Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403382886,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.643Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.643Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.644Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403382272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.644Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.644Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.644Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403382272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.644Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.644Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.644Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403382272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.644Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.645Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.645Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403382272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.645Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.645Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.645Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403385560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.645Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.646Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.646Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403382272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.646Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.646Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.646Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403387098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.646Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.646Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.646Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403385560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.647Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.647Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.647Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403382272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.647Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.647Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.647Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403385560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.647Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.648Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.648Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403382272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.648Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.648Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.648Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403389107,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.648Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.648Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.648Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403385560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.649Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.649Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.649Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403382272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.649Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.649Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.649Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "clamp",
  "timestamp": 1635403390110,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.654Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8dde4031-8ecd-4916-a86e-922d242f8e85
2021-10-28T06:45:27.654Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dde4031-8ecd-4916-a86e-922d242f8e85 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.661Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.661Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403385560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.661Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.661Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.661Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403385560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403385560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403385560,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.662Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403393285,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.663Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.663Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.663Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "aai-ml",
  "timestamp": 1635403394294,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.666Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8dde4031-8ecd-4916-a86e-922d242f8e85
2021-10-28T06:45:27.667Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8dde4031-8ecd-4916-a86e-922d242f8e85 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:45:27.674Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.674Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403394303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.674Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.674Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.674Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.674Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.675Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.675Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403395478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.676Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.676Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.676Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.676Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.676Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.676Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403396677,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.676Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.676Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.677Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.677Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.677Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.677Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403397704,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:27.681Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfefb553-374c-412a-962a-9122f117dded
2021-10-28T06:45:27.681Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfefb553-374c-412a-962a-9122f117dded and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-28T06:45:27.687Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.687Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403397556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.687Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.687Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.687Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403398714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:45:27.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403397556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.688Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.689Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.689Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.689Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.689Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.689Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.689Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.690Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.690Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403397556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.690Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.690Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.690Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.690Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.690Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.690Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403397556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.691Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.692Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.692Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.692Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.692Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403397556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.692Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.692Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.692Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403373085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.692Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403397556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.693Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403403478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.694Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.694Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.694Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.694Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.694Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.694Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403397556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.694Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.695Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.695Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.695Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.695Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.695Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403397556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.695Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.695Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.695Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:45:27.696Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:27.696Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.696Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403406371,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:45:27.696Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:45:27.696Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:45:27.696Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403399006,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:45:27.696Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:45:45.170Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:45:45.184Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:45:45.186Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:45:45.186Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:45:45.187Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:45:45.187Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:45:45.187Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:45:45.187Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:45:45.187Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:45:45.187Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:45:45.187Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:45:45.187Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:45:45.187Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:45:45.192Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:46:15.192Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-28T06:46:15.197Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e43e49b0-2fb7-4477-bbe0-a035d0b115ca and serviceModelVersionId: 9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468
2021-10-28T06:46:15.198Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d
2021-10-28T06:46:15.199Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d/model-vers/model-ver/9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468?depth=0
2021-10-28T06:46:15.207Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:46:15.269Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d/model-vers/model-ver/9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468?depth=0|INFO|500||Invoke
2021-10-28T06:46:15.270Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d/model-vers/model-ver/9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d/model-vers/model-ver/9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e43e49b0-2fb7-4477-bbe0-a035d0b115ca], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35aa39e3-8721-4bd0-9767-ab0f631fc801], X-ECOMP-RequestID=[e43e49b0-2fb7-4477-bbe0-a035d0b115ca], X-TransactionId=[], X-ONAP-RequestID=[e43e49b0-2fb7-4477-bbe0-a035d0b115ca], Content-Type=[application/merge-patch+json]}
2021-10-28T06:46:15.291Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d/model-vers/model-ver/9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-28T06:46:15.444Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d/model-vers/model-ver/9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468?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/b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d/model-vers/model-ver/9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211028-06:46:15:297-3686], vertex-id=[397384], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:46:15 GMT], Content-Type=[application/json]}
2021-10-28T06:46:15.444Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d/model-vers/model-ver/9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:46:15.445Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b15f4a8c-ba3b-4e84-b3c2-68790ecaae9d/model-vers/model-ver/9e8c8e03-0dbb-4ad1-94c8-f6f2b3422468?depth=0|INFO|500||InvokeReturn
2021-10-28T06:46:15.445Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:46:15.446Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:46:15.452Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:46:15.453Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e43e49b0-2fb7-4477-bbe0-a035d0b115ca and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:46:15.453Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:46:15.454Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:15.456Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:15.457Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403575453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:46:15.557Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:15.558Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:15.558Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:15.572Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:15.572Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:46:16.470Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:46:16.470Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:46:16.470Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:21.087Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:21.088Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:46:21.088Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"8dde4031-8ecd-4916-a86e-922d242f8e85","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"a2dc770d-0cc4-4ba7-8275-f102cfddb67c","serviceDescription":"service","serviceInvariantUUID":"1d39e985-e4f4-4328-aec3-361667a01916","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"34a539f6-4ed0-41a4-bfcc-cef8782fbab1","resourceInvariantUUID":"52cd3403-b21f-4e55-9010-673abeca4b7f","resourceCustomizationUUID":"96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf","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":"YTRkNjI2MjQ4ODgwN2JmMDI3ZDk1ZGJkMGIwYTZiZjM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"44661fbd-357e-40f6-b4e0-88fc2e8199b6","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":"eea2a82c-b085-4080-82e4-618aad35d2c3","artifactVersion":"2","generatedFromUUID":"fb2a0a9c-17af-4836-a3f8-81ce87131301"},{"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":"fb2a0a9c-17af-4836-a3f8-81ce87131301","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":"NjhiZGMyMDEwYTIzMWM1YmMwN2FiM2ZlZTJiZDM5OGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6f5d42fa-343c-47fd-a620-ef722fe01864","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":"36f18603-2ee2-4ad2-95b5-804ce4ff94df","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":"783087ac-0ce5-4564-b550-5ad02f0f58ef","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":"38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28","artifactVersion":"2","generatedFromUUID":"36f18603-2ee2-4ad2-95b5-804ce4ff94df"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzFkMTlmNjY0ODRiZThkMjM5NjU1Y2U2YzI3OTI2M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0838be5-32cb-4abd-b8ed-aae42393bc98","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MGIxZWFlNmNlNzAyMzFjNzY1MTlhY2M3MjNjMzcyOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9db5fcb4-92e6-4752-bdda-cc6e76bb95d9","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:46:21.090Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:46:21.091Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:21.092Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:21.093Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:46:21.193Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:21.193Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:21.194Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:21.211Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:21.211Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:46:22.093Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:46:22.094Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:22.098Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:22.098Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-28T06:46:22.198Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:22.199Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:22.199Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:22.212Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:22.212Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:23.098Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:46:23.099Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:23.101Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:23.101Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-28T06:46:23.203Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-28T06:46:23.204Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:23.204Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:23.215Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:23.215Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:24.102Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:46:24.103Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:24.105Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:24.105Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:46:24.205Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:24.206Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:24.206Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:24.221Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:24.222Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:46:25.105Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:46:25.106Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:25.108Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:25.109Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:46:25.209Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:46:25.209Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:25.210Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:25.224Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:25.225Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:26.109Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:46:26.110Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:26.112Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:26.112Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:46:26.212Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:26.213Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:26.214Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:26.243Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:26.244Z||pool-77-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:27.113Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:46:27.114Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:27.118Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:27.118Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-28T06:46:27.218Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:46:27.220Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:27.220Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:27.231Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:27.232Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:46:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:46:27.273Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:27.294Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:27.294Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:46:27.294Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403408540,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:46:27.295Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:46:27.295Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:46:27.295Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403409544,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:46:27.301Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfefb553-374c-412a-962a-9122f117dded
2021-10-28T06:46:27.301Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfefb553-374c-412a-962a-9122f117dded and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:46:27.311Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:46:27.311Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403413219,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:46:27.311Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:46:27.312Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:46:27.312Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403414185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:46:27.312Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:46:27.312Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:46:27.312Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "aai-ml",
  "timestamp": 1635403415189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:46:27.316Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfefb553-374c-412a-962a-9122f117dded
2021-10-28T06:46:27.316Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfefb553-374c-412a-962a-9122f117dded and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:46:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:46:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403417107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:46:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:46:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||received message from topic
2021-10-28T06:46:27.323Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "clamp",
  "timestamp": 1635403418110,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:46:27.327Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfefb553-374c-412a-962a-9122f117dded
2021-10-28T06:46:27.327Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfefb553-374c-412a-962a-9122f117dded and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:46:28.119Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:46:28.120Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:28.123Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:28.124Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:46:28.222Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-28T06:46:28.223Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:28.223Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:28.233Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:28.234Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:46:29.127Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:46:29.132Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:29.134Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:29.134Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:46:29.234Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:29.235Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:29.235Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:29.263Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:29.264Z||pool-80-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:46:30.139Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "a2dc770d-0cc4-4ba7-8275-f102cfddb67c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1d39e985-e4f4-4328-aec3-361667a01916",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "34a539f6-4ed0-41a4-bfcc-cef8782fbab1",
      "resourceInvariantUUID": "52cd3403-b21f-4e55-9010-673abeca4b7f",
      "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": "eea2a82c-b085-4080-82e4-618aad35d2c3",
          "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": "fb2a0a9c-17af-4836-a3f8-81ce87131301",
          "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": "NjhiZGMyMDEwYTIzMWM1YmMwN2FiM2ZlZTJiZDM5OGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6f5d42fa-343c-47fd-a620-ef722fe01864",
          "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": "36f18603-2ee2-4ad2-95b5-804ce4ff94df",
          "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": "38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28",
            "generatedFromUUID": "36f18603-2ee2-4ad2-95b5-804ce4ff94df"
          },
          "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": "38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MGIxZWFlNmNlNzAyMzFjNzY1MTlhY2M3MjNjMzcyOTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9db5fcb4-92e6-4752-bdda-cc6e76bb95d9"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:46:30.140Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:46:30.140Z|e43e49b0-2fb7-4477-bbe0-a035d0b115ca|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a2dc770d-0cc4-4ba7-8275-f102cfddb67c ASDC
2021-10-28T06:46:30.141Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:8dde4031-8ecd-4916-a86e-922d242f8e85
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:a2dc770d-0cc4-4ba7-8275-f102cfddb67c
ServiceInvariantUUID:1d39e985-e4f4-4328-aec3-361667a01916
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:9db5fcb4-92e6-4752-bdda-cc6e76bb95d9
ArtifactChecksum:MGIxZWFlNmNlNzAyMzFjNzY1MTlhY2M3MjNjMzcyOTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf
ResourceInvariantUUID:52cd3403-b21f-4e55-9010-673abeca4b7f
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:34a539f6-4ed0-41a4-bfcc-cef8782fbab1
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:eea2a82c-b085-4080-82e4-618aad35d2c3
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:fb2a0a9c-17af-4836-a3f8-81ce87131301
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:6f5d42fa-343c-47fd-a620-ef722fe01864
ArtifactChecksum:NjhiZGMyMDEwYTIzMWM1YmMwN2FiM2ZlZTJiZDM5OGM=
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:36f18603-2ee2-4ad2-95b5-804ce4ff94df
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:38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28
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:38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-28T06:46:30.141Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a2dc770d-0cc4-4ba7-8275-f102cfddb67c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:46:30.178Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:46:30.179Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:46:30.179Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:46:30.179Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9db5fcb4-92e6-4752-bdda-cc6e76bb95d9 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-28T06:46:30.179Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:46:30.180Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-28T06:46:31.378Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:46:31.381Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 9db5fcb4-92e6-4752-bdda-cc6e76bb95d9 68769
2021-10-28T06:46:31.381Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-28T06:46:31.381Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-28T06:46:31.382Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:46:31.382Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:31.384Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:31.384Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403591381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:46:31.484Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:31.485Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:31.485Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:31.496Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:31.496Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:32.385Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:46:32.386Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:46:32.386Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9db5fcb4-92e6-4752-bdda-cc6e76bb95d9, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-28T06:46:32.387Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2021-10-28T06:46:32.387Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-28T06:46:32.387Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-28T06:46:32.507Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14827846817505277616/Definitions/service-BasicCnf-template.yml
2021-10-28T06:46:33.530Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:46:33.530Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:46:33.530Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-28T06:46:33.530Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2021-10-28T06:46:33.531Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-28T06:46:33.531Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-28T06:46:33.531Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-28T06:46:33.531Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2021-10-28T06:46:33.531Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:46:33.531Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.532Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:33.532Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-28T06:46:33.532Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:46:33.532Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:46:33.532Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.533Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:33.533Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-28T06:46:33.533Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:46:33.533Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:46:33.533Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.533Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:33.534Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.534Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-28T06:46:33.534Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2021-10-28T06:46:33.534Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2021-10-28T06:46:33.534Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:46:33.534Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.535Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:46:33.535Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.535Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-28T06:46:33.535Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:46:33.535Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.535Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-28T06:46:33.536Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:46:33.536Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.536Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-28T06:46:33.536Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:46:33.536Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.536Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-28T06:46:33.537Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-28T06:46:33.537Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d38fb918-2603-428b-be0d-42a7edaa6bed
2021-10-28T06:46:33.537Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.537Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:33.537Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.537Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:33.538Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.538Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:33.538Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:33.538Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:33.538Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:a2dc770d-0cc4-4ba7-8275-f102cfddb67c
Model Version:NULL
Model InvariantUuid:1d39e985-e4f4-4328-aec3-361667a01916
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2aadd96e-5b02-4268-8dbf-efe295819583
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:52cd3403-b21f-4e55-9010-673abeca4b7f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0601226c-0620-484b-b8dc-de02e84d82d4
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:37a48285-1077-4e05-8227-9ff363d1b141
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d38fb918-2603-428b-be0d-42a7edaa6bed
ModelInvariantUuid:2247eb62-ebda-49ae-8d39-73678edc7ea4
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:4b025027-6ef1-475b-b0d8-5cff2b8c1779
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:52daad50-87cc-4eab-94f7-c8ee0aa0d334
ModelInvariantUuid:9010ed27-0a49-4fcb-bbd4-92b58015e99c
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:b6e81a83-e20c-4353-9975-b966e42cb26b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:46:33.544Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 34a539f6-4ed0-41a4-bfcc-cef8782fbab1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:46:33.548Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||basic_cnf 0
2021-10-28T06:46:33.548Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 34a539f6-4ed0-41a4-bfcc-cef8782fbab1
2021-10-28T06:46:33.548Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: eea2a82c-b085-4080-82e4-618aad35d2c3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-28T06:46:33.549Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:46:33.549Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-28T06:46:33.680Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:46:33.681Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env eea2a82c-b085-4080-82e4-618aad35d2c3 12
2021-10-28T06:46:33.681Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-28T06:46:33.681Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2021-10-28T06:46:33.681Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:46:33.681Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:33.683Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:33.683Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403593681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:46:33.783Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:33.784Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:33.784Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:33.800Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:33.800Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:46:34.684Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fb2a0a9c-17af-4836-a3f8-81ce87131301 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-28T06:46:34.685Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:46:34.685Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-28T06:46:34.879Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:46:34.880Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz fb2a0a9c-17af-4836-a3f8-81ce87131301 2688
2021-10-28T06:46:34.880Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-28T06:46:34.880Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2021-10-28T06:46:34.880Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:46:34.880Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:34.882Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:34.882Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403594880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:46:34.982Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:34.983Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:34.983Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:35.004Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:35.005Z||pool-83-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:35.884Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6f5d42fa-343c-47fd-a620-ef722fe01864 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-28T06:46:35.884Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:46:35.884Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-28T06:46:36.080Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:46:36.081Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6f5d42fa-343c-47fd-a620-ef722fe01864 828
2021-10-28T06:46:36.081Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-28T06:46:36.081Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-28T06:46:36.081Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:46:36.081Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:36.083Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:36.083Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403596081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:46:36.184Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-28T06:46:36.185Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:36.185Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:36.195Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:36.196Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:37.084Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0601226c-0620-484b-b8dc-de02e84d82d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37a48285-1077-4e05-8227-9ff363d1b141",
    "vfModuleModelCustomizationUUID": "51565262-334c-48b8-8cf2-11199fa27c21",
    "isBase": true,
    "artifacts": [
      "36f18603-2ee2-4ad2-95b5-804ce4ff94df",
      "fb2a0a9c-17af-4836-a3f8-81ce87131301",
      "38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:46:37.087Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37a48285-1077-4e05-8227-9ff363d1b141
VfModuleModelInvariantUUID:0601226c-0620-484b-b8dc-de02e84d82d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
36f18603-2ee2-4ad2-95b5-804ce4ff94df
,
fb2a0a9c-17af-4836-a3f8-81ce87131301
,
38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28

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

isBase:true


}

2021-10-28T06:46:37.089Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0601226c-0620-484b-b8dc-de02e84d82d4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37a48285-1077-4e05-8227-9ff363d1b141",
    "vfModuleModelCustomizationUUID": "51565262-334c-48b8-8cf2-11199fa27c21",
    "isBase": true,
    "artifacts": [
      "36f18603-2ee2-4ad2-95b5-804ce4ff94df",
      "fb2a0a9c-17af-4836-a3f8-81ce87131301",
      "38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:46:37.089Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37a48285-1077-4e05-8227-9ff363d1b141
VfModuleModelInvariantUUID:0601226c-0620-484b-b8dc-de02e84d82d4
VfModuleModelDescription:NULL
Artifacts UUID List:{
36f18603-2ee2-4ad2-95b5-804ce4ff94df
,
fb2a0a9c-17af-4836-a3f8-81ce87131301
,
38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28

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

isBase:true


}

2021-10-28T06:46:37.089Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 36f18603-2ee2-4ad2-95b5-804ce4ff94df from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-28T06:46:37.089Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:46:37.089Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-28T06:46:37.144Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:46:37.144Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 36f18603-2ee2-4ad2-95b5-804ce4ff94df 1164
2021-10-28T06:46:37.144Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-28T06:46:37.144Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-28T06:46:37.144Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:46:37.145Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:37.146Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:37.146Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403597144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:46:37.246Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:37.247Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:37.248Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:37.259Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:37.259Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:38.147Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-28T06:46:38.148Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:46:38.148Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-28T06:46:38.197Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:46:38.197Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 38fdd54e-d46f-4f4e-aaa1-f4b6d5967b28 200
2021-10-28T06:46:38.198Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-28T06:46:38.198Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-28T06:46:38.198Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:46:38.211Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:38.214Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:38.214Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403598198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:46:38.315Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-28T06:46:38.316Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:38.316Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:38.327Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:38.327Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:39.215Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a2dc770d-0cc4-4ba7-8275-f102cfddb67c
2021-10-28T06:46:39.215Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 34a539f6-4ed0-41a4-bfcc-cef8782fbab1 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 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=?
2021-10-28T06:46:39.235Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:46:39.239Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59d9ab22, org.onap.sdc.toscaparser.api.parameters.Input@27f17da, org.onap.sdc.toscaparser.api.parameters.Input@462da8, org.onap.sdc.toscaparser.api.parameters.Input@3edca749, org.onap.sdc.toscaparser.api.parameters.Input@2a489b0b]
2021-10-28T06:46:39.240Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.240Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:39.241Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-28T06:46:39.241Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf
2021-10-28T06:46:39.241Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf matches Tosca VF Customization UUID: 96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf
2021-10-28T06:46:39.241Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:46:39.243Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.243Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:39.243Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2021-10-28T06:46:39.243Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a54d11f
2021-10-28T06:46:39.243Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.244Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:46:39.244Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 51565262-334c-48b8-8cf2-11199fa27c21
2021-10-28T06:46:39.244Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 51565262-334c-48b8-8cf2-11199fa27c21
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:46:39.246Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.246Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-28T06:46:39.247Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:46:39.247Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.247Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-28T06:46:39.247Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:46:39.247Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.247Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2021-10-28T06:46:39.248Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2021-10-28T06:46:39.248Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=d38fb918-2603-428b-be0d-42a7edaa6bed
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:46:39.250Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.250Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-28T06:46:39.250Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:46:39.250Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.251Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2021-10-28T06:46:39.251Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=96ce15b0-c3e1-4a86-8cb2-a5ffc44a7daf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:46:39.252Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.252Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:39.253Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a2dc770d-0cc4-4ba7-8275-f102cfddb67c: basic_cnf
2021-10-28T06:46:39.253Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.253Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:39.253Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.253Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:39.253Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.253Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:39.254Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.254Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:39.254Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:46:39.254Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:46:39.254Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:46:39.315Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 34a539f6-4ed0-41a4-bfcc-cef8782fbab1 1 ASDC deployResourceStructure
2021-10-28T06:46:39.316Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2021-10-28T06:46:39.316Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2021-10-28T06:46:39.317Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-28T06:46:39.317Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:39.319Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:39.319Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403599316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-28T06:46:39.419Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:39.420Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:39.420Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:39.432Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:39.433Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:40.320Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2021-10-28T06:46:40.320Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2021-10-28T06:46:40.320Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2021-10-28T06:46:40.320Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:40.322Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:40.322Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403600319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-28T06:46:40.423Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:40.424Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:40.424Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:40.463Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:40.464Z||pool-88-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:41.323Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2021-10-28T06:46:41.324Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2021-10-28T06:46:41.324Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:46:41.324Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:41.326Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:41.326Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403601323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:46:41.426Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:41.427Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:41.427Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:41.444Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:41.445Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:42.326Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2021-10-28T06:46:42.327Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2021-10-28T06:46:42.327Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:46:42.327Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:42.330Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:42.330Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403602326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:46:42.430Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:42.431Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:42.431Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:42.460Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:42.460Z||pool-90-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:43.331Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2021-10-28T06:46:43.331Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2021-10-28T06:46:43.331Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:46:43.331Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:43.333Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:43.333Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403603330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:46:43.433Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:43.434Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:43.434Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:43.487Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:43.487Z||pool-91-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":9,"count":1}
2021-10-28T06:46:44.334Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2021-10-28T06:46:44.334Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2021-10-28T06:46:44.334Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:46:44.334Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:46:44.337Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:46:44.337Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403604333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:46:44.437Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:46:44.438Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:46:44.438Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:46:44.469Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:46:44.469Z||pool-92-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:46:45.338Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8dde4031-8ecd-4916-a86e-922d242f8e85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:46:45.350Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8dde4031-8ecd-4916-a86e-922d242f8e85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:46:45.353Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:46:45.353Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:46:45.353Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:46:45.354Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:46:45.354Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:46:45.354Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:46:45.354Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:46:45.354Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:46:45.354Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:46:45.354Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:46:45.354Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:46:45.359Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:47:15.359Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8dde4031-8ecd-4916-a86e-922d242f8e85 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-28T06:47:15.367Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8dde4031-8ecd-4916-a86e-922d242f8e85 and serviceModelVersionId: a2dc770d-0cc4-4ba7-8275-f102cfddb67c
2021-10-28T06:47:15.367Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1d39e985-e4f4-4328-aec3-361667a01916
2021-10-28T06:47:15.368Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1d39e985-e4f4-4328-aec3-361667a01916/model-vers/model-ver/a2dc770d-0cc4-4ba7-8275-f102cfddb67c?depth=0
2021-10-28T06:47:15.372Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:47:15.425Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d39e985-e4f4-4328-aec3-361667a01916/model-vers/model-ver/a2dc770d-0cc4-4ba7-8275-f102cfddb67c?depth=0|INFO|500||Invoke
2021-10-28T06:47:15.426Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d39e985-e4f4-4328-aec3-361667a01916/model-vers/model-ver/a2dc770d-0cc4-4ba7-8275-f102cfddb67c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d39e985-e4f4-4328-aec3-361667a01916/model-vers/model-ver/a2dc770d-0cc4-4ba7-8275-f102cfddb67c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8dde4031-8ecd-4916-a86e-922d242f8e85], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0cd6255-9edb-4fc5-846f-bdb171c8ec2f], X-ECOMP-RequestID=[8dde4031-8ecd-4916-a86e-922d242f8e85], X-TransactionId=[], X-ONAP-RequestID=[8dde4031-8ecd-4916-a86e-922d242f8e85], Content-Type=[application/merge-patch+json]}
2021-10-28T06:47:15.442Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d39e985-e4f4-4328-aec3-361667a01916/model-vers/model-ver/a2dc770d-0cc4-4ba7-8275-f102cfddb67c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-28T06:47:15.626Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d39e985-e4f4-4328-aec3-361667a01916/model-vers/model-ver/a2dc770d-0cc4-4ba7-8275-f102cfddb67c?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/1d39e985-e4f4-4328-aec3-361667a01916/model-vers/model-ver/a2dc770d-0cc4-4ba7-8275-f102cfddb67c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211028-06:47:15:448-45456], vertex-id=[217184], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:47:15 GMT], Content-Type=[application/json]}
2021-10-28T06:47:15.626Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d39e985-e4f4-4328-aec3-361667a01916/model-vers/model-ver/a2dc770d-0cc4-4ba7-8275-f102cfddb67c?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:47:15.627Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1d39e985-e4f4-4328-aec3-361667a01916/model-vers/model-ver/a2dc770d-0cc4-4ba7-8275-f102cfddb67c?depth=0|INFO|500||InvokeReturn
2021-10-28T06:47:15.627Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:47:15.627Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:47:15.633Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:47:15.634Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8dde4031-8ecd-4916-a86e-922d242f8e85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:47:15.634Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:47:15.634Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:15.636Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:15.636Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403635634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:47:15.736Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:15.737Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:15.737Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:15.755Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:15.755Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:47:16.651Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:47:16.651Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfefb553-374c-412a-962a-9122f117dded","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ea3ace15-b2c1-4ca3-ba24-fab77dc001ae","serviceDescription":"service","serviceInvariantUUID":"fc4c1f1c-de30-4907-9237-52f10c3e495b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d4701c6f-e5ca-4e59-9002-dae89346ca82","resourceInvariantUUID":"856691ef-9989-426c-a705-bd44bbfc571f","resourceCustomizationUUID":"73aa227d-6605-4818-ac0c-ce4daac3ad72","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":"ZDE4OGExYjFmNmM5OWY3NDQ4ZjAwMmJjOTRjYjVhODY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a3e4a70a-f119-4d4e-9c6d-5842040a3eae","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":"YjgxYTRiNmFlNDUxOTkyNDVlZGYzOTZiM2UyOTA1Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e1a44c77-0f6e-4531-a38e-5d942c33ea0d","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":"5824e322-ac53-4c1d-9d18-312c6e38fac6","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":"7533c5e6-5dd4-4954-837c-4e3fd3eafed8","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":"3853f595-59be-4602-9729-fc8f6cfd3d9f","artifactVersion":"2","generatedFromUUID":"5824e322-ac53-4c1d-9d18-312c6e38fac6"},{"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":"ZTAwZmZhOTdjOThkYmEwZmE2MjQzYWY3ODk2NGE4YWY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ad82b204-61c6-4bc8-aced-d695185f3b76","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":"MjBmYTllMTI2MmRiNDdhZDdkMWU3MTUwZWY3NWJlNjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cd6a2bb4-4042-446a-a80d-2b7a3f95e0c6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTI0ZjU0NTY3Y2Q0YzBlOGQ0MWZlMGM5NzhlMTcyODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de34b49a-fa34-4a36-9d12-bb1c7a8f6f47","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:47:16.652Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:47:16.652Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:16.654Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:16.654Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:47:16.754Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:16.756Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:16.756Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:16.768Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:16.768Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:17.658Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:47:17.663Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:17.670Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:17.671Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:47:17.770Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:47:17.771Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:17.771Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:17.785Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:17.785Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:47:18.672Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:47:18.673Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:18.676Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:18.676Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:47:18.776Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:18.777Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:18.778Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:18.791Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:18.792Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:19.677Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:47:19.679Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:19.682Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:19.682Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:47:19.782Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:19.784Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:19.784Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:19.803Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:19.803Z||pool-97-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:20.682Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:47:20.683Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:20.685Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:20.685Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-28T06:47:20.785Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:20.786Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:20.786Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:20.802Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:20.802Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:21.686Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:47:21.688Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:21.690Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:21.690Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:47:21.790Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:21.791Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:21.792Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:21.817Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:21.823Z||pool-99-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:22.691Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:47:22.693Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:22.695Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:22.695Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:47:22.795Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:22.796Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:22.797Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:22.813Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:22.813Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:47:23.696Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:47:23.696Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:23.698Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:23.698Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:47:23.798Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:23.799Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:23.799Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:23.816Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:23.817Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:24.702Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ea3ace15-b2c1-4ca3-ba24-fab77dc001ae",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fc4c1f1c-de30-4907-9237-52f10c3e495b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "73aa227d-6605-4818-ac0c-ce4daac3ad72",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d4701c6f-e5ca-4e59-9002-dae89346ca82",
      "resourceInvariantUUID": "856691ef-9989-426c-a705-bd44bbfc571f",
      "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": "YjgxYTRiNmFlNDUxOTkyNDVlZGYzOTZiM2UyOTA1Y2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e1a44c77-0f6e-4531-a38e-5d942c33ea0d",
          "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": "5824e322-ac53-4c1d-9d18-312c6e38fac6",
          "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": "3853f595-59be-4602-9729-fc8f6cfd3d9f",
            "generatedFromUUID": "5824e322-ac53-4c1d-9d18-312c6e38fac6"
          },
          "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": "3853f595-59be-4602-9729-fc8f6cfd3d9f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTI0ZjU0NTY3Y2Q0YzBlOGQ0MWZlMGM5NzhlMTcyODQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de34b49a-fa34-4a36-9d12-bb1c7a8f6f47"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:47:24.705Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:47:24.705Z|8dde4031-8ecd-4916-a86e-922d242f8e85|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ea3ace15-b2c1-4ca3-ba24-fab77dc001ae ASDC
2021-10-28T06:47:24.706Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bfefb553-374c-412a-962a-9122f117dded
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ea3ace15-b2c1-4ca3-ba24-fab77dc001ae
ServiceInvariantUUID:fc4c1f1c-de30-4907-9237-52f10c3e495b
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:de34b49a-fa34-4a36-9d12-bb1c7a8f6f47
ArtifactChecksum:NTI0ZjU0NTY3Y2Q0YzBlOGQ0MWZlMGM5NzhlMTcyODQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:73aa227d-6605-4818-ac0c-ce4daac3ad72
ResourceInvariantUUID:856691ef-9989-426c-a705-bd44bbfc571f
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:d4701c6f-e5ca-4e59-9002-dae89346ca82
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:e1a44c77-0f6e-4531-a38e-5d942c33ea0d
ArtifactChecksum:YjgxYTRiNmFlNDUxOTkyNDVlZGYzOTZiM2UyOTA1Y2E=
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:5824e322-ac53-4c1d-9d18-312c6e38fac6
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:3853f595-59be-4602-9729-fc8f6cfd3d9f
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:3853f595-59be-4602-9729-fc8f6cfd3d9f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-28T06:47:24.706Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea3ace15-b2c1-4ca3-ba24-fab77dc001ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:47:24.748Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:47:24.749Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:47:24.749Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:47:24.749Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: de34b49a-fa34-4a36-9d12-bb1c7a8f6f47 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-28T06:47:24.749Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:47:24.750Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-28T06:47:26.277Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:47:26.281Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar de34b49a-fa34-4a36-9d12-bb1c7a8f6f47 78611
2021-10-28T06:47:26.281Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-28T06:47:26.282Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-28T06:47:26.282Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:47:26.282Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:26.284Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:26.284Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403646281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:47:26.384Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:26.385Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:26.385Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:26.396Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:26.396Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:47:27.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:47:27.275Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:47:27.275Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:27.284Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:47:27.285Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:47:27.286Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: de34b49a-fa34-4a36-9d12-bb1c7a8f6f47, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:27.286Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2021-10-28T06:47:27.286Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:27.286Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:27.298Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:27.299Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:47:27.299Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e43e49b0-2fb7-4477-bbe0-a035d0b115ca",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403575453,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:47:27.300Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:47:27.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:47:27.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:47:27.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:47:27.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:47:27.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2021-10-28T06:47:27.300Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:47:27.301Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:47:27.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:47:27.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2021-10-28T06:47:27.302Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:47:27.425Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12304405201648295073/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2021-10-28T06:47:28.467Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:47:28.468Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:47:28.468Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.468Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-28T06:47:28.468Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.468Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.468Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.468Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.468Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.469Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.469Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.469Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.469Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2021-10-28T06:47:28.469Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:47:28.469Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.469Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:28.470Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-28T06:47:28.470Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:47:28.470Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:47:28.470Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.470Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:28.470Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-28T06:47:28.471Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:47:28.471Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:47:28.471Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.471Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:28.471Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.471Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-28T06:47:28.471Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2021-10-28T06:47:28.472Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2021-10-28T06:47:28.472Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2021-10-28T06:47:28.472Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-28T06:47:28.472Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:47:28.472Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.472Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:47:28.472Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.472Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-28T06:47:28.473Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:47:28.473Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.473Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-28T06:47:28.473Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:47:28.473Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.473Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-28T06:47:28.473Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:47:28.474Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.474Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-28T06:47:28.474Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-28T06:47:28.474Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-28T06:47:28.474Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ecc44418-b52d-4628-b4d5-66723f0a44f4
2021-10-28T06:47:28.474Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.474Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:28.475Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.475Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:28.475Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.475Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:28.475Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:28.475Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:28.475Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ea3ace15-b2c1-4ca3-ba24-fab77dc001ae
Model Version:NULL
Model InvariantUuid:fc4c1f1c-de30-4907-9237-52f10c3e495b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:23feb954-86df-4f2b-86df-9a8e333e0c80
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:856691ef-9989-426c-a705-bd44bbfc571f
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:73aa227d-6605-4818-ac0c-ce4daac3ad72
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5fdd35bf-5e34-4840-b168-7f9353bd4a5f
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:14ede5f4-7975-46f7-9cda-145ed9dd69d4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ecc44418-b52d-4628-b4d5-66723f0a44f4
ModelInvariantUuid:7e4c1e91-15f3-426f-9557-62651e8035b0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:4a790466-4091-4db7-b5c4-a779b7327a14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:fe3d8197-d735-4f26-a3fd-4b3df929507d
ModelInvariantUuid:a25edd54-ea23-45ea-9b6e-f7bb301bb0d2
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:d853d89b-c058-4f65-a320-41d90cc361f7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:47:28.486Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: d4701c6f-e5ca-4e59-9002-dae89346ca82
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:47:28.490Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2021-10-28T06:47:28.490Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d4701c6f-e5ca-4e59-9002-dae89346ca82
2021-10-28T06:47:28.490Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e1a44c77-0f6e-4531-a38e-5d942c33ea0d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-28T06:47:28.490Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:47:28.490Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-28T06:47:29.085Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:47:29.085Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e1a44c77-0f6e-4531-a38e-5d942c33ea0d 792
2021-10-28T06:47:29.085Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-28T06:47:29.085Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-28T06:47:29.086Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:47:29.086Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:29.087Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:29.087Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403649085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:47:29.187Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:29.190Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:29.190Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:29.203Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:29.203Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:30.088Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5fdd35bf-5e34-4840-b168-7f9353bd4a5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14ede5f4-7975-46f7-9cda-145ed9dd69d4",
    "vfModuleModelCustomizationUUID": "ac495dc2-f4f2-4e99-bd6b-448c5a77ebb2",
    "isBase": true,
    "artifacts": [
      "5824e322-ac53-4c1d-9d18-312c6e38fac6",
      "3853f595-59be-4602-9729-fc8f6cfd3d9f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:47:30.092Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14ede5f4-7975-46f7-9cda-145ed9dd69d4
VfModuleModelInvariantUUID:5fdd35bf-5e34-4840-b168-7f9353bd4a5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
5824e322-ac53-4c1d-9d18-312c6e38fac6
,
3853f595-59be-4602-9729-fc8f6cfd3d9f

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

isBase:true


}

2021-10-28T06:47:30.093Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5fdd35bf-5e34-4840-b168-7f9353bd4a5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "14ede5f4-7975-46f7-9cda-145ed9dd69d4",
    "vfModuleModelCustomizationUUID": "ac495dc2-f4f2-4e99-bd6b-448c5a77ebb2",
    "isBase": true,
    "artifacts": [
      "5824e322-ac53-4c1d-9d18-312c6e38fac6",
      "3853f595-59be-4602-9729-fc8f6cfd3d9f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:47:30.093Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:14ede5f4-7975-46f7-9cda-145ed9dd69d4
VfModuleModelInvariantUUID:5fdd35bf-5e34-4840-b168-7f9353bd4a5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
5824e322-ac53-4c1d-9d18-312c6e38fac6
,
3853f595-59be-4602-9729-fc8f6cfd3d9f

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

isBase:true


}

2021-10-28T06:47:30.094Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5824e322-ac53-4c1d-9d18-312c6e38fac6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-28T06:47:30.094Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:47:30.094Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-28T06:47:30.693Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:47:30.694Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 5824e322-ac53-4c1d-9d18-312c6e38fac6 5033
2021-10-28T06:47:30.694Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-28T06:47:30.694Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-28T06:47:30.694Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:47:30.695Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:30.697Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:30.697Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403650694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:47:30.799Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2021-10-28T06:47:30.800Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:30.800Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:30.812Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:30.812Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:31.697Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3853f595-59be-4602-9729-fc8f6cfd3d9f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-28T06:47:31.698Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:47:31.699Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-28T06:47:32.164Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:47:32.164Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3853f595-59be-4602-9729-fc8f6cfd3d9f 903
2021-10-28T06:47:32.164Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-28T06:47:32.164Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-28T06:47:32.165Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:47:32.165Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:32.167Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:32.167Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403652164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:47:32.267Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:47:32.268Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:32.268Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:32.292Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:32.293Z||pool-105-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:33.168Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ea3ace15-b2c1-4ca3-ba24-fab77dc001ae
2021-10-28T06:47:33.169Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 d4701c6f-e5ca-4e59-9002-dae89346ca82 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:47:33.189Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7fd517e6, org.onap.sdc.toscaparser.api.parameters.Input@37c5e978, org.onap.sdc.toscaparser.api.parameters.Input@6b456809, org.onap.sdc.toscaparser.api.parameters.Input@25eb7f95, org.onap.sdc.toscaparser.api.parameters.Input@72d626e9]
2021-10-28T06:47:33.191Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.191Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:33.191Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-28T06:47:33.191Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 73aa227d-6605-4818-ac0c-ce4daac3ad72
2021-10-28T06:47:33.191Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 73aa227d-6605-4818-ac0c-ce4daac3ad72 matches Tosca VF Customization UUID: 73aa227d-6605-4818-ac0c-ce4daac3ad72
2021-10-28T06:47:33.191Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 73aa227d-6605-4818-ac0c-ce4daac3ad72  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:47:33.194Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.194Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:33.195Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 73aa227d-6605-4818-ac0c-ce4daac3ad72: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2021-10-28T06:47:33.195Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@546c7281
2021-10-28T06:47:33.195Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.195Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:47:33.195Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ac495dc2-f4f2-4e99-bd6b-448c5a77ebb2
2021-10-28T06:47:33.196Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ac495dc2-f4f2-4e99-bd6b-448c5a77ebb2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:47:33.198Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.198Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-28T06:47:33.199Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:47:33.199Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.199Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-28T06:47:33.199Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:47:33.199Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.200Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2021-10-28T06:47:33.200Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2021-10-28T06:47:33.200Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2021-10-28T06:47:33.200Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ecc44418-b52d-4628-b4d5-66723f0a44f4
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:47:33.202Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.203Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-28T06:47:33.203Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:47:33.203Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.203Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2021-10-28T06:47:33.203Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=73aa227d-6605-4818-ac0c-ce4daac3ad72
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:47:33.205Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.205Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:33.205Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ea3ace15-b2c1-4ca3-ba24-fab77dc001ae: basic_vm_macro
2021-10-28T06:47:33.206Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.206Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:33.206Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.206Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:33.206Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.206Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:33.207Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.207Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:33.207Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:47:33.207Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:47:33.207Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:47:33.286Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro d4701c6f-e5ca-4e59-9002-dae89346ca82 1 ASDC deployResourceStructure
2021-10-28T06:47:33.286Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2021-10-28T06:47:33.286Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2021-10-28T06:47:33.286Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:47:33.287Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:33.289Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:33.289Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403653286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:47:33.389Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:33.389Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:33.389Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:33.406Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:33.406Z||pool-106-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:34.289Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2021-10-28T06:47:34.290Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2021-10-28T06:47:34.290Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:47:34.290Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:34.292Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:34.292Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403654289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:47:34.392Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:34.393Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:34.393Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:34.407Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:34.421Z||pool-107-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:35.293Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2021-10-28T06:47:35.293Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2021-10-28T06:47:35.294Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:47:35.294Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:35.296Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:35.296Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403655293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:47:35.396Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:35.398Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:35.398Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:35.411Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:35.412Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:36.297Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2021-10-28T06:47:36.297Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2021-10-28T06:47:36.298Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:47:36.298Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:47:36.299Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:47:36.300Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403656297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:47:36.400Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:47:36.400Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:47:36.400Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:47:36.414Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:47:36.415Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:47:37.301Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfefb553-374c-412a-962a-9122f117dded
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:47:37.310Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfefb553-374c-412a-962a-9122f117dded
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:47:37.313Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:47:37.313Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:47:37.313Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:47:37.314Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:47:37.314Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:47:37.314Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:47:37.314Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:47:37.314Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:47:37.314Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:47:37.315Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:47:37.315Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:47:37.319Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:48:07.320Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfefb553-374c-412a-962a-9122f117dded and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-28T06:48:07.327Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfefb553-374c-412a-962a-9122f117dded and serviceModelVersionId: ea3ace15-b2c1-4ca3-ba24-fab77dc001ae
2021-10-28T06:48:07.327Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fc4c1f1c-de30-4907-9237-52f10c3e495b
2021-10-28T06:48:07.328Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fc4c1f1c-de30-4907-9237-52f10c3e495b/model-vers/model-ver/ea3ace15-b2c1-4ca3-ba24-fab77dc001ae?depth=0
2021-10-28T06:48:07.332Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:48:07.370Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc4c1f1c-de30-4907-9237-52f10c3e495b/model-vers/model-ver/ea3ace15-b2c1-4ca3-ba24-fab77dc001ae?depth=0|INFO|500||Invoke
2021-10-28T06:48:07.370Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc4c1f1c-de30-4907-9237-52f10c3e495b/model-vers/model-ver/ea3ace15-b2c1-4ca3-ba24-fab77dc001ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc4c1f1c-de30-4907-9237-52f10c3e495b/model-vers/model-ver/ea3ace15-b2c1-4ca3-ba24-fab77dc001ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bfefb553-374c-412a-962a-9122f117dded], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b0e62a8d-8c9d-4fdc-a48e-e1337c1f4093], X-ECOMP-RequestID=[bfefb553-374c-412a-962a-9122f117dded], X-TransactionId=[], X-ONAP-RequestID=[bfefb553-374c-412a-962a-9122f117dded], Content-Type=[application/merge-patch+json]}
2021-10-28T06:48:07.393Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc4c1f1c-de30-4907-9237-52f10c3e495b/model-vers/model-ver/ea3ace15-b2c1-4ca3-ba24-fab77dc001ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-28T06:48:07.845Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc4c1f1c-de30-4907-9237-52f10c3e495b/model-vers/model-ver/ea3ace15-b2c1-4ca3-ba24-fab77dc001ae?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/fc4c1f1c-de30-4907-9237-52f10c3e495b/model-vers/model-ver/ea3ace15-b2c1-4ca3-ba24-fab77dc001ae?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211028-06:48:07:399-29066], vertex-id=[254152], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:48:07 GMT], Content-Type=[application/json]}
2021-10-28T06:48:07.845Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc4c1f1c-de30-4907-9237-52f10c3e495b/model-vers/model-ver/ea3ace15-b2c1-4ca3-ba24-fab77dc001ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:48:07.846Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fc4c1f1c-de30-4907-9237-52f10c3e495b/model-vers/model-ver/ea3ace15-b2c1-4ca3-ba24-fab77dc001ae?depth=0|INFO|500||InvokeReturn
2021-10-28T06:48:07.847Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:48:07.847Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:48:07.853Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:48:07.854Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfefb553-374c-412a-962a-9122f117dded and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:48:07.854Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:48:07.854Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:48:07.856Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:48:07.856Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403687854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:48:07.956Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:48:07.956Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:48:07.956Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:48:07.968Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:48:07.968Z||pool-110-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-10-28T06:48:08.872Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:48:08.872Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:48:08.872Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:48:18.444Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:48:18.444Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:48:18.445Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:48:18.445Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:48:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:48:27.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:48:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:48:27.303Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:48:27.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:48:27.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.304Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.304Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:48:27.304Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403591381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:48:27.305Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.305Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403593681,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:48:27.305Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.305Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403594880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:48:27.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403596081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:48:27.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.306Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403597144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:48:27.306Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.306Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403598198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:48:27.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403599316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-28T06:48:27.307Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.307Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.307Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403600319,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2021-10-28T06:48:27.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403601323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:48:27.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.308Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403602326,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:48:27.308Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.308Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403603330,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:48:27.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403604333,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:48:27.309Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.309Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.309Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8dde4031-8ecd-4916-a86e-922d242f8e85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403635634,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:48:27.310Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:27.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:48:27.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.310Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:48:27.310Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.310Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:48:27.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:48:27.311Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.311Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.311Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2021-10-28T06:48:27.312Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:48:27.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:48:27.313Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403576470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:48:27.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:48:27.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:48:27.314Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403646281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:48:27.314Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:48:28.014Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:48:28.015Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:48:28.015Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:48:28.015Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:48:37.574Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:48:37.575Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:48:37.576Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:48:37.576Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:48:47.197Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:48:47.198Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:48:47.198Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:48:47.199Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:48:56.775Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:27.270Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:49:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:49:27.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:49:27.273Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:49:27.273Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:27.316Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:49:27.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403649085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:49:27.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:49:27.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:49:27.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403650694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:49:27.318Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403652164,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403653286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403654289,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:49:27.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403655293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:49:27.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:49:27.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:49:27.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403656297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:49:27.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:49:27.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:49:27.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bfefb553-374c-412a-962a-9122f117dded",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403687854,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:49:27.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:49:27.921Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:27.922Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||received message from topic
2021-10-28T06:49:27.922Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee0a2d3a-3143-47a4-8cf2-2215dec11bd1","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b","serviceDescription":"service","serviceInvariantUUID":"f2f0f28b-5aee-4e05-a300-a0cf93cb99da","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c0e9bfac-e3d9-4cdf-9afb-a9030c716f57","resourceInvariantUUID":"ac77c07e-9144-4ef8-b339-97c37422d7ed","resourceCustomizationUUID":"1f6c598e-116b-44ec-944e-23a3e3e793ad","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":"6a15b759-c307-4260-9f63-8c643623f99d","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":"MzNkNjg2MmNjNDFiOWFiOWQ4N2M2MWFlMDU1ZmFkZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"69fa9538-e8ce-48a4-8bd9-1e55818c9a1f","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":"NjVlNWI5MDY2Y2M2N2UyYWI0NWIxOGVjZmQzYzMxNDg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1788face-3210-4b52-91c8-53156a7ae63d","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":"3537dc0a-7347-4d46-b774-c2130d60474e","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":"0ba2d4dd-5fd2-40bf-97ea-d3afc014318f","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":"87ce2ed0-bb91-439f-a3f7-1e401da1e047","artifactVersion":"2","generatedFromUUID":"3537dc0a-7347-4d46-b774-c2130d60474e"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzVmNTFiYjkyYWMzMWVlMTBmNzc5ODMyZTg0M2NhYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b0256c6-56ed-4120-a042-21b7880771a3","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZWJmMjUxZjlmZDQ5MDJjZTIxOTAxMmE1MTk3Mjk2ZjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9e3430d0-6bf6-40e0-a570-30ec67fef782","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:49:27.925Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:49:27.926Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:27.929Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:27.929Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:49:28.029Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:49:28.030Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:28.030Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:28.067Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:28.068Z||pool-111-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:28.930Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:49:28.931Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:28.934Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:28.934Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:49:29.034Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:29.035Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:29.035Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:29.049Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:29.049Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:29.935Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:49:29.935Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:29.937Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:29.937Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:49:30.037Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:30.038Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:30.039Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:30.080Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:30.081Z||pool-113-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:30.937Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:49:30.938Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:30.945Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:30.945Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:49:31.045Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:31.046Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:31.046Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:31.068Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:31.068Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:31.945Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:49:31.946Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:31.948Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:31.948Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:49:32.048Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:32.049Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:32.049Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:32.067Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:32.072Z||pool-115-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:32.950Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:49:32.951Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:32.971Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:32.971Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-28T06:49:33.053Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2021-10-28T06:49:33.054Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:33.054Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:33.081Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:33.082Z||pool-116-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:33.972Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:49:33.973Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:33.975Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:33.976Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:49:34.076Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:34.077Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:34.077Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:34.091Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:34.092Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:49:34.976Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:49:34.977Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:34.983Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:34.983Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:49:35.079Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2021-10-28T06:49:35.080Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:35.080Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:35.095Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:35.096Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:35.988Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f2f0f28b-5aee-4e05-a300-a0cf93cb99da",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "1f6c598e-116b-44ec-944e-23a3e3e793ad",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c0e9bfac-e3d9-4cdf-9afb-a9030c716f57",
      "resourceInvariantUUID": "ac77c07e-9144-4ef8-b339-97c37422d7ed",
      "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": "NjVlNWI5MDY2Y2M2N2UyYWI0NWIxOGVjZmQzYzMxNDg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1788face-3210-4b52-91c8-53156a7ae63d",
          "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": "3537dc0a-7347-4d46-b774-c2130d60474e",
          "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": "87ce2ed0-bb91-439f-a3f7-1e401da1e047",
            "generatedFromUUID": "3537dc0a-7347-4d46-b774-c2130d60474e"
          },
          "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": "87ce2ed0-bb91-439f-a3f7-1e401da1e047",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZWJmMjUxZjlmZDQ5MDJjZTIxOTAxMmE1MTk3Mjk2ZjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9e3430d0-6bf6-40e0-a570-30ec67fef782"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:49:35.989Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:49:35.989Z|bfefb553-374c-412a-962a-9122f117dded|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b ASDC
2021-10-28T06:49:35.990Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b
ServiceInvariantUUID:f2f0f28b-5aee-4e05-a300-a0cf93cb99da
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:9e3430d0-6bf6-40e0-a570-30ec67fef782
ArtifactChecksum:ZWJmMjUxZjlmZDQ5MDJjZTIxOTAxMmE1MTk3Mjk2ZjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:1f6c598e-116b-44ec-944e-23a3e3e793ad
ResourceInvariantUUID:ac77c07e-9144-4ef8-b339-97c37422d7ed
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:c0e9bfac-e3d9-4cdf-9afb-a9030c716f57
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:1788face-3210-4b52-91c8-53156a7ae63d
ArtifactChecksum:NjVlNWI5MDY2Y2M2N2UyYWI0NWIxOGVjZmQzYzMxNDg=
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:3537dc0a-7347-4d46-b774-c2130d60474e
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:87ce2ed0-bb91-439f-a3f7-1e401da1e047
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:87ce2ed0-bb91-439f-a3f7-1e401da1e047
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2021-10-28T06:49:35.990Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:49:36.036Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:49:36.037Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:49:36.037Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:49:36.037Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9e3430d0-6bf6-40e0-a570-30ec67fef782 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-28T06:49:36.037Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:49:36.038Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-28T06:49:36.194Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:49:36.199Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 9e3430d0-6bf6-40e0-a570-30ec67fef782 73475
2021-10-28T06:49:36.199Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-28T06:49:36.199Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-28T06:49:36.200Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:49:36.200Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:36.202Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:36.202Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403776199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:49:36.308Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2021-10-28T06:49:36.309Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:36.309Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:36.330Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:36.330Z||pool-119-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:37.203Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:49:37.204Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2021-10-28T06:49:37.204Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9e3430d0-6bf6-40e0-a570-30ec67fef782, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:37.204Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2021-10-28T06:49:37.205Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:37.205Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:37.350Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP591233807044125232/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2021-10-28T06:49:38.420Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:49:38.421Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:49:38.421Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.421Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2021-10-28T06:49:38.421Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.421Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.421Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.421Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.421Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.422Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.422Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.422Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.422Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2021-10-28T06:49:38.422Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||####################################################################################################
2021-10-28T06:49:38.422Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.422Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:38.423Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-28T06:49:38.423Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:49:38.423Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:49:38.423Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.424Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:38.424Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-28T06:49:38.424Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2021-10-28T06:49:38.424Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:49:38.424Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.424Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:38.425Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.425Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-28T06:49:38.425Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2021-10-28T06:49:38.425Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2021-10-28T06:49:38.425Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2021-10-28T06:49:38.425Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-28T06:49:38.425Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2021-10-28T06:49:38.426Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.426Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:49:38.426Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.426Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-28T06:49:38.426Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:49:38.427Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.427Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-28T06:49:38.427Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:49:38.427Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.427Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-28T06:49:38.427Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:49:38.428Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.428Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-28T06:49:38.428Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-28T06:49:38.428Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-28T06:49:38.429Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6050249b-a9c3-463a-b6dd-28edfd8e2224
2021-10-28T06:49:38.429Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.429Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:38.430Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.430Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:38.430Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.430Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:38.430Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:38.430Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:38.430Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b
Model Version:NULL
Model InvariantUuid:f2f0f28b-5aee-4e05-a300-a0cf93cb99da
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:fa462d95-6e86-4117-97e1-9a3f46259e46
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ac77c07e-9144-4ef8-b339-97c37422d7ed
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1f6c598e-116b-44ec-944e-23a3e3e793ad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2cbd607c-360e-4170-b9b3-c9bd3e6068d5
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:1ac90d45-4cc4-4635-bfaa-9a27d16f6346
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6050249b-a9c3-463a-b6dd-28edfd8e2224
ModelInvariantUuid:41438895-7099-4c65-b96d-897e84930443
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:fd662f92-21fd-4a12-8bfd-2f2c3b3ca43f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bb284d3a-04b3-4159-9bcb-45fc78cc87c2
ModelInvariantUuid:96a8da27-8f3e-48ef-b379-990ce009a7dc
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:f0088039-5f84-44b1-99bd-b5b5569dfaa1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:49:38.438Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: c0e9bfac-e3d9-4cdf-9afb-a9030c716f57
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:49:38.442Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||basicclamp 0
2021-10-28T06:49:38.442Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c0e9bfac-e3d9-4cdf-9afb-a9030c716f57
2021-10-28T06:49:38.442Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1788face-3210-4b52-91c8-53156a7ae63d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-28T06:49:38.443Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:49:38.443Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-28T06:49:38.488Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:49:38.488Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 1788face-3210-4b52-91c8-53156a7ae63d 790
2021-10-28T06:49:38.489Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-28T06:49:38.489Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-28T06:49:38.489Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:49:38.489Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:38.491Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:38.491Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403778489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:49:38.591Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:38.592Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:38.592Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:38.605Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:38.605Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:39.491Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2cbd607c-360e-4170-b9b3-c9bd3e6068d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ac90d45-4cc4-4635-bfaa-9a27d16f6346",
    "vfModuleModelCustomizationUUID": "d1497d29-13b6-4e2f-9ab0-ff176e1dae4f",
    "isBase": true,
    "artifacts": [
      "3537dc0a-7347-4d46-b774-c2130d60474e",
      "87ce2ed0-bb91-439f-a3f7-1e401da1e047"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:49:39.496Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ac90d45-4cc4-4635-bfaa-9a27d16f6346
VfModuleModelInvariantUUID:2cbd607c-360e-4170-b9b3-c9bd3e6068d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
3537dc0a-7347-4d46-b774-c2130d60474e
,
87ce2ed0-bb91-439f-a3f7-1e401da1e047

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

isBase:true


}

2021-10-28T06:49:39.498Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "2cbd607c-360e-4170-b9b3-c9bd3e6068d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1ac90d45-4cc4-4635-bfaa-9a27d16f6346",
    "vfModuleModelCustomizationUUID": "d1497d29-13b6-4e2f-9ab0-ff176e1dae4f",
    "isBase": true,
    "artifacts": [
      "3537dc0a-7347-4d46-b774-c2130d60474e",
      "87ce2ed0-bb91-439f-a3f7-1e401da1e047"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2021-10-28T06:49:39.498Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1ac90d45-4cc4-4635-bfaa-9a27d16f6346
VfModuleModelInvariantUUID:2cbd607c-360e-4170-b9b3-c9bd3e6068d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
3537dc0a-7347-4d46-b774-c2130d60474e
,
87ce2ed0-bb91-439f-a3f7-1e401da1e047

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

isBase:true


}

2021-10-28T06:49:39.498Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3537dc0a-7347-4d46-b774-c2130d60474e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-28T06:49:39.499Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:49:39.499Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-28T06:49:39.553Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:49:39.554Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 3537dc0a-7347-4d46-b774-c2130d60474e 5033
2021-10-28T06:49:39.554Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-28T06:49:39.554Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-28T06:49:39.554Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:49:39.554Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:39.556Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:39.556Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403779554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:49:39.656Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:39.657Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:39.657Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:39.669Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:39.669Z||pool-121-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:40.559Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 87ce2ed0-bb91-439f-a3f7-1e401da1e047 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-28T06:49:40.559Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2021-10-28T06:49:40.560Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-28T06:49:40.611Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2021-10-28T06:49:40.612Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 87ce2ed0-bb91-439f-a3f7-1e401da1e047 909
2021-10-28T06:49:40.612Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-28T06:49:40.613Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-28T06:49:40.613Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:49:40.613Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:40.615Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:40.615Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403780612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:49:40.715Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:40.715Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:40.716Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:40.736Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:40.736Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:41.615Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b
2021-10-28T06:49:41.616Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 c0e9bfac-e3d9-4cdf-9afb-a9030c716f57 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:49:41.629Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64bf648c, org.onap.sdc.toscaparser.api.parameters.Input@65829e81, org.onap.sdc.toscaparser.api.parameters.Input@6d7ea36f, org.onap.sdc.toscaparser.api.parameters.Input@2e4fe135, org.onap.sdc.toscaparser.api.parameters.Input@314b7b74]
2021-10-28T06:49:41.631Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.631Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:41.632Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2021-10-28T06:49:41.632Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 1f6c598e-116b-44ec-944e-23a3e3e793ad
2021-10-28T06:49:41.632Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f6c598e-116b-44ec-944e-23a3e3e793ad matches Tosca VF Customization UUID: 1f6c598e-116b-44ec-944e-23a3e3e793ad
2021-10-28T06:49:41.632Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 1f6c598e-116b-44ec-944e-23a3e3e793ad  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2021-10-28T06:49:41.634Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.634Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:41.635Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 1f6c598e-116b-44ec-944e-23a3e3e793ad: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2021-10-28T06:49:41.635Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9263f8d
2021-10-28T06:49:41.635Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.635Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2021-10-28T06:49:41.635Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d1497d29-13b6-4e2f-9ab0-ff176e1dae4f
2021-10-28T06:49:41.636Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d1497d29-13b6-4e2f-9ab0-ff176e1dae4f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2021-10-28T06:49:41.637Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.638Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-28T06:49:41.638Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:49:41.638Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.638Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-28T06:49:41.638Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:49:41.639Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.639Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2021-10-28T06:49:41.639Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2021-10-28T06:49:41.639Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2021-10-28T06:49:41.639Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=6050249b-a9c3-463a-b6dd-28edfd8e2224
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2021-10-28T06:49:41.641Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.642Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-28T06:49:41.642Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2021-10-28T06:49:41.642Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.642Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2021-10-28T06:49:41.642Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=1f6c598e-116b-44ec-944e-23a3e3e793ad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:49:41.644Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.644Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:41.644Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b: basicclamp
2021-10-28T06:49:41.644Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.644Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:41.644Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.645Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:41.645Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.645Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:41.645Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.645Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:41.645Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:49:41.645Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:49:41.646Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:49:41.715Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp c0e9bfac-e3d9-4cdf-9afb-a9030c716f57 1 ASDC deployResourceStructure
2021-10-28T06:49:41.715Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2021-10-28T06:49:41.716Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2021-10-28T06:49:41.716Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:49:41.716Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:41.718Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:41.718Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403781715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:49:41.818Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:41.818Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:41.819Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:41.836Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:41.836Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:42.719Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2021-10-28T06:49:42.719Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2021-10-28T06:49:42.719Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:49:42.719Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:42.721Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:42.721Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403782718,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:49:42.821Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:42.822Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:42.822Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:42.831Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:42.832Z||pool-124-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:43.722Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2021-10-28T06:49:43.722Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2021-10-28T06:49:43.722Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:49:43.723Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:43.729Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:43.729Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403783722,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:49:43.828Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:49:43.840Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:43.841Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:43.907Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:43.908Z||pool-125-thread-1|||||INFO|500||cambria reply ok (80 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:49:44.730Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2021-10-28T06:49:44.730Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2021-10-28T06:49:44.730Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:49:44.730Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:49:44.732Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:49:44.732Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403784730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:49:44.832Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:49:44.833Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:49:44.833Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:49:44.844Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:49:44.845Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:49:45.733Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:49:45.742Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:49:45.744Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:49:45.744Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:49:45.744Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:50:15.745Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:50:15.764Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:50:15.766Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:50:15.766Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:50:15.766Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:50:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:50:27.275Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:50:27.275Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:50:27.311Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:50:27.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403759006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.314Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403757557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.315Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403761252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.315Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.315Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403759006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403757557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.316Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.316Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.316Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403761252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.317Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403762277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.317Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403763085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403759006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:50:27.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403757557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403761252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403762277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403763085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403759006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403757557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403761252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.322Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.322Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.322Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403762277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403763085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403759006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403757557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.323Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403761252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403762277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403765560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403763085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.324Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403759006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403757557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403761252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403762277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:50:27.325Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:50:45.767Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:50:45.782Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:50:45.784Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:50:45.784Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:50:45.785Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:51:15.785Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:51:15.796Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:51:15.798Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:51:15.798Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:51:15.798Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:51:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:51:27.273Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:51:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:51:27.312Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:51:27.313Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:51:27.313Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403765560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:51:27.314Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:51:45.799Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:51:45.821Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:51:45.823Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:51:45.823Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:51:45.823Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:52:15.824Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:52:15.834Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:52:15.835Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:52:15.835Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:52:15.836Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:52:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:52:27.275Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:52:27.275Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:52:27.802Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:52:27.804Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.804Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403763085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.805Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.805Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403759006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403757557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403761252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403762277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.806Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403765560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403763085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403759006,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403757557,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.807Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403761252,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403762277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403765560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.808Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403768993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403763085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.809Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635403762277,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403765560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403768993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403763085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403770761,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403770894,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403765560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403768993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403771092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "cds",
  "timestamp": 1635403771795,
  "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-10-28T06:52:27.821Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
2021-10-28T06:52:27.822Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403765560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403772384,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.834Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403768993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403771092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403773234,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.835Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403765560,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403768993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403771092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.836Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635403774238,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:52:27.840Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
2021-10-28T06:52:27.841Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:52:27.850Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403774389,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403768993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403771092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403767270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.851Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403775585,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.852Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.852Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.852Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403768993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.852Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403771092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403776199,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403776678,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403768993,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.853Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403771092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.854Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403777180,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.854Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.854Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.854Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403777715,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:52:27.859Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
2021-10-28T06:52:27.859Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:52:27.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403771092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:52:27.867Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.867Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403778184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.867Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.867Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403778297,
  "artifactURL": "/sdc/v1/catalog/services/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b/resourceInstances/basicclamp0/artifacts/6a15b759-c307-4260-9f63-8c643623f99d",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403778489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635403778721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403771092,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403779333,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.868Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403779554,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403779839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403780077,
  "artifactURL": "/sdc/v1/catalog/services/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b/resourceInstances/basicclamp0/artifacts/6a15b759-c307-4260-9f63-8c643623f99d",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.869Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "aai-ml",
  "timestamp": 1635403780337,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:52:27.874Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
2021-10-28T06:52:27.874Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:52:27.883Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.883Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403780612,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:52:27.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403780843,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.884Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.884Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.884Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "dcae-sch",
  "timestamp": 1635403781083,
  "artifactURL": "/sdc/v1/catalog/services/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b/resourceInstances/basicclamp0/artifacts/6a15b759-c307-4260-9f63-8c643623f99d",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:52:27.889Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
2021-10-28T06:52:27.889Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:52:27.896Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.896Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403781715,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.897Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.897Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.897Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "policy-id",
  "timestamp": 1635403781845,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:52:27.901Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
2021-10-28T06:52:27.901Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2021-10-28T06:52:27.907Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.907Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403782718,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403783722,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403784730,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403790249,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403791256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2021-10-28T06:52:27.909Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:52:27.909Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2021-10-28T06:52:27.909Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "clamp",
  "timestamp": 1635403792259,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:52:27.913Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
2021-10-28T06:52:27.913Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:52:45.836Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:52:45.851Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:52:45.853Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:52:45.853Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:52:45.853Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:52:45.853Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:52:45.854Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:52:45.854Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:52:45.854Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:52:45.854Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:52:45.854Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:52:45.854Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:52:45.854Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:52:45.854Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:52:45.859Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:53:15.861Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-28T06:53:15.889Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and serviceModelVersionId: 3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b
2021-10-28T06:53:15.890Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2f0f28b-5aee-4e05-a300-a0cf93cb99da
2021-10-28T06:53:15.891Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2f0f28b-5aee-4e05-a300-a0cf93cb99da/model-vers/model-ver/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b?depth=0
2021-10-28T06:53:15.899Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:53:15.957Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2f0f28b-5aee-4e05-a300-a0cf93cb99da/model-vers/model-ver/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b?depth=0|INFO|500||Invoke
2021-10-28T06:53:15.958Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2f0f28b-5aee-4e05-a300-a0cf93cb99da/model-vers/model-ver/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2f0f28b-5aee-4e05-a300-a0cf93cb99da/model-vers/model-ver/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ee0a2d3a-3143-47a4-8cf2-2215dec11bd1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[482992a3-79df-4a5a-ba8e-a9a16b9d99e3], X-ECOMP-RequestID=[ee0a2d3a-3143-47a4-8cf2-2215dec11bd1], X-TransactionId=[], X-ONAP-RequestID=[ee0a2d3a-3143-47a4-8cf2-2215dec11bd1], Content-Type=[application/merge-patch+json]}
2021-10-28T06:53:15.981Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2f0f28b-5aee-4e05-a300-a0cf93cb99da/model-vers/model-ver/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-28T06:53:16.181Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2f0f28b-5aee-4e05-a300-a0cf93cb99da/model-vers/model-ver/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b?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/f2f0f28b-5aee-4e05-a300-a0cf93cb99da/model-vers/model-ver/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-211028-06:53:15:988-11483], vertex-id=[237696], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:53:15 GMT], Content-Type=[application/json]}
2021-10-28T06:53:16.182Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2f0f28b-5aee-4e05-a300-a0cf93cb99da/model-vers/model-ver/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:53:16.182Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2f0f28b-5aee-4e05-a300-a0cf93cb99da/model-vers/model-ver/3c0d1b6f-3ac6-4111-bd22-2f0fd69d419b?depth=0|INFO|500||InvokeReturn
2021-10-28T06:53:16.183Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:53:16.186Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:53:16.194Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T06:53:16.195Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee0a2d3a-3143-47a4-8cf2-2215dec11bd1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:53:16.195Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:53:16.196Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:16.199Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:16.199Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403996195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:53:16.299Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:53:16.301Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:16.301Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:16.317Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:16.318Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:53:17.224Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:53:17.225Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:53:17.225Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:53:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:53:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:27.759Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:27.760Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:53:27.761Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:53:27.761Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:27.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:27.899Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:53:27.899Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee0a2d3a-3143-47a4-8cf2-2215dec11bd1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635403996195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:53:27.900Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:53:34.110Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:34.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:53:34.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"aed4bf1f-badd-4c54-abcf-85fb6a1164e3","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d85197d6-e03c-497e-8f86-781c571e92b4","serviceDescription":"service","serviceInvariantUUID":"d9ad222f-4af1-4c09-8a32-bf47d658ff64","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f7418061-e331-44c4-a5bc-34adf6e08289","resourceInvariantUUID":"a5191d67-5c2c-426d-ad5a-759dbc943e72","resourceCustomizationUUID":"1325047d-6424-4cfc-9974-0ae2638cef64","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":"ZjY0NTg0NTg2NjFkZWVmNTI3ZDMxOGUzNWZkOWYxZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c1a67e0f-1e39-4552-8af9-ef43cb104cb2","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":"1c8306f7-1c71-42ba-891b-cd4eda84fb1f","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":"c843fabb-4a75-4855-8719-6a42bb557c0b","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":"ZTQ0Zjc5NWVlZDZlNDk4Mzg0M2M2ZTM2NzZlOGU4ZDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4553d0f5-dc14-40c4-9e21-e4a278fa7d93","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":"eff359f5-98fe-4394-bc3b-d41ee8249904","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":"39aa36b4-3685-440b-8a42-29415a0511f6","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":"61e277ad-7408-4776-a97e-b05197a8bd09","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":"YTUwNjYxYTkzOGRiZDU1NWI5NzEwMzQ4NWRkMDVjM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eeb1d3b8-ea56-4cd8-8a1e-345140572020","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjkwNzgwODBlMjY1NzA0MDYzMDZmMTYzZGMzNzlmODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e05a2aa-a19c-4d95-b729-077c79a514a1","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:53:34.113Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:53:34.113Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:34.120Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:34.120Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:53:34.219Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:53:34.220Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:34.220Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:34.233Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:34.233Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:35.120Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:53:35.121Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:35.123Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:35.123Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:53:35.223Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:53:35.224Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:35.224Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:35.234Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:35.234Z||pool-129-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:36.124Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:53:36.125Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:36.128Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:36.128Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:53:36.228Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:53:36.229Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:36.229Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:36.242Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:36.243Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:37.128Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:53:37.129Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:37.131Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:37.131Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:53:37.231Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:53:37.232Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:37.233Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:37.243Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:37.243Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:38.132Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:53:38.133Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:38.135Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:38.136Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:53:38.235Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:53:38.236Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:38.236Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:38.247Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:38.247Z||pool-132-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:39.137Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:53:39.140Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:39.142Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:39.142Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:53:39.242Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:53:39.243Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:39.243Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:39.257Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:39.257Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:40.143Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:53:40.144Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:40.147Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:40.147Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:53:40.247Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:53:40.247Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:40.248Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:40.259Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:40.259Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:41.148Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:53:41.148Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:41.151Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:41.151Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:53:41.251Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:53:41.252Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:41.252Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:41.263Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:41.264Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:42.151Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:53:42.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:42.154Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:42.154Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:53:42.254Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:53:42.255Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:42.255Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:42.267Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:42.268Z||pool-136-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:53:43.154Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d85197d6-e03c-497e-8f86-781c571e92b4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d9ad222f-4af1-4c09-8a32-bf47d658ff64",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1325047d-6424-4cfc-9974-0ae2638cef64",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f7418061-e331-44c4-a5bc-34adf6e08289",
      "resourceInvariantUUID": "a5191d67-5c2c-426d-ad5a-759dbc943e72",
      "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": "ZjkwNzgwODBlMjY1NzA0MDYzMDZmMTYzZGMzNzlmODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6e05a2aa-a19c-4d95-b729-077c79a514a1"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:53:43.155Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:53:43.155Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d85197d6-e03c-497e-8f86-781c571e92b4 ASDC
2021-10-28T06:53:43.155Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:aed4bf1f-badd-4c54-abcf-85fb6a1164e3
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:d85197d6-e03c-497e-8f86-781c571e92b4
ServiceInvariantUUID:d9ad222f-4af1-4c09-8a32-bf47d658ff64
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:6e05a2aa-a19c-4d95-b729-077c79a514a1
ArtifactChecksum:ZjkwNzgwODBlMjY1NzA0MDYzMDZmMTYzZGMzNzlmODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1325047d-6424-4cfc-9974-0ae2638cef64
ResourceInvariantUUID:a5191d67-5c2c-426d-ad5a-759dbc943e72
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:f7418061-e331-44c4-a5bc-34adf6e08289
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-28T06:53:43.155Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d85197d6-e03c-497e-8f86-781c571e92b4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:53:43.179Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:53:43.179Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-28T06:53:43.179Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-28T06:53:43.179Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6e05a2aa-a19c-4d95-b729-077c79a514a1 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2021-10-28T06:53:43.179Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-28T06:53:43.180Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:44.049Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-28T06:53:44.055Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6e05a2aa-a19c-4d95-b729-077c79a514a1 105553
2021-10-28T06:53:44.056Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:44.056Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:44.056Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:53:44.056Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:44.058Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:44.058Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404024056,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:53:44.159Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:53:44.159Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:44.159Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:44.195Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:44.195Z||pool-137-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:45.059Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:53:45.060Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-28T06:53:45.060Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6e05a2aa-a19c-4d95-b729-077c79a514a1, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-28T06:53:45.061Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2021-10-28T06:53:45.061Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-28T06:53:45.061Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-28T06:53:45.188Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3836880060176536290/Definitions/service-TestPnfMacro-template.yml
2021-10-28T06:53:45.916Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:53:45.918Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-28T06:53:45.918Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2021-10-28T06:53:45.918Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-28T06:53:45.918Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.918Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.918Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.918Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.919Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.919Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.919Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.919Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-28T06:53:45.919Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:53:45.919Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.920Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-28T06:53:45.920Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-28T06:53:45.920Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:53:45.921Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:53:45.921Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.921Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2021-10-28T06:53:45.921Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-28T06:53:45.921Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:53:45.921Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:53:45.922Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.922Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:53:45.922Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.922Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:53:45.922Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.922Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:53:45.922Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.923Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:53:45.923Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.923Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:d85197d6-e03c-497e-8f86-781c571e92b4
Model Version:NULL
Model InvariantUuid:d9ad222f-4af1-4c09-8a32-bf47d658ff64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:53:45.932Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: f7418061-e331-44c4-a5bc-34adf6e08289
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:53:45.935Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||test-pnf 0
2021-10-28T06:53:45.935Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f7418061-e331-44c4-a5bc-34adf6e08289
2021-10-28T06:53:45.935Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||No resources found for Service: d85197d6-e03c-497e-8f86-781c571e92b4
2021-10-28T06:53:45.935Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: d85197d6-e03c-497e-8f86-781c571e92b4
2021-10-28T06:53:45.935Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 f7418061-e331-44c4-a5bc-34adf6e08289 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:53:45.939Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cff215e, org.onap.sdc.toscaparser.api.parameters.Input@869e495, org.onap.sdc.toscaparser.api.parameters.Input@1b75041f, org.onap.sdc.toscaparser.api.parameters.Input@26196be3, org.onap.sdc.toscaparser.api.parameters.Input@63a95baf]
2021-10-28T06:53:45.939Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:53:45.939Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.940Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid d85197d6-e03c-497e-8f86-781c571e92b4: test-pnf
2021-10-28T06:53:45.940Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||Processing PNF resource: f7418061-e331-44c4-a5bc-34adf6e08289
2021-10-28T06:53:45.940Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:53:45.940Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.940Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||Resource customization UUID: 1325047d-6424-4cfc-9974-0ae2638cef64 is the same as notified resource customizationUUID: 1325047d-6424-4cfc-9974-0ae2638cef64
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-28T06:53:45.986Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf f7418061-e331-44c4-a5bc-34adf6e08289 0 ASDC deployResourceStructure
2021-10-28T06:53:45.986Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.986Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:53:45.986Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:53:45.986Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:53:45.988Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:53:45.988Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404025986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:53:46.088Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:53:46.089Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:53:46.089Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:53:46.100Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:53:46.100Z||pool-138-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:53:46.989Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed4bf1f-badd-4c54-abcf-85fb6a1164e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:53:46.998Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed4bf1f-badd-4c54-abcf-85fb6a1164e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:53:47.000Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:53:47.000Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:53:47.000Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:54:17.001Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed4bf1f-badd-4c54-abcf-85fb6a1164e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:54:17.019Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed4bf1f-badd-4c54-abcf-85fb6a1164e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:54:17.021Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:54:17.021Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:54:17.021Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:54:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:54:27.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:54:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:54:27.401Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:54:27.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404005560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "dcae-sch",
  "timestamp": 1635404008993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404011091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.414Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404005560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.414Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.414Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "dcae-sch",
  "timestamp": 1635404008993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404011091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404005560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "dcae-sch",
  "timestamp": 1635404008993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.415Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404011091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404016252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "dcae-sch",
  "timestamp": 1635404008993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404005560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.416Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404011091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.417Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404016252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.417Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.417Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.420Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "dcae-sch",
  "timestamp": 1635404008993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404005560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404011091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404016252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "dcae-sch",
  "timestamp": 1635404008993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404005560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404011091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404016252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "dcae-sch",
  "timestamp": 1635404008993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404005560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404011091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404016252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.423Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "dcae-sch",
  "timestamp": 1635404008993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404005560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404011091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.424Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404016252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "dcae-sch",
  "timestamp": 1635404008993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404007760,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404005560,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404011091,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404022274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404016252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404022274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404016252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404024056,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404024058,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404022274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404016252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404025069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404022274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404025986,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.428Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "policy-id",
  "timestamp": 1635404026077,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:54:27.436Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aed4bf1f-badd-4c54-abcf-85fb6a1164e3
2021-10-28T06:54:27.440Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed4bf1f-badd-4c54-abcf-85fb6a1164e3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:54:27.457Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404026180,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:54:27.458Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404022274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.458Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.458Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.458Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "cds",
  "timestamp": 1635404027517,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:54:27.462Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aed4bf1f-badd-4c54-abcf-85fb6a1164e3
2021-10-28T06:54:27.462Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed4bf1f-badd-4c54-abcf-85fb6a1164e3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404022274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404027556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404022274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.469Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404027556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404029006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404022274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404027556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404029006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.470Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404022274,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404027556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404029006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404027556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.471Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404032361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404029006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404027556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404033541,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:54:27.472Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404029006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404033088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404027556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404034549,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:54:27.477Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of aed4bf1f-badd-4c54-abcf-85fb6a1164e3
2021-10-28T06:54:27.477Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed4bf1f-badd-4c54-abcf-85fb6a1164e3 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404029006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404033088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404027556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404029006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404033088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404027556,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404029006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404033088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404037488,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404029006,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404033088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404033088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404039608,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:54:27.487Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404033088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404040611,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:54:27.490Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aed4bf1f-badd-4c54-abcf-85fb6a1164e3
2021-10-28T06:54:27.491Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed4bf1f-badd-4c54-abcf-85fb6a1164e3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:54:27.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404033088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404041303,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:54:27.497Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.497Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.497Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404033088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:54:27.497Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404043069,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:54:27.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404043311,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:54:27.498Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.498Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.498Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "clamp",
  "timestamp": 1635404044314,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:54:27.502Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aed4bf1f-badd-4c54-abcf-85fb6a1164e3
2021-10-28T06:54:27.502Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed4bf1f-badd-4c54-abcf-85fb6a1164e3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:54:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404051152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:54:27.508Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:54:27.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "aai-ml",
  "timestamp": 1635404052156,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:54:27.512Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aed4bf1f-badd-4c54-abcf-85fb6a1164e3
2021-10-28T06:54:27.512Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId aed4bf1f-badd-4c54-abcf-85fb6a1164e3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:54:27.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404059006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.518Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404057557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.518Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.518Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404061252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404059006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404057557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404062274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404061252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404059006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404057557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404063085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404062274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404061252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404059006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404057557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404063085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404062274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404061252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404059006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404057557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404063085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.522Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404062274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404061252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404065560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404059006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.523Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404057557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404063085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404062274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404061252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:54:27.524Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:54:47.022Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aed4bf1f-badd-4c54-abcf-85fb6a1164e3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:54:47.032Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aed4bf1f-badd-4c54-abcf-85fb6a1164e3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:54:47.034Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:54:47.035Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:54:47.041Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:55:17.045Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aed4bf1f-badd-4c54-abcf-85fb6a1164e3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-28T06:55:17.064Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aed4bf1f-badd-4c54-abcf-85fb6a1164e3 and serviceModelVersionId: d85197d6-e03c-497e-8f86-781c571e92b4
2021-10-28T06:55:17.064Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9ad222f-4af1-4c09-8a32-bf47d658ff64
2021-10-28T06:55:17.066Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9ad222f-4af1-4c09-8a32-bf47d658ff64/model-vers/model-ver/d85197d6-e03c-497e-8f86-781c571e92b4?depth=0
2021-10-28T06:55:17.083Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:55:17.139Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ad222f-4af1-4c09-8a32-bf47d658ff64/model-vers/model-ver/d85197d6-e03c-497e-8f86-781c571e92b4?depth=0|INFO|500||Invoke
2021-10-28T06:55:17.140Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ad222f-4af1-4c09-8a32-bf47d658ff64/model-vers/model-ver/d85197d6-e03c-497e-8f86-781c571e92b4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ad222f-4af1-4c09-8a32-bf47d658ff64/model-vers/model-ver/d85197d6-e03c-497e-8f86-781c571e92b4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[aed4bf1f-badd-4c54-abcf-85fb6a1164e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8cbfb89e-037d-4b1d-9d20-ac8a9b8f78ac], X-ECOMP-RequestID=[aed4bf1f-badd-4c54-abcf-85fb6a1164e3], X-TransactionId=[], X-ONAP-RequestID=[aed4bf1f-badd-4c54-abcf-85fb6a1164e3], Content-Type=[application/merge-patch+json]}
2021-10-28T06:55:17.164Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ad222f-4af1-4c09-8a32-bf47d658ff64/model-vers/model-ver/d85197d6-e03c-497e-8f86-781c571e92b4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-28T06:55:17.284Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ad222f-4af1-4c09-8a32-bf47d658ff64/model-vers/model-ver/d85197d6-e03c-497e-8f86-781c571e92b4?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/d9ad222f-4af1-4c09-8a32-bf47d658ff64/model-vers/model-ver/d85197d6-e03c-497e-8f86-781c571e92b4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-211028-06:55:17:179-56114], vertex-id=[479304], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:55:17 GMT], Content-Type=[application/json]}
2021-10-28T06:55:17.285Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ad222f-4af1-4c09-8a32-bf47d658ff64/model-vers/model-ver/d85197d6-e03c-497e-8f86-781c571e92b4?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:55:17.285Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9ad222f-4af1-4c09-8a32-bf47d658ff64/model-vers/model-ver/d85197d6-e03c-497e-8f86-781c571e92b4?depth=0|INFO|500||InvokeReturn
2021-10-28T06:55:17.286Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:55:17.286Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:55:17.292Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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-10-28T06:55:17.293Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aed4bf1f-badd-4c54-abcf-85fb6a1164e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:55:17.293Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:55:17.294Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:17.297Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:17.297Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404117293,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:55:17.397Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:55:17.398Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:17.398Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:17.414Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:17.415Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:55:18.315Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:55:18.316Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:55:18.316Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:18.943Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:18.945Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||received message from topic
2021-10-28T06:55:18.945Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"15ab2dff-0c05-4a17-9592-bae71c160461","serviceName":"Demo_pNF_SBtbXeKngso93ZlKJHEB","serviceVersion":"1.0","serviceUUID":"02041f40-2a79-4f70-a1f7-d42a588a02b2","serviceDescription":"catalog service description","serviceInvariantUUID":"8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0","resources":[{"resourceInstanceName":"pNF e4760fd6-1e35 0","resourceName":"pNF e4760fd6-1e35","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"61ba630e-c780-4777-8e96-3a20dcf96b33","resourceInvariantUUID":"1dadd8bd-416c-4c02-a706-20857512130a","resourceCustomizationUUID":"2c3234c1-1f99-43b1-aaf7-3aee736f0b55","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml","artifactChecksum":"YTRjMGQzZGY1ZjJiOWUxYjRkZWM3ZDNkMjRhZTBmNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"79be0b24-0425-4a80-970e-807dfb4d0275","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar","artifactChecksum":"YzJhNmFmODZmZTkxMjc5MDlhNzRkZTRjYWYwYzhkZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a078ce7e-b35d-41b7-90d9-91373e62dfde","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1a36aab-744a-458b-b8f2-95769155456b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml","artifactChecksum":"MzBmODVjMzdhYTMzZGE4Nzk5MGFiODg1NTI1MTMzYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9bbcc3f-e3df-4d2d-83d8-fe9dd6965b80","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f77728be-7b72-467f-bc92-d204b2c016a0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0471337a-3f95-4aae-ba1f-9d07848d9cc7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfSbtbxekngso93zlkjheb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml","artifactChecksum":"YTEzZTNhNGRhMTIxMTZmZDVkNTUzOTkwZTVkZGY2MzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85c825fd-2577-4609-87c4-0f423eac314d","artifactVersion":"1"},{"artifactName":"service-DemoPnfSbtbxekngso93zlkjheb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar","artifactChecksum":"ZDk2Y2YyODY1MjI0YmMzMjA1Y2RiNWVkZTkwY2M2ZjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"467df256-e0ac-443f-a61d-b4bceb47ebc5","artifactVersion":"1"}],"workloadContext":"Production"}
2021-10-28T06:55:18.948Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:55:18.948Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:18.959Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:18.959Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:55:19.053Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2021-10-28T06:55:19.053Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:19.054Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:19.068Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:19.068Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:55:19.960Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:55:19.960Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:19.963Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:19.963Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:55:20.063Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:55:20.065Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:20.065Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:20.079Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:20.079Z||pool-141-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:55:20.964Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:55:20.966Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:20.969Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:20.969Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:55:21.070Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-28T06:55:21.071Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:21.071Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:21.083Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:21.083Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:55:21.969Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:55:21.970Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:21.972Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:21.972Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:55:22.072Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:55:22.073Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:22.073Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:22.085Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:22.085Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:55:22.973Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:55:22.974Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:22.979Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:22.979Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:55:23.077Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2021-10-28T06:55:23.078Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:23.078Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:23.088Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:23.089Z||pool-144-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:55:23.983Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:55:23.984Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:23.985Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:23.986Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:55:24.086Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:55:24.087Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:24.087Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:24.099Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:24.099Z||pool-145-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:55:24.986Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:55:24.987Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:24.989Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:24.990Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:55:25.091Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2021-10-28T06:55:25.092Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:25.092Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:25.103Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:25.103Z||pool-146-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:55:25.990Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2021-10-28T06:55:25.991Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:25.992Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:25.992Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:55:26.093Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:55:26.094Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:26.094Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:26.115Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:26.116Z||pool-147-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:55:26.996Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "serviceName": "Demo_pNF_SBtbXeKngso93ZlKJHEB",
  "serviceVersion": "1.0",
  "serviceUUID": "02041f40-2a79-4f70-a1f7-d42a588a02b2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0",
  "resources": [
    {
      "resourceInstanceName": "pNF e4760fd6-1e35 0",
      "resourceCustomizationUUID": "2c3234c1-1f99-43b1-aaf7-3aee736f0b55",
      "resourceName": "pNF e4760fd6-1e35",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "61ba630e-c780-4777-8e96-3a20dcf96b33",
      "resourceInvariantUUID": "1dadd8bd-416c-4c02-a706-20857512130a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
      "artifactChecksum": "ZDk2Y2YyODY1MjI0YmMzMjA1Y2RiNWVkZTkwY2M2ZjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "467df256-e0ac-443f-a61d-b4bceb47ebc5"
    }
  ],
  "workloadContext": "Production"
}
2021-10-28T06:55:26.996Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2021-10-28T06:55:26.997Z|aed4bf1f-badd-4c54-abcf-85fb6a1164e3|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02041f40-2a79-4f70-a1f7-d42a588a02b2 ASDC
2021-10-28T06:55:26.997Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:15ab2dff-0c05-4a17-9592-bae71c160461
ServiceName:Demo_pNF_SBtbXeKngso93ZlKJHEB
ServiceVersion:1.0
ServiceUUID:02041f40-2a79-4f70-a1f7-d42a588a02b2
ServiceInvariantUUID:8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
ArtifactUUID:467df256-e0ac-443f-a61d-b4bceb47ebc5
ArtifactChecksum:ZDk2Y2YyODY1MjI0YmMzMjA1Y2RiNWVkZTkwY2M2ZjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e4760fd6-1e35 0
ResourceCustomizationUUID:2c3234c1-1f99-43b1-aaf7-3aee736f0b55
ResourceInvariantUUID:1dadd8bd-416c-4c02-a706-20857512130a
ResourceName:pNF e4760fd6-1e35
ResourceType:PNF
ResourceUUID:61ba630e-c780-4777-8e96-3a20dcf96b33
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2021-10-28T06:55:26.998Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02041f40-2a79-4f70-a1f7-d42a588a02b2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:55:27.032Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:55:27.033Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-28T06:55:27.033Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-28T06:55:27.033Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 467df256-e0ac-443f-a61d-b4bceb47ebc5 from URL: /sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:27.033Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||DistributionClient - download
2021-10-28T06:55:27.034Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:55:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:55:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:27.321Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:27.321Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:55:27.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404065560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:55:27.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:55:27.768Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2021-10-28T06:55:27.773Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar 467df256-e0ac-443f-a61d-b4bceb47ebc5 82547
2021-10-28T06:55:27.773Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar ASDC sendASDCNotification
2021-10-28T06:55:27.773Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:27.773Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2021-10-28T06:55:27.774Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:27.776Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:27.776Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404127773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:55:27.876Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:55:27.877Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:27.877Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:27.887Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:27.888Z||pool-148-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2021-10-28T06:55:28.777Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2021-10-28T06:55:28.780Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2021-10-28T06:55:28.781Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 467df256-e0ac-443f-a61d-b4bceb47ebc5, URL: /sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar to file: /app/ASDC/1/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:28.781Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:28.781Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:28.782Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:28.979Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15442129174077349592/Definitions/service-DemoPnfSbtbxekngso93zlkjheb-template.yml
2021-10-28T06:55:29.651Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2021-10-28T06:55:29.652Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-28T06:55:29.652Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:29.652Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2021-10-28T06:55:29.652Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e4760fd6-1e35 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-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:29.652Z|15ab2dff-0c05-4a17-9592-bae71c160461|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-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:29.652Z|15ab2dff-0c05-4a17-9592-bae71c160461|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-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:29.652Z|15ab2dff-0c05-4a17-9592-bae71c160461|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-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:29.652Z|15ab2dff-0c05-4a17-9592-bae71c160461|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-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:29.653Z|15ab2dff-0c05-4a17-9592-bae71c160461|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-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:29.653Z|15ab2dff-0c05-4a17-9592-bae71c160461|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-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:29.653Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||####################################################################################################
2021-10-28T06:55:29.653Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:55:29.653Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_SBtbXeKngso93ZlKJHEB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:55:29.653Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Node template pNF e4760fd6-1e35 0 is matching search criteria
2021-10-28T06:55:29.654Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-28T06:55:29.654Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF e4760fd6-1e35 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:55:29.654Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:55:29.654Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_SBtbXeKngso93ZlKJHEB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:55:29.654Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Node template pNF e4760fd6-1e35 0 is matching search criteria
2021-10-28T06:55:29.655Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2021-10-28T06:55:29.655Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Found topology templates [pNF e4760fd6-1e35 0] matching following query criteria: sdcType=Service, customizationUUID=null
2021-10-28T06:55:29.655Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:55:29.655Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_SBtbXeKngso93ZlKJHEB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:55:29.655Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:55:29.655Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_SBtbXeKngso93ZlKJHEB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:55:29.656Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:55:29.656Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_SBtbXeKngso93ZlKJHEB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:55:29.656Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:55:29.656Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_SBtbXeKngso93ZlKJHEB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:55:29.656Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:55:29.656Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_SBtbXeKngso93ZlKJHEB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:55:29.657Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_SBtbXeKngso93ZlKJHEB
Description:catalog service description
Model UUID:02041f40-2a79-4f70-a1f7-d42a588a02b2
Model Version:NULL
Model InvariantUuid:8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2021-10-28T06:55:29.665Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||Processing Resource Type: PNF, Model UUID: 61ba630e-c780-4777-8e96-3a20dcf96b33
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:55:29.667Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||pNF e4760fd6-1e35 0
2021-10-28T06:55:29.667Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 61ba630e-c780-4777-8e96-3a20dcf96b33
2021-10-28T06:55:29.668Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||No resources found for Service: 02041f40-2a79-4f70-a1f7-d42a588a02b2
2021-10-28T06:55:29.668Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 02041f40-2a79-4f70-a1f7-d42a588a02b2
2021-10-28T06:55:29.668Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e4760fd6-1e35 0 61ba630e-c780-4777-8e96-3a20dcf96b33 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2021-10-28T06:55:29.671Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3304dc01, org.onap.sdc.toscaparser.api.parameters.Input@e211fa, org.onap.sdc.toscaparser.api.parameters.Input@3f62bc25, org.onap.sdc.toscaparser.api.parameters.Input@3337d935, org.onap.sdc.toscaparser.api.parameters.Input@26c6ff86]
2021-10-28T06:55:29.672Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:55:29.672Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_SBtbXeKngso93ZlKJHEB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:55:29.672Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 02041f40-2a79-4f70-a1f7-d42a588a02b2: pNF e4760fd6-1e35
2021-10-28T06:55:29.672Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||Processing PNF resource: 61ba630e-c780-4777-8e96-3a20dcf96b33
2021-10-28T06:55:29.672Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2021-10-28T06:55:29.672Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Service Demo_pNF_SBtbXeKngso93ZlKJHEB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2021-10-28T06:55:29.673Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||Resource customization UUID: 2c3234c1-1f99-43b1-aaf7-3aee736f0b55 is the same as notified resource customizationUUID: 2c3234c1-1f99-43b1-aaf7-3aee736f0b55
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2021-10-28T06:55:29.708Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e4760fd6-1e35 61ba630e-c780-4777-8e96-3a20dcf96b33 0 ASDC deployResourceStructure
2021-10-28T06:55:29.708Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar ASDC sendASDCNotification
2021-10-28T06:55:29.708Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar
2021-10-28T06:55:29.708Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2021-10-28T06:55:29.708Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:55:29.710Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:55:29.710Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404129708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:55:29.810Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2021-10-28T06:55:29.811Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:55:29.811Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:55:29.823Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:55:29.823Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2021-10-28T06:55:30.711Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:55:30.720Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:55:30.722Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:55:30.722Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:55:30.722Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:56:00.722Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:56:00.739Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:56:00.741Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:56:00.741Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:56:00.741Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:56:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:56:27.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:56:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:56:27.296Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:56:27.296Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:56:27.296Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404059006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:56:27.297Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:56:30.743Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:56:30.756Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:56:30.760Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:56:30.760Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:56:30.760Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:57:00.761Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:57:00.779Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:57:00.781Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:57:00.781Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2021-10-28T06:57:00.781Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2021-10-28T06:57:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:57:27.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:57:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:57:27.332Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:57:27.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404057557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.335Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404063085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404062274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2021-10-28T06:57:27.336Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.336Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.336Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404061252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404065560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.337Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.337Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.337Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404059006,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404057557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404063085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404062274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.338Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404061252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:57:27.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.339Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.339Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404065560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.339Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "dcae-sch",
  "timestamp": 1635404068995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404069668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:57:27.340Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404063085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404062274,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404065560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404070380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:57:27.342Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "dcae-sch",
  "timestamp": 1635404068995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404063085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:57:27.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404065560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404071367,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:57:27.343Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.344Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.344Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "cds",
  "timestamp": 1635404071396,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:57:27.350Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15ab2dff-0c05-4a17-9592-bae71c160461
2021-10-28T06:57:27.350Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ab2dff-0c05-4a17-9592-bae71c160461 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:57:27.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404071544,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:57:27.366Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.366Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.366Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "dcae-sch",
  "timestamp": 1635404068995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404071094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404072008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:57:27.367Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404065560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404072392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2021-10-28T06:57:27.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1635404072551,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:57:27.373Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15ab2dff-0c05-4a17-9592-bae71c160461
2021-10-28T06:57:27.373Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ab2dff-0c05-4a17-9592-bae71c160461 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:57:27.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "dcae-sch",
  "timestamp": 1635404068995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404071094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1635404065560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:57:27.381Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1635404073395,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:57:27.385Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 15ab2dff-0c05-4a17-9592-bae71c160461
2021-10-28T06:57:27.385Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ab2dff-0c05-4a17-9592-bae71c160461 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:57:27.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "dcae-sch",
  "timestamp": 1635404068995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404071094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "dcae-sch",
  "timestamp": 1635404068995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404071094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "dcae-sch",
  "timestamp": 1635404068995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404071094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "dcae-sch",
  "timestamp": 1635404068995,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404071094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404076810,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:57:27.395Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404071094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "aai-ml",
  "timestamp": 1635404077814,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:57:27.400Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15ab2dff-0c05-4a17-9592-bae71c160461
2021-10-28T06:57:27.400Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ab2dff-0c05-4a17-9592-bae71c160461 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:57:27.407Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404071094,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:57:27.408Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404079733,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:57:27.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.408Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404080738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:57:27.408Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404081310,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:57:27.409Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.409Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "policy-id",
  "timestamp": 1635404081741,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:57:27.413Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15ab2dff-0c05-4a17-9592-bae71c160461
2021-10-28T06:57:27.413Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ab2dff-0c05-4a17-9592-bae71c160461 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:57:27.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404083318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:57:27.420Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "clamp",
  "timestamp": 1635404084321,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2021-10-28T06:57:27.423Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15ab2dff-0c05-4a17-9592-bae71c160461
2021-10-28T06:57:27.424Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15ab2dff-0c05-4a17-9592-bae71c160461 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2021-10-28T06:57:27.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aed4bf1f-badd-4c54-abcf-85fb6a1164e3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404117293,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:57:27.432Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:57:27.432Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.432Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.432Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.433Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/resourceInstances/pnfe4760fd61e350/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-template.yml",
  "status": "NOT_NOTIFIED"
}
2021-10-28T06:57:27.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:27.434Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:57:27.434Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404118315,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "NOTIFIED"
}
2021-10-28T06:57:27.434Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2021-10-28T06:57:30.781Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:57:30.791Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2021-10-28T06:57:30.793Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2021-10-28T06:57:30.793Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2021-10-28T06:57:30.793Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2021-10-28T06:57:30.793Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2021-10-28T06:57:30.793Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:57:30.793Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:57:30.793Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:57:30.793Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:57:30.794Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:57:30.794Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:57:30.794Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2021-10-28T06:57:30.794Z|15ab2dff-0c05-4a17-9592-bae71c160461|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-10-28T06:57:30.799Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2021-10-28T06:58:00.800Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15ab2dff-0c05-4a17-9592-bae71c160461 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2021-10-28T06:58:00.819Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15ab2dff-0c05-4a17-9592-bae71c160461 and serviceModelVersionId: 02041f40-2a79-4f70-a1f7-d42a588a02b2
2021-10-28T06:58:00.819Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0
2021-10-28T06:58:00.821Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0/model-vers/model-ver/02041f40-2a79-4f70-a1f7-d42a588a02b2?depth=0
2021-10-28T06:58:00.829Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2021-10-28T06:58:00.881Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0/model-vers/model-ver/02041f40-2a79-4f70-a1f7-d42a588a02b2?depth=0|INFO|500||Invoke
2021-10-28T06:58:00.882Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0/model-vers/model-ver/02041f40-2a79-4f70-a1f7-d42a588a02b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0/model-vers/model-ver/02041f40-2a79-4f70-a1f7-d42a588a02b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[15ab2dff-0c05-4a17-9592-bae71c160461], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[47cc9a90-5997-44de-a535-c6eb52152191], X-ECOMP-RequestID=[15ab2dff-0c05-4a17-9592-bae71c160461], X-TransactionId=[], X-ONAP-RequestID=[15ab2dff-0c05-4a17-9592-bae71c160461], Content-Type=[application/merge-patch+json]}
2021-10-28T06:58:00.903Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0/model-vers/model-ver/02041f40-2a79-4f70-a1f7-d42a588a02b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2021-10-28T06:58:01.118Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0/model-vers/model-ver/02041f40-2a79-4f70-a1f7-d42a588a02b2?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/8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0/model-vers/model-ver/02041f40-2a79-4f70-a1f7-d42a588a02b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-211028-06:58:00:910-96330], vertex-id=[483400], Content-Length=[0], Date=[Thu, 28 Oct 2021 06:58:00 GMT], Content-Type=[application/json]}
2021-10-28T06:58:01.118Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0/model-vers/model-ver/02041f40-2a79-4f70-a1f7-d42a588a02b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2021-10-28T06:58:01.119Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8a3b37d0-4ae1-4efc-b3ad-e3ebf45ac1d0/model-vers/model-ver/02041f40-2a79-4f70-a1f7-d42a588a02b2?depth=0|INFO|500||InvokeReturn
2021-10-28T06:58:01.119Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2021-10-28T06:58:01.119Z|15ab2dff-0c05-4a17-9592-bae71c160461|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-10-28T06:58:01.128Z|15ab2dff-0c05-4a17-9592-bae71c160461|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-10-28T06:58:01.128Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15ab2dff-0c05-4a17-9592-bae71c160461 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2021-10-28T06:58:01.129Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2021-10-28T06:58:01.129Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2021-10-28T06:58:01.132Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2021-10-28T06:58:01.133Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404281128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:58:01.233Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2021-10-28T06:58:01.235Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2021-10-28T06:58:01.236Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as MsFBxUuFUyCg06aP) ...
2021-10-28T06:58:01.255Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:58:01.256Z||pool-150-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2021-10-28T06:58:02.148Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:58:02.148Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:58:02.148Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:58:13.483Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:58:13.484Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:58:13.485Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:58:13.485Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:58:23.060Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:58:23.061Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:58:23.061Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:58:23.061Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:58:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:58:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:58:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:58:27.333Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:58:27.334Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:58:27.334Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404127773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2021-10-28T06:58:27.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:58:27.335Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:58:27.335Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404129708,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfSbtbxekngso93zlkjheb/1.0/artifacts/service-DemoPnfSbtbxekngso93zlkjheb-csar.csar",
  "status": "DEPLOY_OK"
}
2021-10-28T06:58:27.335Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:58:32.621Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:58:32.622Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:58:32.622Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:58:32.622Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:58:42.170Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:58:42.171Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:58:42.171Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:58:42.171Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:58:51.742Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:58:51.743Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:58:51.743Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:58:51.744Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:59:01.328Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:59:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:59:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T06:59:27.274Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:59:27.274Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T06:59:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:59:27.274Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T06:59:27.801Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T06:59:27.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2021-10-28T06:59:27.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15ab2dff-0c05-4a17-9592-bae71c160461",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1635404281128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2021-10-28T06:59:27.803Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2021-10-28T06:59:36.841Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:00:27.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:00:27.270Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:00:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:00:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:00:27.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:00:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:00:36.833Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:00:36.842Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:01:27.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:01:27.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:01:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:01:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:01:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:01:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:01:36.834Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:01:36.854Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:02:27.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:02:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:02:27.274Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:02:27.275Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:02:27.274Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:02:27.275Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:02:36.832Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:02:36.835Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:03:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:03:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:03:27.276Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:03:27.276Z|7337855d-db04-499e-be90-bf205880df46|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:03:27.276Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:03:27.276Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:03:36.861Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:03:36.877Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:04:27.269Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:04:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:04:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:04:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:04:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:04:27.272Z|7337855d-db04-499e-be90-bf205880df46|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:04:36.856Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:04:36.862Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:05:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:05:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:05:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:05:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:05:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:05:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:05:36.848Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:05:36.851Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:06:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:06:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:06:27.273Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:06:27.273Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:06:27.273Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:06:27.273Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:06:36.859Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:06:36.875Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:07:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:07:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:07:27.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:07:27.273Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:07:27.274Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:07:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:07:36.827Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:07:36.838Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:08:27.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:08:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:08:27.274Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:08:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:08:27.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:08:27.275Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:08:36.830Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:08:36.834Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:09:27.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:09:27.270Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:09:27.270Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:09:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:09:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:09:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:09:36.822Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:09:36.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:10:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:10:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:10:27.273Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:10:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:10:27.273Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:10:27.273Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:10:36.897Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:10:36.899Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:11:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:11:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:11:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:11:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:11:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:11:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:11:36.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:11:36.828Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:12:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:12:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:12:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:12:27.273Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:12:27.272Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:12:27.273Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:12:36.855Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:12:36.856Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:13:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:13:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:13:27.279Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:13:27.279Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:13:27.279Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:13:27.279Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:13:36.841Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:13:36.847Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:14:27.269Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:14:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:14:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:14:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:14:27.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:14:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:14:36.841Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:14:36.841Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:15:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:15:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:15:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:15:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:15:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:15:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:15:36.837Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:15:36.849Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:16:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:16:27.272Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:16:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:16:27.272Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:16:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:16:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:16:36.825Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:16:36.826Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:17:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:17:27.272Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:17:27.274Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:17:27.274Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:17:27.274Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:17:27.274Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:17:36.837Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:17:36.857Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:18:27.269Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:18:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:18:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:18:27.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:18:27.272Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:18:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:18:36.829Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:18:36.837Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:19:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:19:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:19:27.272Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:19:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:19:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:19:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:19:36.831Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:19:36.837Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:20:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:20:27.272Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:20:27.273Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:20:27.273Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:20:27.273Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:20:27.273Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:20:36.835Z|ee0a2d3a-3143-47a4-8cf2-2215dec11bd1|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:20:36.839Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:21:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:21:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:21:27.273Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:21:27.273Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:21:27.273Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:21:27.273Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:21:36.832Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:21:36.860Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:22:27.269Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:22:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:22:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:22:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:22:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:22:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:22:36.914Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:22:36.914Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:23:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:23:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:23:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:23:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:23:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:23:27.272Z|7337855d-db04-499e-be90-bf205880df46|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:23:36.832Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:23:36.838Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:24:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:24:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:24:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:24:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:24:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:24:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:24:36.833Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:24:36.866Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:25:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:25:27.272Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:25:27.272Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:25:27.272Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:25:27.272Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:25:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:25:36.834Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:25:36.851Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:26:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:26:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:26:27.272Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:26:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:26:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:26:27.272Z|f95a1858-72f5-4462-ac90-9a28b44ed708|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:26:30.553Z||http-nio-8085-exec-8|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2021-10-28T07:26:36.889Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:26:36.889Z|f95a1858-72f5-4462-ac90-9a28b44ed708|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:27:27.269Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:27:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:27:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:27:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:27:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:27:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:27:36.825Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:27:36.831Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:28:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:28:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:28:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:28:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:28:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:28:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:28:36.880Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:28:36.880Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:29:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:29:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:29:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:29:27.272Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:29:27.272Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:29:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:29:36.821Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:29:36.823Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:30:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:30:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:30:27.272Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:30:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:30:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:30:27.272Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:30:36.814Z|8d8708ab-9fb7-41b8-bae5-db38496fa4f9|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:30:36.828Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:31:27.269Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:31:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:31:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:31:27.272Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:31:27.272Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:31:27.272Z||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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:31:36.819Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:31:36.832Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:32:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:32:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:32:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:32:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:32:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:32:27.272Z|7337855d-db04-499e-be90-bf205880df46|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:32:36.819Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:32:36.822Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:33:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:33:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:33:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:33:27.272Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:33:27.272Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:33:27.272Z|7337855d-db04-499e-be90-bf205880df46|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:33:36.821Z|7337855d-db04-499e-be90-bf205880df46|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:33:36.831Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2021-10-28T07:34:27.270Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:34:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:34:27.271Z|15ab2dff-0c05-4a17-9592-bae71c160461|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 MsFBxUuFUyCg06aP) ...
2021-10-28T07:34:27.272Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2021-10-28T07:34:27.272Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2021-10-28T07:34:27.272Z||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 MsFBxUuFUyCg06aP) ...