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)

2022-08-12T05:38:27.278Z||main|||||INFO|500||The following profiles are active: basic
2022-08-12T05:38:41.664Z||main|||||INFO|500||Starting service [Tomcat]
2022-08-12T05:38:41.664Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-08-12T05:38:41.845Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-08-12T05:38:48.312Z||main|||||INFO|500||catdb-pool - Starting...
2022-08-12T05:38:49.000Z||main|||||INFO|500||catdb-pool - Start completed.
2022-08-12T05:38:49.592Z||main|||||INFO|500||reqdb-pool - Starting...
2022-08-12T05:38:49.600Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-08-12T05:38:49.733Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-08-12T05:38:50.013Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-08-12T05:38:50.866Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-08-12T05:38:53.120Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-12T05:38:56.675Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-12T05:38:56.758Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-08-12T05:38:57.636Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-08-12T05:38:58.036Z||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.
2022-08-12T05:38:59.558Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-08-12T05:39:01.045Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-08-12T05:39:01.068Z||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$$af915e9a.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)
2022-08-12T05:39:01.069Z||main|||||WARN|500||The sdc end point is not alive
2022-08-12T05:39:05.494Z||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
2022-08-12T05:39:09.303Z||main|||||WARN|500||---
2022-08-12T05:39:09.304Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-08-12T05:39:09.305Z||main|||||WARN|500||---
2022-08-12T05:39:09.992Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-08-12T05:39:15.611Z||main|||||INFO|500||Started Application in 52.62 seconds (JVM running for 55.797)
2022-08-12T05:39:15.628Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-08-12T05:39:15.630Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-08-12T05:39:15.647Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-08-12T05:39:15.674Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-08-12T05:39:15.724Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= fd6748d8-89a8-4024-9459-b55c51bc44bb url= /sdc/v1/artifactTypes
2022-08-12T05:39:15.724Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-08-12T05:39:16.023Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-08-12T05:39:16.049Z||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
2022-08-12T05:39:16.074Z||scheduling-1|||||DEBUG|500||create keys
2022-08-12T05:39:16.083Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-08-12T05:39:16.120Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:39:16.138Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d6c188e7-9475-4c84-aed5-84d5782458e4 url= /sdc/v1/registerForDistribution
2022-08-12T05:39:16.309Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d6c188e7-9475-4c84-aed5-84d5782458e4 url= /sdc/v1/registerForDistribution
2022-08-12T05:39:16.309Z||scheduling-1|||||INFO|500||start DistributionClient
2022-08-12T05:39:16.323Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:39:16.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:39:16.343Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-08-12T05:39:16.359Z||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.
2022-08-12T05:39:16.360Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:39:16.359Z||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.
2022-08-12T05:39:16.361Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:39:26.733Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:39:26.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:40:16.317Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:40:16.321Z||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.
2022-08-12T05:40:16.321Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:40:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:40:16.323Z||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.
2022-08-12T05:40:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:40:25.922Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:40:25.925Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:41:16.317Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:41:16.319Z||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.
2022-08-12T05:41:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:41:16.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:41:16.324Z||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.
2022-08-12T05:41:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:41:25.875Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:41:25.878Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:42:16.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:42:16.318Z||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.
2022-08-12T05:42:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:42:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:42:16.323Z||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.
2022-08-12T05:42:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:42:25.871Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:42:25.876Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:43:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:43:16.318Z||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.
2022-08-12T05:43:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:43:16.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:43:16.324Z||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.
2022-08-12T05:43:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:43:25.881Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:43:25.883Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:44:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:44:16.317Z||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.
2022-08-12T05:44:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:44:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:44:16.323Z||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.
2022-08-12T05:44:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:44:25.869Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:44:25.869Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:45:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:45:16.318Z||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.
2022-08-12T05:45:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:45:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:45:16.324Z||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.
2022-08-12T05:45:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:45:25.871Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:45:25.880Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:46:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:46:16.317Z||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.
2022-08-12T05:46:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:46:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:46:16.325Z||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.
2022-08-12T05:46:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:46:25.869Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:46:25.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:47:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:47:16.319Z||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.
2022-08-12T05:47:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:47:16.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:47:16.323Z||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.
2022-08-12T05:47:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:47:25.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:47:25.877Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:48:16.317Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:48:16.320Z||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.
2022-08-12T05:48:16.327Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:48:16.328Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:48:16.329Z||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.
2022-08-12T05:48:16.329Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:48:25.883Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:48:25.884Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:48:59.696Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-08-12T05:49:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:49:16.318Z||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.
2022-08-12T05:49:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:49:16.323Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:49:16.324Z||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.
2022-08-12T05:49:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:49:25.871Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:49:25.872Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:50:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:50:16.318Z||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.
2022-08-12T05:50:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:50:16.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:50:16.324Z||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.
2022-08-12T05:50:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:50:25.867Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:50:25.871Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:51:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:51:16.317Z||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.
2022-08-12T05:51:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:51:16.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:51:16.323Z||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.
2022-08-12T05:51:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:51:25.866Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:51:25.866Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:52:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:52:16.318Z||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.
2022-08-12T05:52:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:52:16.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:52:16.324Z||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.
2022-08-12T05:52:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:52:25.875Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:52:25.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:53:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:53:16.318Z||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.
2022-08-12T05:53:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:53:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:53:16.324Z||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.
2022-08-12T05:53:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:53:25.873Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:53:25.878Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:54:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:54:16.318Z||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.
2022-08-12T05:54:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:54:16.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:54:16.324Z||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.
2022-08-12T05:54:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:54:25.861Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:54:25.868Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:55:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:55:16.317Z||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.
2022-08-12T05:55:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:55:16.324Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:55:16.325Z||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.
2022-08-12T05:55:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:55:25.872Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:55:25.873Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:56:16.318Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:56:16.320Z||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.
2022-08-12T05:56:16.320Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:56:16.323Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:56:16.323Z||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.
2022-08-12T05:56:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:56:25.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:56:25.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:57:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:57:16.317Z||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.
2022-08-12T05:57:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:57:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:57:16.324Z||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.
2022-08-12T05:57:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:57:25.877Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:57:25.879Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:58:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:58:16.317Z||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.
2022-08-12T05:58:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:58:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:58:16.324Z||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.
2022-08-12T05:58:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:58:25.870Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:58:25.870Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:59:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:59:16.317Z||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.
2022-08-12T05:59:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:59:16.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T05:59:16.323Z||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.
2022-08-12T05:59:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T05:59:25.876Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T05:59:25.894Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:00:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:00:16.317Z||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.
2022-08-12T06:00:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:00:16.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:00:16.323Z||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.
2022-08-12T06:00:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:00:25.877Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:00:25.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:01:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:01:16.318Z||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.
2022-08-12T06:01:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:01:16.322Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:01:16.323Z||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.
2022-08-12T06:01:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:01:25.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:01:25.883Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:02:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:02:16.317Z||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.
2022-08-12T06:02:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:02:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:02:16.324Z||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.
2022-08-12T06:02:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:02:25.877Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:02:25.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:03:16.316Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:03:16.318Z||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.
2022-08-12T06:03:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:03:16.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:03:16.324Z||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.
2022-08-12T06:03:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:03:25.877Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:03:25.883Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:04:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:04:16.318Z||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.
2022-08-12T06:04:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:04:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:04:16.323Z||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.
2022-08-12T06:04:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:04:25.882Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:04:25.889Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:05:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:05:16.318Z||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.
2022-08-12T06:05:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:05:16.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:05:16.326Z||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.
2022-08-12T06:05:16.327Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:05:25.897Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:05:25.904Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:06:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:06:16.318Z||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.
2022-08-12T06:06:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:06:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:06:16.323Z||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.
2022-08-12T06:06:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:06:25.876Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:06:25.877Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:07:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:07:16.317Z||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.
2022-08-12T06:07:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:07:16.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:07:16.323Z||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.
2022-08-12T06:07:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:07:25.866Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:07:25.867Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:08:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:08:16.317Z||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.
2022-08-12T06:08:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:08:16.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:08:16.323Z||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.
2022-08-12T06:08:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:08:25.872Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:08:25.877Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:09:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:09:16.318Z||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.
2022-08-12T06:09:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:09:16.323Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:09:16.324Z||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.
2022-08-12T06:09:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:09:25.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:09:25.892Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:10:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:10:16.317Z||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.
2022-08-12T06:10:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:10:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:10:16.324Z||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.
2022-08-12T06:10:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:10:25.872Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:10:25.877Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:11:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:11:16.317Z||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.
2022-08-12T06:11:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:11:16.323Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:11:16.324Z||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.
2022-08-12T06:11:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:11:25.873Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:11:25.873Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:12:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:12:16.318Z||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.
2022-08-12T06:12:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:12:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:12:16.324Z||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.
2022-08-12T06:12:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:12:25.887Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:12:25.890Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:13:16.317Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:13:16.320Z||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.
2022-08-12T06:13:16.321Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:13:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:13:16.323Z||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.
2022-08-12T06:13:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:13:25.895Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:13:25.897Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:16.316Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:14:16.318Z||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.
2022-08-12T06:14:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:14:16.323Z||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.
2022-08-12T06:14:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:16.972Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:16.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:14:16.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"120338df-cacf-459b-b944-713c9894ccf9","serviceName":"vFW 2022-08-12 06-12-50","serviceVersion":"1.0","serviceUUID":"08730621-c162-4096-8cc8-06d4e8e23eac","serviceDescription":"catalog service description","serviceInvariantUUID":"c997f174-003e-4123-9f83-473e77433051","resources":[{"resourceInstanceName":"vFW 56784b7c-bdef 0","resourceName":"vFW 56784b7c-bdef","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d6f80a0a-d3fc-461a-8d3c-fa518f1458ad","resourceInvariantUUID":"c5d4a2e0-2e77-48b7-9891-830f9f525661","resourceCustomizationUUID":"379297fa-87d2-40f4-be25-180f0da42e1c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml","artifactChecksum":"OWYwZmQ3NjYwMGI0OWFmZDYxZWRkNDllMTQxN2Q4ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"23a336b5-498f-44a3-ab3b-1177192986fb","artifactVersion":"1"},{"artifactName":"vfw56784b7cbdef0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json","artifactChecksum":"ODZhNjNiNTE1YzNiOTY0ZmQ5ZmM5ZTJjMzBjNjE3YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d0aee99-7fbb-416f-9397-b731876b64c3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cceb9603-6941-458b-bcd6-93ecea682b19","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml","artifactChecksum":"MGZmOGQxZGQ4YzdmZGYzYmJmZjFlYjEwMjc1OWRiNjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b77f4c14-b060-4fa6-a187-c96499ae70da","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0bb5800d-b9c0-460c-8a7f-7e2197bca367","artifactVersion":"2","generatedFromUUID":"cceb9603-6941-458b-bcd6-93ecea682b19"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220812061250-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml","artifactChecksum":"MTY5OThhMTYxNjk1MThiOGQ2NTQ2MmQ4YTM5YzFiMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6d71494-443e-4bab-91cb-25d5508dd340","artifactVersion":"1"},{"artifactName":"service-Vfw20220812061250-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar","artifactChecksum":"NWQwNTkxMjA5ZmY4M2E5NDk3OThmNTUzNjRmOWFhYzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9157aff6-9348-4098-9757-5bcb0932c436","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:14:17.020Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:17.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "cds",
  "timestamp": 1660284839084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.045Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:17.076Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:17.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284839565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284838832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.113Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.113Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:17.113Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.113Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284835265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.114Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284834618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.115Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284842327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "cds",
  "timestamp": 1660284839084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.116Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284839565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284838832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284834618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284835265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284842327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "cds",
  "timestamp": 1660284839084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284839565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284838832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284835265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284834618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284842327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "cds",
  "timestamp": 1660284839084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284839565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284838832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284834618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.125Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284835265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "cds",
  "timestamp": 1660284839084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284842327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284838832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284839565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284834618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284835265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284842327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "cds",
  "timestamp": 1660284839084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284839565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284838832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284834618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284835265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284842327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "cds",
  "timestamp": 1660284839084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284839565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:17.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284838832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284834618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284835265,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284842327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "cds",
  "timestamp": 1660284849562,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284849364,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284849656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284850311,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "cds",
  "timestamp": 1660284850588,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-08-12T06:14:17.214Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-08-12T06:14:17.219Z||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.
2022-08-12T06:14:17.219Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T06:14:17.235Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:17.238Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-12T06:14:17.551Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:14:17.591Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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 (?, ?, ?, ?, ?)
2022-08-12T06:14:17.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284850666,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:14:17.636Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.636Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284850485,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.637Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.637Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.637Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "policy-id",
  "timestamp": 1660284851670,
  "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=?
2022-08-12T06:14:17.667Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:14:17.667Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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 (?, ?, ?, ?, ?)
2022-08-12T06:14:17.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284851629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:17.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:17.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284852764,
  "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=?
2022-08-12T06:14:17.702Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:14:17.703Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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=?
2022-08-12T06:14:17.729Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:14:17.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284853776,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:14:17.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:14:18.146Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:18.147Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:18.150Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:18.150Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:14:18.256Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-12T06:14:18.257Z||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.
2022-08-12T06:14:18.258Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:18.276Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:18.277Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:19.151Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:19.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:19.161Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:19.164Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:14:19.260Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:14:19.262Z||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.
2022-08-12T06:14:19.262Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:19.285Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:19.287Z||pool-5-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:20.165Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:20.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:20.185Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:20.186Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:20.270Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-08-12T06:14:20.271Z||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.
2022-08-12T06:14:20.271Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:20.289Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:20.291Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:21.187Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:21.189Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:21.192Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:21.193Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-12T06:14:21.300Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-12T06:14:21.301Z||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.
2022-08-12T06:14:21.301Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:21.349Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:21.350Z||pool-7-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:22.199Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:22.200Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:22.240Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:22.241Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:14:22.331Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-08-12T06:14:22.333Z||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.
2022-08-12T06:14:22.342Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:22.368Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:22.370Z||pool-8-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:14:23.242Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:14:23.243Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:23.246Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:23.246Z||pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:14:23.347Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:14:23.348Z||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.
2022-08-12T06:14:23.348Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:23.365Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:23.366Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:24.249Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "serviceName": "vFW 2022-08-12 06-12-50",
  "serviceVersion": "1.0",
  "serviceUUID": "08730621-c162-4096-8cc8-06d4e8e23eac",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "c997f174-003e-4123-9f83-473e77433051",
  "resources": [
    {
      "resourceInstanceName": "vFW 56784b7c-bdef 0",
      "resourceCustomizationUUID": "379297fa-87d2-40f4-be25-180f0da42e1c",
      "resourceName": "vFW 56784b7c-bdef",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d6f80a0a-d3fc-461a-8d3c-fa518f1458ad",
      "resourceInvariantUUID": "c5d4a2e0-2e77-48b7-9891-830f9f525661",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw56784b7cbdef0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
          "artifactChecksum": "ODZhNjNiNTE1YzNiOTY0ZmQ5ZmM5ZTJjMzBjNjE3YzE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8d0aee99-7fbb-416f-9397-b731876b64c3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cceb9603-6941-458b-bcd6-93ecea682b19",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0bb5800d-b9c0-460c-8a7f-7e2197bca367",
            "generatedFromUUID": "cceb9603-6941-458b-bcd6-93ecea682b19"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0bb5800d-b9c0-460c-8a7f-7e2197bca367",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220812061250-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
      "artifactChecksum": "NWQwNTkxMjA5ZmY4M2E5NDk3OThmNTUzNjRmOWFhYzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9157aff6-9348-4098-9757-5bcb0932c436"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:14:24.252Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:14:24.253Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 08730621-c162-4096-8cc8-06d4e8e23eac ASDC
2022-08-12T06:14:24.511Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:120338df-cacf-459b-b944-713c9894ccf9
ServiceName:vFW 2022-08-12 06-12-50
ServiceVersion:1.0
ServiceUUID:08730621-c162-4096-8cc8-06d4e8e23eac
ServiceInvariantUUID:c997f174-003e-4123-9f83-473e77433051
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220812061250-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
ArtifactUUID:9157aff6-9348-4098-9757-5bcb0932c436
ArtifactChecksum:NWQwNTkxMjA5ZmY4M2E5NDk3OThmNTUzNjRmOWFhYzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 56784b7c-bdef 0
ResourceCustomizationUUID:379297fa-87d2-40f4-be25-180f0da42e1c
ResourceInvariantUUID:c5d4a2e0-2e77-48b7-9891-830f9f525661
ResourceName:vFW 56784b7c-bdef
ResourceType:VF
ResourceUUID:d6f80a0a-d3fc-461a-8d3c-fa518f1458ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw56784b7cbdef0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
ArtifactUUID:8d0aee99-7fbb-416f-9397-b731876b64c3
ArtifactChecksum:ODZhNjNiNTE1YzNiOTY0ZmQ5ZmM5ZTJjMzBjNjE3YzE=
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/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
ArtifactUUID:cceb9603-6941-458b-bcd6-93ecea682b19
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/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
ArtifactUUID:0bb5800d-b9c0-460c-8a7f-7e2197bca367
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/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
ArtifactUUID:0bb5800d-b9c0-460c-8a7f-7e2197bca367
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-12T06:14:24.512Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08730621-c162-4096-8cc8-06d4e8e23eac 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=?
2022-08-12T06:14:24.648Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:14:24.650Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:14:24.651Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:14:24.656Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9157aff6-9348-4098-9757-5bcb0932c436 from URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:24.656Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:14:24.659Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:25.026Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:14:25.061Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar 9157aff6-9348-4098-9757-5bcb0932c436 100616
2022-08-12T06:14:25.064Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar ASDC sendASDCNotification
2022-08-12T06:14:25.064Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:25.100Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:14:25.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:25.129Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:25.129Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284865062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:25.228Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:14:25.230Z||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.
2022-08-12T06:14:25.230Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:25.247Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:25.248Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:26.131Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:14:26.141Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:14:26.142Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 9157aff6-9348-4098-9757-5bcb0932c436, URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar to file: /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:26.142Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220812061250-csar.csar
2022-08-12T06:14:26.321Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:26.321Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:27.777Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13845318446498892914/Definitions/service-Vfw20220812061250-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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-12T06:14:33.050Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:14:33.077Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:14:33.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-12T06:14:33.079Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.079Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.080Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.082Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.082Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.083Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.083Z|120338df-cacf-459b-b944-713c9894ccf9|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-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.086Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.086Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.087Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 56784b7c-bdef 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.087Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:33.088Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:14:33.105Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.110Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.128Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.128Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:14:33.131Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:14:33.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:14:33.136Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:14:33.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.138Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.147Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.148Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:33.148Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:33.149Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:33.149Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:33.149Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.149Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.150Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:33.150Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.150Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:33.151Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:33.151Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.151Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.152Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:33.152Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.153Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:33.153Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.154Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:14:33.154Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.154Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:14:33.157Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.157Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.158Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:33.158Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.159Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.159Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:33.160Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.160Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:33.160Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:33.161Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.161Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:33.161Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:33.162Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:33.163Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T06:14:33.163Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:33.163Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:33.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:33.165Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.165Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:33.165Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.165Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b5b9e025-c439-4546-8eb6-55d71fba5739
2022-08-12T06:14:33.166Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.166Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:33.167Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:33.167Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:33.167Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:33.168Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.168Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.168Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:33.168Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.169Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T06:14:33.169Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:33.169Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.170Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:33.170Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.171Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6277e061-8bb7-4bef-9747-40f7b4972c6c
2022-08-12T06:14:33.171Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.174Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:33.174Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:33.175Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:33.175Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:33.175Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.176Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.176Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:33.177Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.177Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:33.177Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:33.178Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:33.178Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:33.179Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T06:14:33.179Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=40c53d8e-193c-4763-a061-86c237519c70
2022-08-12T06:14:33.180Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.180Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.180Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.181Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.181Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.181Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.182Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:33.182Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:33.183Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-12 06-12-50
Description:catalog service description
Model UUID:08730621-c162-4096-8cc8-06d4e8e23eac
Model Version:NULL
Model InvariantUuid:c997f174-003e-4123-9f83-473e77433051
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 56784b7c-bdef
Model UUID:cf09a10c-c5e5-4017-8bd4-8d79023cb2a0
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c5d4a2e0-2e77-48b7-9891-830f9f525661
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:379297fa-87d2-40f4-be25-180f0da42e1c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5225f048-ceea-4847-bb36-2810a48808c2
ModelName:Vfw56784b7cBdef..base_vfw..module-0
ModelUuid:a7fb7fdd-7e71-4564-b18b-30a34f1475a5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b5b9e025-c439-4546-8eb6-55d71fba5739
ModelInvariantUuid:900b9219-194e-4824-8973-f764d65b22b8
ModelName:vFW 56784b7c-bdef-nodes.vfwCvfc
ModelUuid:b7f51e5a-ae2a-4c56-a4b9-f5e5eaa58991
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:826acc02-2896-495c-9060-a41cdf092563
ModelInvariantUuid:dce9cdce-5c72-4d2d-9d6a-b16a66056d68
ModelName:Vfw56784b7cBdef.compute.nodes.heat.vfw
ModelUuid:10e928d7-813b-4f07-9bed-1059365c0e53
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6277e061-8bb7-4bef-9747-40f7b4972c6c
ModelInvariantUuid:c55e6770-e735-4640-b4ad-e3fd2f161b7e
ModelName:vFW 56784b7c-bdef-nodes.vsnCvfc
ModelUuid:1e2675df-528d-4103-b28b-3ec6eef1173f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6677b1a4-c36e-46ca-9fc5-1ed06464c438
ModelInvariantUuid:1bd4828a-4fd0-4671-a092-8f17250de20d
ModelName:Vfw56784b7cBdef.compute.nodes.heat.vsn
ModelUuid:72b66ac2-96c5-4141-8a4a-5ce6362e2be9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:40c53d8e-193c-4763-a061-86c237519c70
ModelInvariantUuid:2848460c-0359-4681-830f-b5ea39febca3
ModelName:vFW 56784b7c-bdef-nodes.vpgCvfc
ModelUuid:73bc595d-78bb-4998-a7cd-17d4b3efc6b9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f6057e20-00b7-4bc7-b20b-99cc31018d84
ModelInvariantUuid:aeca3c44-af03-4a2f-ad3b-7e3a134cfe22
ModelName:Vfw56784b7cBdef.compute.nodes.heat.vpg
ModelUuid:510a8ed1-bcd1-48d1-806f-a6cfc89c5aeb
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=?
2022-08-12T06:14:33.249Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d6f80a0a-d3fc-461a-8d3c-fa518f1458ad
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=?
2022-08-12T06:14:33.463Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||vFW 56784b7c-bdef 0
2022-08-12T06:14:33.475Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d6f80a0a-d3fc-461a-8d3c-fa518f1458ad
2022-08-12T06:14:33.475Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8d0aee99-7fbb-416f-9397-b731876b64c3 from URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
2022-08-12T06:14:33.476Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:14:33.476Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
2022-08-12T06:14:33.603Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:14:33.604Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json 8d0aee99-7fbb-416f-9397-b731876b64c3 785
2022-08-12T06:14:33.605Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json ASDC sendASDCNotification
2022-08-12T06:14:33.605Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
2022-08-12T06:14:33.606Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:14:33.606Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:33.609Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:33.610Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284873605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:33.710Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:14:33.711Z||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.
2022-08-12T06:14:33.711Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:33.734Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:33.735Z||pool-11-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:34.612Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw56784b7cBdef..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5225f048-ceea-4847-bb36-2810a48808c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a7fb7fdd-7e71-4564-b18b-30a34f1475a5",
    "vfModuleModelCustomizationUUID": "0ba83ccc-e961-4cb6-a9da-4401e0108d38",
    "isBase": true,
    "artifacts": [
      "cceb9603-6941-458b-bcd6-93ecea682b19",
      "0bb5800d-b9c0-460c-8a7f-7e2197bca367"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:14:34.648Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw56784b7cBdef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7fb7fdd-7e71-4564-b18b-30a34f1475a5
VfModuleModelInvariantUUID:5225f048-ceea-4847-bb36-2810a48808c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
cceb9603-6941-458b-bcd6-93ecea682b19
,
0bb5800d-b9c0-460c-8a7f-7e2197bca367

}
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


}

2022-08-12T06:14:34.669Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw56784b7cBdef..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5225f048-ceea-4847-bb36-2810a48808c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a7fb7fdd-7e71-4564-b18b-30a34f1475a5",
    "vfModuleModelCustomizationUUID": "0ba83ccc-e961-4cb6-a9da-4401e0108d38",
    "isBase": true,
    "artifacts": [
      "cceb9603-6941-458b-bcd6-93ecea682b19",
      "0bb5800d-b9c0-460c-8a7f-7e2197bca367"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:14:34.670Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw56784b7cBdef..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a7fb7fdd-7e71-4564-b18b-30a34f1475a5
VfModuleModelInvariantUUID:5225f048-ceea-4847-bb36-2810a48808c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
cceb9603-6941-458b-bcd6-93ecea682b19
,
0bb5800d-b9c0-460c-8a7f-7e2197bca367

}
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


}

2022-08-12T06:14:34.671Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cceb9603-6941-458b-bcd6-93ecea682b19 from URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
2022-08-12T06:14:34.671Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:14:34.671Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
2022-08-12T06:14:34.805Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:14:34.807Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml cceb9603-6941-458b-bcd6-93ecea682b19 20368
2022-08-12T06:14:34.807Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T06:14:34.807Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
2022-08-12T06:14:34.807Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:14:34.808Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:34.810Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:34.810Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284874807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:34.912Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:14:34.913Z||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.
2022-08-12T06:14:34.914Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:34.952Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:34.953Z||pool-12-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:14:35.811Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 0bb5800d-b9c0-460c-8a7f-7e2197bca367 from URL: /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
2022-08-12T06:14:35.812Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:14:35.812Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
2022-08-12T06:14:35.930Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:14:35.931Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env 0bb5800d-b9c0-460c-8a7f-7e2197bca367 2098
2022-08-12T06:14:35.932Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T06:14:35.932Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
2022-08-12T06:14:35.932Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:14:35.933Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:35.943Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:35.944Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284875932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:14:36.043Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:14:36.045Z||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.
2022-08-12T06:14:36.045Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:36.072Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:36.073Z||pool-13-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:36.945Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 08730621-c162-4096-8cc8-06d4e8e23eac
2022-08-12T06:14:36.946Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 56784b7c-bdef 0 d6f80a0a-d3fc-461a-8d3c-fa518f1458ad 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=?
2022-08-12T06:14:37.032Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c1fa0c5, org.onap.sdc.toscaparser.api.parameters.Input@56fb41bb, org.onap.sdc.toscaparser.api.parameters.Input@1152928e, org.onap.sdc.toscaparser.api.parameters.Input@4c3411b, org.onap.sdc.toscaparser.api.parameters.Input@35ebd0ce]
2022-08-12T06:14:37.038Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.039Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.039Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-12T06:14:37.039Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 379297fa-87d2-40f4-be25-180f0da42e1c
2022-08-12T06:14:37.040Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 379297fa-87d2-40f4-be25-180f0da42e1c matches Tosca VF Customization UUID: 379297fa-87d2-40f4-be25-180f0da42e1c
2022-08-12T06:14:37.040Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 379297fa-87d2-40f4-be25-180f0da42e1c  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=?
2022-08-12T06:14:37.054Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.054Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.058Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 379297fa-87d2-40f4-be25-180f0da42e1c: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T06:14:37.058Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3978ff5a
2022-08-12T06:14:37.059Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.059Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:14:37.061Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ba83ccc-e961-4cb6-a9da-4401e0108d38
2022-08-12T06:14:37.063Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ba83ccc-e961-4cb6-a9da-4401e0108d38
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=?
2022-08-12T06:14:37.074Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.076Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.077Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.077Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:37.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:37.078Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:37.079Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T06:14:37.079Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:37.079Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:37.080Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.080Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.080Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:37.081Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.081Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:37.081Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.081Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b5b9e025-c439-4546-8eb6-55d71fba5739
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=?
2022-08-12T06:14:37.095Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.095Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.096Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.096Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.096Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:37.097Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:37.097Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:37.097Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T06:14:37.098Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:14:37.099Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.099Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:14:37.099Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.099Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6277e061-8bb7-4bef-9747-40f7b4972c6c
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=?
2022-08-12T06:14:37.102Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.102Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.103Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.108Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is not matching search criteria
2022-08-12T06:14:37.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:14:37.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:14:37.109Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:14:37.110Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.110Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.113Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:14:37.114Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.115Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:14:37.115Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:14:37.116Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:14:37.116Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:14:37.116Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T06:14:37.117Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=40c53d8e-193c-4763-a061-86c237519c70
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=?
2022-08-12T06:14:37.122Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.124Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.125Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:14:37.125Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.125Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Node template vFW 56784b7c-bdef 0 is matching search criteria
2022-08-12T06:14:37.126Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 56784b7c-bdef 0] matching following query criteria: sdcType=VF, customizationUUID=379297fa-87d2-40f4-be25-180f0da42e1c
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=?
2022-08-12T06:14:37.132Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.133Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 08730621-c162-4096-8cc8-06d4e8e23eac: vFW 56784b7c-bdef
2022-08-12T06:14:37.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.136Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.136Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.136Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:14:37.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-12-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:14:37.137Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-12 06-12-50 
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 (?, ?, ?, ?, ?)
2022-08-12T06:14:37.750Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 56784b7c-bdef d6f80a0a-d3fc-461a-8d3c-fa518f1458ad 1 ASDC deployResourceStructure
2022-08-12T06:14:37.751Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json ASDC sendASDCNotification
2022-08-12T06:14:37.751Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json
2022-08-12T06:14:37.751Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:14:37.751Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:37.753Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:37.754Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284877750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:14:37.854Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:14:37.855Z||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.
2022-08-12T06:14:37.855Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:37.871Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:37.872Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:38.755Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T06:14:38.755Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml
2022-08-12T06:14:38.756Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:14:38.756Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:38.765Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:38.765Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284878755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:14:38.859Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-08-12T06:14:38.861Z||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.
2022-08-12T06:14:38.861Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:38.878Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:38.881Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:39.766Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T06:14:39.767Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env
2022-08-12T06:14:39.767Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:14:39.768Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:39.770Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:39.770Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284879766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:14:39.871Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:14:39.876Z||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.
2022-08-12T06:14:39.876Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:39.893Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:39.894Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:40.771Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar ASDC sendASDCNotification
2022-08-12T06:14:40.772Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar
2022-08-12T06:14:40.772Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:14:40.773Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:14:40.796Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:14:40.804Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284880771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:14:40.876Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 72 ms
2022-08-12T06:14:40.877Z||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.
2022-08-12T06:14:40.878Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:14:40.905Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:14:40.906Z||pool-17-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:14:41.817Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:14:41.893Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:14:41.900Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:14:41.900Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:14:41.902Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:15:11.902Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:15:11.930Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:15:11.937Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:15:11.937Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:15:11.937Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:15:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:15:16.325Z||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.
2022-08-12T06:15:16.326Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:15:16.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:15:16.466Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:15:16.466Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:15:16.468Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:15:41.938Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:15:41.962Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:15:41.966Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:15:41.966Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:15:41.966Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:16:11.969Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:16:11.990Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:16:11.997Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:16:11.998Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:16:11.998Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:16:16.323Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:16:16.324Z||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.
2022-08-12T06:16:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:16:16.864Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:16:16.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:16:16.880Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.880Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.884Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284858125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284858910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.885Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284860147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.886Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284858910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.887Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.887Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.887Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "clamp",
  "timestamp": 1660284861154,
  "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=?
2022-08-12T06:16:16.902Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:16:16.907Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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 (?, ?, ?, ?, ?)
2022-08-12T06:16:16.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-12T06:16:16.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284858910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284858910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284856316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284858910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284858910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284865062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284858910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284867066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284868747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:16.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "aai-ml",
  "timestamp": 1660284869753,
  "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=?
2022-08-12T06:16:17.035Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:16:17.039Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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 (?, ?, ?, ?, ?)
2022-08-12T06:16:17.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "cds",
  "timestamp": 1660284869085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284864618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284872327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284873605,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "cds",
  "timestamp": 1660284869085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284864618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284872327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "cds",
  "timestamp": 1660284869085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284864618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284872327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284874807,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "cds",
  "timestamp": 1660284869085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284864618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284872327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284875932,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284875274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "cds",
  "timestamp": 1660284869085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284864618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284872327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284875274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284877023,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "cds",
  "timestamp": 1660284869085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284864618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284877750,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/vfw56784b7cbdef0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284872327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284875274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.086Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284878031,
  "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=?
2022-08-12T06:16:17.106Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 120338df-cacf-459b-b944-713c9894ccf9
2022-08-12T06:16:17.107Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 120338df-cacf-459b-b944-713c9894ccf9 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 (?, ?, ?, ?, ?)
2022-08-12T06:16:17.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "cds",
  "timestamp": 1660284869085,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284864618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284878755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.128Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284872327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284875274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284878832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "cds",
  "timestamp": 1660284879980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284879766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/resourceInstances/vfw56784b7cbdef0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284880095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284875274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284878832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284879565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "cds",
  "timestamp": 1660284880985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-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 (?, ?, ?, ?, ?)
2022-08-12T06:16:17.172Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.173Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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 (?, ?, ?, ?, ?)
2022-08-12T06:16:17.205Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.205Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660284880771,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061250/1.0/artifacts/service-Vfw20220812061250-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.206Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.206Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284875274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284878832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.207Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284879565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.208Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.208Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.208Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284875274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284878832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284879565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.209Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284878832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284879565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.210Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284883235,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284878832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.211Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.212Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284879565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.213Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.213Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.213Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284884408,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.214Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.214Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.214Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284878832,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.214Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284879565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.215Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284885501,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660284879565,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.216Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284886597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.217Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284886546,
  "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=?
2022-08-12T06:16:17.230Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.231Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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 (?, ?, ?, ?, ?)
2022-08-12T06:16:17.250Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.250Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284887601,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.251Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.251Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284887732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.252Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660284887555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284888121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "policy-id",
  "timestamp": 1660284888605,
  "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=?
2022-08-12T06:16:17.277Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.278Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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=?
2022-08-12T06:16:17.295Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.295Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "aai-ml",
  "timestamp": 1660284888736,
  "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=?
2022-08-12T06:16:17.313Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.314Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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 (?, ?, ?, ?, ?)
2022-08-12T06:16:17.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284888910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.340Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284890160,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284888910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.341Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "clamp",
  "timestamp": 1660284891170,
  "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=?
2022-08-12T06:16:17.351Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.351Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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 (?, ?, ?, ?, ?)
2022-08-12T06:16:17.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284888910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.379Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.379Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.379Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284888910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.380Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284888910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284888910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:16:17.388Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284888910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284896756,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.389Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284900406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:16:17.390Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:16:17.390Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-08-12T06:16:17.390Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660284901429,
  "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=?
2022-08-12T06:16:17.406Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
2022-08-12T06:16:17.406Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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 (?, ?, ?, ?, ?)
2022-08-12T06:16:41.999Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:16:42.064Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:16:42.073Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:16:42.073Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:16:42.073Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:16:42.074Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:16:42.074Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:16:42.074Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:16:42.075Z|120338df-cacf-459b-b944-713c9894ccf9|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=?
2022-08-12T06:16:42.111Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:17:12.111Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 120338df-cacf-459b-b944-713c9894ccf9 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=?
2022-08-12T06:17:12.125Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 120338df-cacf-459b-b944-713c9894ccf9 and serviceModelVersionId: 08730621-c162-4096-8cc8-06d4e8e23eac
2022-08-12T06:17:12.126Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c997f174-003e-4123-9f83-473e77433051
2022-08-12T06:17:16.324Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:17:16.325Z||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.
2022-08-12T06:17:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:25.898Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:39.433Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0
2022-08-12T06:17:39.606Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:17:40.546Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?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]}
2022-08-12T06:17:40.554Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0|INFO|500||Invoke
2022-08-12T06:17:40.768Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:17:41.126Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0|INFO|500||InvokeReturn
2022-08-12T06:17:41.134Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c997f174-003e-4123-9f83-473e77433051/model-vers/model-ver/08730621-c162-4096-8cc8-06d4e8e23eac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220812-06:17:40:169-40964], vertex-id=[163864], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:17:40 GMT], Content-Type=[application/json]}
2022-08-12T06:17:41.135Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:17:41.142Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:17:41.143Z|120338df-cacf-459b-b944-713c9894ccf9|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=?
2022-08-12T06:17:41.153Z|120338df-cacf-459b-b944-713c9894ccf9|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)
2022-08-12T06:17:41.155Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 120338df-cacf-459b-b944-713c9894ccf9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:17:41.157Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:17:41.158Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:41.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:41.164Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285061156,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:17:41.264Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:17:41.266Z||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.
2022-08-12T06:17:41.266Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:41.283Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:41.285Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-12T06:17:42.217Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:17:42.218Z|120338df-cacf-459b-b944-713c9894ccf9|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.
2022-08-12T06:17:42.219Z|120338df-cacf-459b-b944-713c9894ccf9|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:46.624Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:46.625Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:17:46.625Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"d54834a2-e735-4ec8-9c8f-7e2ef4d03f81","serviceName":"basic_onboard_itjZkr","serviceVersion":"1.0","serviceUUID":"c1243115-1da9-4a54-9c9b-2bcc823eb6f7","serviceDescription":"service","serviceInvariantUUID":"def8ce0d-a219-4113-8576-cc8e3ac07986","resources":[{"resourceInstanceName":"basic_onboard_itjZkr 0","resourceName":"basic_onboard_itjZkr","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"89127bb2-7a99-419a-8073-e313d02fc74b","resourceInvariantUUID":"7fdd102b-4b8b-4085-849f-54be1e8b29a1","resourceCustomizationUUID":"32a8860d-2963-4ccd-aac1-4a404f7de0fc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml","artifactChecksum":"ZTkwN2Q5NGRmNDgyYmQ1YmFhNTRkMDM5OWI3OTcwYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0407d89e-68bb-4de8-8a6c-4cf28e31a7f2","artifactVersion":"1"},{"artifactName":"basic_onboard_itjzkr0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json","artifactChecksum":"MWFhNGU0Mzg2ODQwYmE1MDE4OGEyNmZhMzk5OTg3ZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9bd15eff-5ed5-4070-a338-59e125271964","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"319952cf-25c1-4ca6-86b1-636112a44f71","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0bddaa81-dba2-4215-bfb6-244cb840d4cf","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"999af12c-7c4a-430b-8240-63c128808627","artifactVersion":"2","generatedFromUUID":"319952cf-25c1-4ca6-86b1-636112a44f71"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardItjzkr-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml","artifactChecksum":"ZTE4ZTlmMTNmODM2NmQ0NDcwZDc0ZDM1ZTFkZGMxZmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c5416e1-3bca-48db-aec7-0f1ae88f14be","artifactVersion":"1"},{"artifactName":"service-BasicOnboardItjzkr-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar","artifactChecksum":"YmFjNmIxNmUwYjJmZTFkZTgzZTQ0MjAxNWNhMjIwNzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1c3396f7-ffc5-401c-b685-d4bf782fd86d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:17:46.630Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:46.630Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:46.633Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:46.633Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:17:46.744Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms
2022-08-12T06:17:46.746Z||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.
2022-08-12T06:17:46.746Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:46.776Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:46.777Z||pool-19-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:47.634Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:47.637Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:47.640Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:47.640Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:17:47.740Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:17:47.741Z||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.
2022-08-12T06:17:47.742Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:47.778Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:47.779Z||pool-20-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:48.641Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:48.642Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:48.648Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:48.649Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:17:48.749Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:17:48.750Z||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.
2022-08-12T06:17:48.750Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:48.774Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:48.775Z||pool-21-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:49.650Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:49.653Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:49.656Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:49.657Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:17:49.762Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-12T06:17:49.763Z||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.
2022-08-12T06:17:49.763Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:49.784Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:49.785Z||pool-22-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:50.658Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:50.659Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:50.662Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:50.663Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-12T06:17:50.765Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:17:50.768Z||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.
2022-08-12T06:17:50.768Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:50.798Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:50.799Z||pool-23-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:51.664Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:51.665Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:51.669Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:51.669Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:17:51.769Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:17:51.771Z||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.
2022-08-12T06:17:51.771Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:51.792Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:51.793Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:52.670Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:17:52.670Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:52.678Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:52.679Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:17:52.775Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-12T06:17:52.776Z||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.
2022-08-12T06:17:52.776Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:52.798Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:52.799Z||pool-25-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:53.681Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "serviceName": "basic_onboard_itjZkr",
  "serviceVersion": "1.0",
  "serviceUUID": "c1243115-1da9-4a54-9c9b-2bcc823eb6f7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "def8ce0d-a219-4113-8576-cc8e3ac07986",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_itjZkr 0",
      "resourceCustomizationUUID": "32a8860d-2963-4ccd-aac1-4a404f7de0fc",
      "resourceName": "basic_onboard_itjZkr",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "89127bb2-7a99-419a-8073-e313d02fc74b",
      "resourceInvariantUUID": "7fdd102b-4b8b-4085-849f-54be1e8b29a1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_itjzkr0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
          "artifactChecksum": "MWFhNGU0Mzg2ODQwYmE1MDE4OGEyNmZhMzk5OTg3ZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9bd15eff-5ed5-4070-a338-59e125271964",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "319952cf-25c1-4ca6-86b1-636112a44f71",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "999af12c-7c4a-430b-8240-63c128808627",
            "generatedFromUUID": "319952cf-25c1-4ca6-86b1-636112a44f71"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "999af12c-7c4a-430b-8240-63c128808627",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardItjzkr-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
      "artifactChecksum": "YmFjNmIxNmUwYjJmZTFkZTgzZTQ0MjAxNWNhMjIwNzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1c3396f7-ffc5-401c-b685-d4bf782fd86d"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:17:53.682Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:17:53.682Z|120338df-cacf-459b-b944-713c9894ccf9|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c1243115-1da9-4a54-9c9b-2bcc823eb6f7 ASDC
2022-08-12T06:17:53.683Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
ServiceName:basic_onboard_itjZkr
ServiceVersion:1.0
ServiceUUID:c1243115-1da9-4a54-9c9b-2bcc823eb6f7
ServiceInvariantUUID:def8ce0d-a219-4113-8576-cc8e3ac07986
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardItjzkr-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
ArtifactUUID:1c3396f7-ffc5-401c-b685-d4bf782fd86d
ArtifactChecksum:YmFjNmIxNmUwYjJmZTFkZTgzZTQ0MjAxNWNhMjIwNzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_itjZkr 0
ResourceCustomizationUUID:32a8860d-2963-4ccd-aac1-4a404f7de0fc
ResourceInvariantUUID:7fdd102b-4b8b-4085-849f-54be1e8b29a1
ResourceName:basic_onboard_itjZkr
ResourceType:VF
ResourceUUID:89127bb2-7a99-419a-8073-e313d02fc74b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_itjzkr0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
ArtifactUUID:9bd15eff-5ed5-4070-a338-59e125271964
ArtifactChecksum:MWFhNGU0Mzg2ODQwYmE1MDE4OGEyNmZhMzk5OTg3ZTU=
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/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
ArtifactUUID:319952cf-25c1-4ca6-86b1-636112a44f71
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/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
ArtifactUUID:999af12c-7c4a-430b-8240-63c128808627
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/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
ArtifactUUID:999af12c-7c4a-430b-8240-63c128808627
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-12T06:17:53.684Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c1243115-1da9-4a54-9c9b-2bcc823eb6f7 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=?
2022-08-12T06:17:53.748Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:17:53.749Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:17:53.750Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:17:53.750Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 1c3396f7-ffc5-401c-b685-d4bf782fd86d from URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:53.751Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:17:53.751Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:53.987Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:17:53.994Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar 1c3396f7-ffc5-401c-b685-d4bf782fd86d 75216
2022-08-12T06:17:53.995Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar ASDC sendASDCNotification
2022-08-12T06:17:53.996Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:53.997Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:17:53.998Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:54.001Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:54.002Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285073995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:17:54.105Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:17:54.107Z||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.
2022-08-12T06:17:54.107Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:54.121Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:54.122Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:55.002Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:17:55.008Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:17:55.012Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 1c3396f7-ffc5-401c-b685-d4bf782fd86d, URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar to file: /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:55.013Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:55.014Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:55.014Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:55.207Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14542594329681757737/Definitions/service-BasicOnboardItjzkr-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_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-08-12T06:17:57.053Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.054Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_itjZkr 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:17:57.055Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.056Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.056Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.056Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.057Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:17:57.058Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:17:57.058Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.058Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.058Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is not matching search criteria
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-08-12T06:17:57.059Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-12T06:17:57.060Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:17:57.060Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.060Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:17:57.060Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.061Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:17:57.062Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.062Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:17:57.062Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:17:57.062Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.063Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is not matching search criteria
2022-08-12T06:17:57.063Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-12T06:17:57.063Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-12T06:17:57.063Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1fa932e6-7a34-489b-885f-df8104897955
2022-08-12T06:17:57.064Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.064Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.064Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:17:57.065Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:17:57.066Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_itjZkr
Description:service
Model UUID:c1243115-1da9-4a54-9c9b-2bcc823eb6f7
Model Version:NULL
Model InvariantUuid:def8ce0d-a219-4113-8576-cc8e3ac07986
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_itjZkr
Model UUID:46691250-9298-494c-934c-b4ee1a6dcb09
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7fdd102b-4b8b-4085-849f-54be1e8b29a1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:32a8860d-2963-4ccd-aac1-4a404f7de0fc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:47653383-747d-447d-a707-2246289d54be
ModelName:BasicOnboardItjzkr..base_ubuntu18..module-0
ModelUuid:7e983602-9540-4bdf-a007-d0223d8b1462
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1fa932e6-7a34-489b-885f-df8104897955
ModelInvariantUuid:e3642ae6-8d6c-4202-96fc-a7c0a86ae7b4
ModelName:basic_onboard_itjZkr-nodes.ubuntu18Cvfc
ModelUuid:0737278c-b785-4804-8cb2-f3870a4f92de
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:342b3899-9296-4740-883c-ef9825df3831
ModelInvariantUuid:e6bb63fe-1882-4fde-9b7a-ed294b272288
ModelName:BasicOnboardItjzkr.compute.nodes.heat.ubuntu18
ModelUuid:c1c4c61a-c52f-4966-bddd-a014b141a238
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=?
2022-08-12T06:17:57.081Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 89127bb2-7a99-419a-8073-e313d02fc74b
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=?
2022-08-12T06:17:57.086Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||basic_onboard_itjZkr 0
2022-08-12T06:17:57.087Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 89127bb2-7a99-419a-8073-e313d02fc74b
2022-08-12T06:17:57.087Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9bd15eff-5ed5-4070-a338-59e125271964 from URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
2022-08-12T06:17:57.087Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:17:57.089Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
2022-08-12T06:17:57.215Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:17:57.216Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json 9bd15eff-5ed5-4070-a338-59e125271964 798
2022-08-12T06:17:57.216Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json ASDC sendASDCNotification
2022-08-12T06:17:57.217Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
2022-08-12T06:17:57.217Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:17:57.217Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:57.224Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:57.224Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285077216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:17:57.322Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:17:57.324Z||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.
2022-08-12T06:17:57.324Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:57.340Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:57.341Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:17:58.225Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardItjzkr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "47653383-747d-447d-a707-2246289d54be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7e983602-9540-4bdf-a007-d0223d8b1462",
    "vfModuleModelCustomizationUUID": "dc016206-5ef9-4810-8a7e-bcce5cd18484",
    "isBase": true,
    "artifacts": [
      "319952cf-25c1-4ca6-86b1-636112a44f71",
      "999af12c-7c4a-430b-8240-63c128808627"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:17:58.234Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItjzkr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e983602-9540-4bdf-a007-d0223d8b1462
VfModuleModelInvariantUUID:47653383-747d-447d-a707-2246289d54be
VfModuleModelDescription:NULL
Artifacts UUID List:{
319952cf-25c1-4ca6-86b1-636112a44f71
,
999af12c-7c4a-430b-8240-63c128808627

}
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


}

2022-08-12T06:17:58.254Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardItjzkr..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "47653383-747d-447d-a707-2246289d54be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7e983602-9540-4bdf-a007-d0223d8b1462",
    "vfModuleModelCustomizationUUID": "dc016206-5ef9-4810-8a7e-bcce5cd18484",
    "isBase": true,
    "artifacts": [
      "319952cf-25c1-4ca6-86b1-636112a44f71",
      "999af12c-7c4a-430b-8240-63c128808627"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:17:58.261Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardItjzkr..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7e983602-9540-4bdf-a007-d0223d8b1462
VfModuleModelInvariantUUID:47653383-747d-447d-a707-2246289d54be
VfModuleModelDescription:NULL
Artifacts UUID List:{
319952cf-25c1-4ca6-86b1-636112a44f71
,
999af12c-7c4a-430b-8240-63c128808627

}
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


}

2022-08-12T06:17:58.261Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 319952cf-25c1-4ca6-86b1-636112a44f71 from URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
2022-08-12T06:17:58.261Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:17:58.262Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
2022-08-12T06:17:58.405Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:17:58.409Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml 319952cf-25c1-4ca6-86b1-636112a44f71 5033
2022-08-12T06:17:58.409Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-12T06:17:58.409Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
2022-08-12T06:17:58.409Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:17:58.410Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:58.420Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:58.420Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285078409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:17:58.514Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-12T06:17:58.515Z||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.
2022-08-12T06:17:58.515Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:58.536Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:58.537Z||pool-28-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:17:59.421Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 999af12c-7c4a-430b-8240-63c128808627 from URL: /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
2022-08-12T06:17:59.422Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:17:59.424Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
2022-08-12T06:17:59.476Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:17:59.477Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env 999af12c-7c4a-430b-8240-63c128808627 909
2022-08-12T06:17:59.478Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-12T06:17:59.478Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
2022-08-12T06:17:59.478Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:17:59.479Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:17:59.483Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:17:59.484Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285079478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:17:59.583Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-12T06:17:59.584Z||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.
2022-08-12T06:17:59.584Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:17:59.616Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:17:59.617Z||pool-29-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:00.485Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c1243115-1da9-4a54-9c9b-2bcc823eb6f7
2022-08-12T06:18:00.486Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_itjZkr 0 89127bb2-7a99-419a-8073-e313d02fc74b 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=?
2022-08-12T06:18:00.530Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1caf5228, org.onap.sdc.toscaparser.api.parameters.Input@54a3f92b, org.onap.sdc.toscaparser.api.parameters.Input@76b16bb4, org.onap.sdc.toscaparser.api.parameters.Input@5870a0c5, org.onap.sdc.toscaparser.api.parameters.Input@3e2897f1]
2022-08-12T06:18:00.536Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.537Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.538Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-12T06:18:00.538Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 32a8860d-2963-4ccd-aac1-4a404f7de0fc
2022-08-12T06:18:00.538Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 32a8860d-2963-4ccd-aac1-4a404f7de0fc matches Tosca VF Customization UUID: 32a8860d-2963-4ccd-aac1-4a404f7de0fc
2022-08-12T06:18:00.539Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 32a8860d-2963-4ccd-aac1-4a404f7de0fc  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=?
2022-08-12T06:18:00.544Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.545Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.547Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 32a8860d-2963-4ccd-aac1-4a404f7de0fc: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T06:18:00.547Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55338d2e
2022-08-12T06:18:00.548Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.548Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:18:00.549Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : dc016206-5ef9-4810-8a7e-bcce5cd18484
2022-08-12T06:18:00.550Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID dc016206-5ef9-4810-8a7e-bcce5cd18484
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=?
2022-08-12T06:18:00.557Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.558Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:18:00.558Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:00.559Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.559Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:18:00.560Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:00.560Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.561Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is not matching search criteria
2022-08-12T06:18:00.565Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-08-12T06:18:00.566Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-08-12T06:18:00.567Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1fa932e6-7a34-489b-885f-df8104897955
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=?
2022-08-12T06:18:00.585Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.587Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:18:00.587Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:00.588Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.588Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_itjZkr 0 is matching search criteria
2022-08-12T06:18:00.589Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_itjZkr 0] matching following query criteria: sdcType=VF, customizationUUID=32a8860d-2963-4ccd-aac1-4a404f7de0fc
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=?
2022-08-12T06:18:00.610Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.611Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.612Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c1243115-1da9-4a54-9c9b-2bcc823eb6f7: basic_onboard_itjZkr
2022-08-12T06:18:00.612Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.612Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.613Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.613Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.614Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.614Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.614Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.615Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.615Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:00.616Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_itjZkr is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:00.616Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_itjZkr 
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 (?, ?, ?, ?, ?)
2022-08-12T06:18:00.886Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_itjZkr 89127bb2-7a99-419a-8073-e313d02fc74b 1 ASDC deployResourceStructure
2022-08-12T06:18:00.887Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json ASDC sendASDCNotification
2022-08-12T06:18:00.888Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json
2022-08-12T06:18:00.888Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:00.889Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:00.910Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:00.911Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285080887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:00.994Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 75 ms
2022-08-12T06:18:00.996Z||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.
2022-08-12T06:18:00.996Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:01.021Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:01.022Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:01.919Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-08-12T06:18:01.920Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml
2022-08-12T06:18:01.920Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:01.920Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:01.923Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:01.923Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285081919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:02.023Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:18:02.024Z||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.
2022-08-12T06:18:02.024Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:02.043Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:02.044Z||pool-31-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:18:02.924Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-08-12T06:18:02.929Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env
2022-08-12T06:18:02.929Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:02.930Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:02.933Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:02.933Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285082924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:03.034Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:18:03.035Z||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.
2022-08-12T06:18:03.035Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:03.051Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:03.052Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:18:03.934Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar ASDC sendASDCNotification
2022-08-12T06:18:03.935Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar
2022-08-12T06:18:03.951Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:03.951Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:03.953Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:03.954Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285083934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:04.054Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:18:04.056Z||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.
2022-08-12T06:18:04.057Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:04.074Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:04.075Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:04.955Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:18:04.990Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d54834a2-e735-4ec8-9c8f-7e2ef4d03f81
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:18:05.014Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:18:05.017Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:18:05.017Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:18:05.017Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:18:05.018Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:18:05.018Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:18:05.020Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:18:05.021Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:18:05.022Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:18:05.022Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:18:05.022Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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=?
2022-08-12T06:18:05.068Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:18:16.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:18:16.324Z||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.
2022-08-12T06:18:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:16.952Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:16.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "120338df-cacf-459b-b944-713c9894ccf9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285061156,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:18:16.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:18:16.955Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:18:16.956Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:18:16.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.958Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:18:16.958Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:18:16.958Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-08-12T06:18:16.959Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:18:16.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.959Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285062217,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285073995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:18:16.960Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285077216,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285078409,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.961Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285079478,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285080887,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/basic_onboard_itjzkr0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285081919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285082924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/resourceInstances/basic_onboard_itjzkr0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:16.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:18:16.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285083934,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardItjzkr/1.0/artifacts/service-BasicOnboardItjzkr-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:16.965Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:18:35.069Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 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=?
2022-08-12T06:18:35.079Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 and serviceModelVersionId: c1243115-1da9-4a54-9c9b-2bcc823eb6f7
2022-08-12T06:18:35.080Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : def8ce0d-a219-4113-8576-cc8e3ac07986
2022-08-12T06:18:35.081Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0
2022-08-12T06:18:35.090Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:18:35.187Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|INFO|500||Invoke
2022-08-12T06:18:35.188Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d54834a2-e735-4ec8-9c8f-7e2ef4d03f81], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f3c9355a-4d54-46af-a52e-6bb59be5a885], X-ECOMP-RequestID=[d54834a2-e735-4ec8-9c8f-7e2ef4d03f81], X-TransactionId=[], X-ONAP-RequestID=[d54834a2-e735-4ec8-9c8f-7e2ef4d03f81], Content-Type=[application/merge-patch+json]}
2022-08-12T06:18:35.237Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:18:35.491Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?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/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220812-06:18:34:622-73342], vertex-id=[249912], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:18:34 GMT], Content-Type=[application/json]}
2022-08-12T06:18:35.492Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:18:35.492Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/def8ce0d-a219-4113-8576-cc8e3ac07986/model-vers/model-ver/c1243115-1da9-4a54-9c9b-2bcc823eb6f7?depth=0|INFO|500||InvokeReturn
2022-08-12T06:18:35.493Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:18:35.495Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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=?
2022-08-12T06:18:35.502Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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)
2022-08-12T06:18:35.503Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d54834a2-e735-4ec8-9c8f-7e2ef4d03f81 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:18:35.504Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:18:35.504Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:35.507Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:35.508Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285115503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:18:35.610Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:18:35.611Z||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.
2022-08-12T06:18:35.613Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:35.635Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:35.636Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 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=?
2022-08-12T06:18:36.526Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:18:36.527Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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.
2022-08-12T06:18:36.527Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:37.163Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:37.164Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:18:37.165Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"7bf63d8f-dca3-444c-b72c-5d3a99818cce","serviceName":"vFW 2022-08-12 06-17-10","serviceVersion":"1.0","serviceUUID":"c594b48e-cb75-4f35-865a-d7ba4a893b16","serviceDescription":"catalog service description","serviceInvariantUUID":"e4cbafed-9b1e-4452-be55-8db383a28e15","resources":[{"resourceInstanceName":"vFW 2c18e8c4-7784 0","resourceName":"vFW 2c18e8c4-7784","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f7b51130-650b-4d5d-9dc7-590f2468a48c","resourceInvariantUUID":"51848ee3-f605-4bda-aba4-974a74d481b0","resourceCustomizationUUID":"1195d79a-f356-4b95-ac2d-8f110781a5b1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml","artifactChecksum":"ZDVmODQxZGZiNWI2YWFjODk2Y2YxOGNiMmE4ZDg3MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7cdf1e42-402a-465f-8be3-50c3f8b6d228","artifactVersion":"1"},{"artifactName":"vfw2c18e8c477840_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json","artifactChecksum":"MDUwNzc5N2NkMTI0ZWE3MmFhNGY1ZTcxNjY5N2RmNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cbc450f1-2735-40d3-a397-431bf0819831","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fa687d34-b233-4b1d-9cfb-3926f8721204","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml","artifactChecksum":"YzAyYzE2ZjdlODgwYzljNTc2MDQ4NTRjNTkxMGZjOWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a377ac7e-c6c8-48a7-ae91-26603bb44ef2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5524b8ea-c373-4a0b-b158-ce149ea6ce08","artifactVersion":"2","generatedFromUUID":"fa687d34-b233-4b1d-9cfb-3926f8721204"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220812061710-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml","artifactChecksum":"YWZkNzBhNThhNjVmMzFlYjg2MmI3NzVmMmZjODkzZDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7faebbf5-1f63-41f9-8f59-299873d0d12f","artifactVersion":"1"},{"artifactName":"service-Vfw20220812061710-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar","artifactChecksum":"OTY0MmIzYzcyZTlmODQ0ODgzNmVhZDk0ZWE5NmMzNmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6af3c294-f034-4b98-b7ff-1c180302e57f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:18:37.172Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:37.173Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:37.178Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:37.184Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:18:37.277Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-08-12T06:18:37.279Z||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.
2022-08-12T06:18:37.279Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:37.295Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:37.296Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:38.187Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:38.188Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:38.199Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:38.200Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:18:38.297Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-12T06:18:38.298Z||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.
2022-08-12T06:18:38.298Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:38.332Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:38.332Z||pool-36-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:39.201Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:39.202Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:39.204Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:39.205Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:18:39.309Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-12T06:18:39.310Z||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.
2022-08-12T06:18:39.310Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:39.332Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:39.333Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:40.205Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:40.206Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:40.213Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:40.213Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:18:40.316Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:18:40.317Z||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.
2022-08-12T06:18:40.317Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:40.341Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:40.342Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:41.215Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:41.216Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:41.227Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:41.228Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-12T06:18:41.328Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:18:41.330Z||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.
2022-08-12T06:18:41.330Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:41.365Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:41.366Z||pool-39-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:42.229Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:42.230Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:42.233Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:42.233Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:18:42.333Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:18:42.335Z||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.
2022-08-12T06:18:42.335Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:42.351Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:42.352Z||pool-40-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:43.236Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:18:43.236Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:43.244Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:43.245Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:18:43.341Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:18:43.342Z||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.
2022-08-12T06:18:43.342Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:43.359Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:43.359Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:44.248Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||sending notification to client: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "serviceName": "vFW 2022-08-12 06-17-10",
  "serviceVersion": "1.0",
  "serviceUUID": "c594b48e-cb75-4f35-865a-d7ba4a893b16",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e4cbafed-9b1e-4452-be55-8db383a28e15",
  "resources": [
    {
      "resourceInstanceName": "vFW 2c18e8c4-7784 0",
      "resourceCustomizationUUID": "1195d79a-f356-4b95-ac2d-8f110781a5b1",
      "resourceName": "vFW 2c18e8c4-7784",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f7b51130-650b-4d5d-9dc7-590f2468a48c",
      "resourceInvariantUUID": "51848ee3-f605-4bda-aba4-974a74d481b0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2c18e8c477840_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
          "artifactChecksum": "MDUwNzc5N2NkMTI0ZWE3MmFhNGY1ZTcxNjY5N2RmNWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cbc450f1-2735-40d3-a397-431bf0819831",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fa687d34-b233-4b1d-9cfb-3926f8721204",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5524b8ea-c373-4a0b-b158-ce149ea6ce08",
            "generatedFromUUID": "fa687d34-b233-4b1d-9cfb-3926f8721204"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5524b8ea-c373-4a0b-b158-ce149ea6ce08",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220812061710-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
      "artifactChecksum": "OTY0MmIzYzcyZTlmODQ0ODgzNmVhZDk0ZWE5NmMzNmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6af3c294-f034-4b98-b7ff-1c180302e57f"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:18:44.249Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:18:44.249Z|d54834a2-e735-4ec8-9c8f-7e2ef4d03f81|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c594b48e-cb75-4f35-865a-d7ba4a893b16 ASDC
2022-08-12T06:18:44.249Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||ASDC Notification:
DistributionID:7bf63d8f-dca3-444c-b72c-5d3a99818cce
ServiceName:vFW 2022-08-12 06-17-10
ServiceVersion:1.0
ServiceUUID:c594b48e-cb75-4f35-865a-d7ba4a893b16
ServiceInvariantUUID:e4cbafed-9b1e-4452-be55-8db383a28e15
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220812061710-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar
ArtifactUUID:6af3c294-f034-4b98-b7ff-1c180302e57f
ArtifactChecksum:OTY0MmIzYzcyZTlmODQ0ODgzNmVhZDk0ZWE5NmMzNmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2c18e8c4-7784 0
ResourceCustomizationUUID:1195d79a-f356-4b95-ac2d-8f110781a5b1
ResourceInvariantUUID:51848ee3-f605-4bda-aba4-974a74d481b0
ResourceName:vFW 2c18e8c4-7784
ResourceType:VF
ResourceUUID:f7b51130-650b-4d5d-9dc7-590f2468a48c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2c18e8c477840_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json
ArtifactUUID:cbc450f1-2735-40d3-a397-431bf0819831
ArtifactChecksum:MDUwNzc5N2NkMTI0ZWE3MmFhNGY1ZTcxNjY5N2RmNWE=
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/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml
ArtifactUUID:fa687d34-b233-4b1d-9cfb-3926f8721204
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/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
ArtifactUUID:5524b8ea-c373-4a0b-b158-ce149ea6ce08
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/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
ArtifactUUID:5524b8ea-c373-4a0b-b158-ce149ea6ce08
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-12T06:18:44.250Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c594b48e-cb75-4f35-865a-d7ba4a893b16 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 (?, ?, ?, ?, ?)
2022-08-12T06:18:44.336Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:18:44.337Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:18:44.337Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:18:44.338Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6af3c294-f034-4b98-b7ff-1c180302e57f from URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:44.338Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:18:44.338Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:44.517Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:18:44.527Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar 6af3c294-f034-4b98-b7ff-1c180302e57f 100608
2022-08-12T06:18:44.528Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar ASDC sendASDCNotification
2022-08-12T06:18:44.528Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:44.528Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:18:44.529Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:44.531Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:44.531Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285124528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:18:44.645Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-08-12T06:18:44.646Z||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.
2022-08-12T06:18:44.647Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:44.666Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:44.669Z||pool-42-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:18:45.532Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:18:45.533Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||MSO config path is: /app
2022-08-12T06:18:45.533Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6af3c294-f034-4b98-b7ff-1c180302e57f, URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar to file: /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:45.534Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220812061710-csar.csar
2022-08-12T06:18:45.534Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:45.535Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:45.864Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14169149682191055097/Definitions/service-Vfw20220812061710-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_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" 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_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" 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_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" 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_fixed_ips" 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 "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" 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_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" 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_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" 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_fixed_ips" 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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" 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_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" 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_protected_private_port_0_fixed_ips" 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_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" 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_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" 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 "compute_vfw_key_name" 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_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2022-08-12T06:18:49.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:18:49.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:18:49.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-08-12T06:18:49.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2c18e8c4-7784 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||WARN|500||####################################################################################################
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.374Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.374Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:18:49.374Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Search for entities recursively
2022-08-12T06:18:49.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:18:49.376Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.376Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.376Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.376Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.377Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:18:49.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:49.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:18:49.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:18:49.380Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:49.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:49.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T06:18:49.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b9ce5e8a-73cb-46eb-8885-7794c5c4f92f
2022-08-12T06:18:49.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T06:18:49.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d349b64-ed6e-45ae-b420-df6e5c19cb6b
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:49.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:49.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:18:49.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:49.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T06:18:49.391Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd8c99bb-ff43-411d-9c5f-a44cf75e8dc5
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.393Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.393Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:49.393Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:49.393Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-08-12 06-17-10
Description:catalog service description
Model UUID:c594b48e-cb75-4f35-865a-d7ba4a893b16
Model Version:NULL
Model InvariantUuid:e4cbafed-9b1e-4452-be55-8db383a28e15
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2c18e8c4-7784
Model UUID:00236964-22cf-429c-9d3e-02def6603fda
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:51848ee3-f605-4bda-aba4-974a74d481b0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1195d79a-f356-4b95-ac2d-8f110781a5b1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4245e97f-b883-499c-aafc-7ca4e2eea114
ModelName:Vfw2c18e8c47784..base_vfw..module-0
ModelUuid:02e1d752-cbbe-4756-b5f1-23c5c525aa20
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b9ce5e8a-73cb-46eb-8885-7794c5c4f92f
ModelInvariantUuid:1508dabf-16e1-49bd-aad3-40657807c8d2
ModelName:vFW 2c18e8c4-7784-nodes.vfwCvfc
ModelUuid:da66470c-4557-4382-931a-bfa7b9601107
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:175b496b-de47-4103-8abe-0eb602f0bb31
ModelInvariantUuid:c6d9b137-1c3f-478c-951a-a765af1d3994
ModelName:Vfw2c18e8c47784.compute.nodes.heat.vfw
ModelUuid:3bff3a75-ef20-4d22-bf7c-c0ba4a60f2f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7d349b64-ed6e-45ae-b420-df6e5c19cb6b
ModelInvariantUuid:607e812d-6b7a-4924-b19f-21b1a311214f
ModelName:vFW 2c18e8c4-7784-nodes.vsnCvfc
ModelUuid:09a888d7-07ef-49bc-8b78-48a39f6c1b90
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6ffc3279-56c2-41bb-aeda-b3869138cbd1
ModelInvariantUuid:79699b88-154f-49f1-bfee-87c52925a8e0
ModelName:Vfw2c18e8c47784.compute.nodes.heat.vsn
ModelUuid:02d89eeb-38e4-4445-80a2-a07b873a7bfb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:dd8c99bb-ff43-411d-9c5f-a44cf75e8dc5
ModelInvariantUuid:926b49d7-a4c6-445e-8dbf-b3e3fb4466e6
ModelName:vFW 2c18e8c4-7784-nodes.vpgCvfc
ModelUuid:b31d3afc-1fb4-4c74-9bde-b2bcff910dfd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:a5ddcc75-141c-488a-b3e7-107232f615d6
ModelInvariantUuid:4ae76839-1baa-4aea-a2c7-e05b89c5ca96
ModelName:Vfw2c18e8c47784.compute.nodes.heat.vpg
ModelUuid:709ccc25-34ac-484c-ace1-b929c996163f
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=?
2022-08-12T06:18:49.409Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: f7b51130-650b-4d5d-9dc7-590f2468a48c
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=?
2022-08-12T06:18:49.416Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||vFW 2c18e8c4-7784 0
2022-08-12T06:18:49.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f7b51130-650b-4d5d-9dc7-590f2468a48c
2022-08-12T06:18:49.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: cbc450f1-2735-40d3-a397-431bf0819831 from URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json
2022-08-12T06:18:49.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:18:49.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json
2022-08-12T06:18:49.529Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:18:49.530Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json cbc450f1-2735-40d3-a397-431bf0819831 785
2022-08-12T06:18:49.530Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json ASDC sendASDCNotification
2022-08-12T06:18:49.530Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json
2022-08-12T06:18:49.530Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:18:49.531Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:49.538Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:49.538Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285129530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:18:49.638Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:18:49.640Z||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.
2022-08-12T06:18:49.641Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:49.682Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:49.682Z||pool-43-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:50.539Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2c18e8c47784..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4245e97f-b883-499c-aafc-7ca4e2eea114",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02e1d752-cbbe-4756-b5f1-23c5c525aa20",
    "vfModuleModelCustomizationUUID": "c102d9c7-28a8-4ceb-9563-6e7fb6ab9277",
    "isBase": true,
    "artifacts": [
      "fa687d34-b233-4b1d-9cfb-3926f8721204",
      "5524b8ea-c373-4a0b-b158-ce149ea6ce08"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:18:50.547Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2c18e8c47784..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02e1d752-cbbe-4756-b5f1-23c5c525aa20
VfModuleModelInvariantUUID:4245e97f-b883-499c-aafc-7ca4e2eea114
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa687d34-b233-4b1d-9cfb-3926f8721204
,
5524b8ea-c373-4a0b-b158-ce149ea6ce08

}
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


}

2022-08-12T06:18:50.553Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2c18e8c47784..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4245e97f-b883-499c-aafc-7ca4e2eea114",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02e1d752-cbbe-4756-b5f1-23c5c525aa20",
    "vfModuleModelCustomizationUUID": "c102d9c7-28a8-4ceb-9563-6e7fb6ab9277",
    "isBase": true,
    "artifacts": [
      "fa687d34-b233-4b1d-9cfb-3926f8721204",
      "5524b8ea-c373-4a0b-b158-ce149ea6ce08"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:18:50.553Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2c18e8c47784..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02e1d752-cbbe-4756-b5f1-23c5c525aa20
VfModuleModelInvariantUUID:4245e97f-b883-499c-aafc-7ca4e2eea114
VfModuleModelDescription:NULL
Artifacts UUID List:{
fa687d34-b233-4b1d-9cfb-3926f8721204
,
5524b8ea-c373-4a0b-b158-ce149ea6ce08

}
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


}

2022-08-12T06:18:50.554Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fa687d34-b233-4b1d-9cfb-3926f8721204 from URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml
2022-08-12T06:18:50.554Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:18:50.554Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml
2022-08-12T06:18:50.628Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:18:50.630Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml fa687d34-b233-4b1d-9cfb-3926f8721204 20368
2022-08-12T06:18:50.630Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T06:18:50.630Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml
2022-08-12T06:18:50.631Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:18:50.631Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:50.635Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:50.637Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285130630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:18:50.735Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:18:50.736Z||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.
2022-08-12T06:18:50.736Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:50.750Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:50.750Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:51.637Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 5524b8ea-c373-4a0b-b158-ce149ea6ce08 from URL: /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
2022-08-12T06:18:51.638Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - download
2022-08-12T06:18:51.639Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
2022-08-12T06:18:51.705Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||GET Response Status 200
2022-08-12T06:18:51.706Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env 5524b8ea-c373-4a0b-b158-ce149ea6ce08 2098
2022-08-12T06:18:51.706Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T06:18:51.707Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
2022-08-12T06:18:51.707Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:18:51.707Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:51.712Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:51.713Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285131706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:18:51.812Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:18:51.813Z||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.
2022-08-12T06:18:51.813Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:51.832Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:51.836Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:18:52.713Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: c594b48e-cb75-4f35-865a-d7ba4a893b16
2022-08-12T06:18:52.714Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2c18e8c4-7784 0 f7b51130-650b-4d5d-9dc7-590f2468a48c 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=?
2022-08-12T06:18:52.747Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47fbb657, org.onap.sdc.toscaparser.api.parameters.Input@1c5f7f5b, org.onap.sdc.toscaparser.api.parameters.Input@719860ac, org.onap.sdc.toscaparser.api.parameters.Input@48caecb4, org.onap.sdc.toscaparser.api.parameters.Input@5219a2f4]
2022-08-12T06:18:52.749Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.750Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.750Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 
2022-08-12T06:18:52.750Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 1195d79a-f356-4b95-ac2d-8f110781a5b1
2022-08-12T06:18:52.750Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1195d79a-f356-4b95-ac2d-8f110781a5b1 matches Tosca VF Customization UUID: 1195d79a-f356-4b95-ac2d-8f110781a5b1
2022-08-12T06:18:52.751Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 1195d79a-f356-4b95-ac2d-8f110781a5b1  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=?
2022-08-12T06:18:52.759Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.759Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.760Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 1195d79a-f356-4b95-ac2d-8f110781a5b1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T06:18:52.760Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@18c4d25a
2022-08-12T06:18:52.760Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.761Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:18:52.761Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c102d9c7-28a8-4ceb-9563-6e7fb6ab9277
2022-08-12T06:18:52.761Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c102d9c7-28a8-4ceb-9563-6e7fb6ab9277
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=?
2022-08-12T06:18:52.765Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.765Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:52.765Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:52.766Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.766Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:52.766Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:52.767Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.767Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:52.767Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:52.767Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-08-12T06:18:52.768Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:52.771Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:18:52.771Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:18:52.772Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.772Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:52.772Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:18:52.772Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:52.773Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:18:52.773Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.773Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b9ce5e8a-73cb-46eb-8885-7794c5c4f92f
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=?
2022-08-12T06:18:52.777Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.778Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:52.778Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:52.778Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.779Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:52.780Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:52.780Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:18:52.781Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.781Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:52.781Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.781Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:18:52.782Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:52.782Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-08-12T06:18:52.782Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-08-12T06:18:52.782Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:52.783Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria
2022-08-12T06:18:52.783Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.783Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d349b64-ed6e-45ae-b420-df6e5c19cb6b
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=?
2022-08-12T06:18:52.787Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.787Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:52.788Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:52.788Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.788Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is not matching search criteria
2022-08-12T06:18:52.789Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-08-12T06:18:52.789Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-08-12T06:18:52.789Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.789Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:52.790Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.790Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria
2022-08-12T06:18:52.790Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-08-12T06:18:52.790Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-08-12T06:18:52.791Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria
2022-08-12T06:18:52.791Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-08-12T06:18:52.791Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-08-12T06:18:52.791Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-08-12T06:18:52.792Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=dd8c99bb-ff43-411d-9c5f-a44cf75e8dc5
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=?
2022-08-12T06:18:52.795Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.796Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:52.797Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:18:52.798Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.798Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Node template vFW 2c18e8c4-7784 0 is matching search criteria
2022-08-12T06:18:52.799Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW 2c18e8c4-7784 0] matching following query criteria: sdcType=VF, customizationUUID=1195d79a-f356-4b95-ac2d-8f110781a5b1
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=?
2022-08-12T06:18:52.801Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.802Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.802Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid c594b48e-cb75-4f35-865a-d7ba4a893b16: vFW 2c18e8c4-7784
2022-08-12T06:18:52.802Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.802Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.803Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.803Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.803Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.803Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.804Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.804Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.804Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:18:52.804Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-08-12 06-17-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:18:52.805Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-08-12 06-17-10 
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 (?, ?, ?, ?, ?)
2022-08-12T06:18:53.261Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2c18e8c4-7784 f7b51130-650b-4d5d-9dc7-590f2468a48c 1 ASDC deployResourceStructure
2022-08-12T06:18:53.262Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json ASDC sendASDCNotification
2022-08-12T06:18:53.262Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json
2022-08-12T06:18:53.262Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:53.264Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:53.270Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:53.270Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285133262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:53.368Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:18:53.369Z||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.
2022-08-12T06:18:53.369Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:53.400Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:53.401Z||pool-46-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:54.272Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-08-12T06:18:54.274Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml
2022-08-12T06:18:54.274Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:54.274Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:54.277Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:54.277Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285134272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:54.378Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:18:54.380Z||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.
2022-08-12T06:18:54.380Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:54.397Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:54.399Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:55.278Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env ASDC sendASDCNotification
2022-08-12T06:18:55.280Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env
2022-08-12T06:18:55.280Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:55.280Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:55.283Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:55.283Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285135278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:55.386Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-12T06:18:55.387Z||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.
2022-08-12T06:18:55.387Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:55.404Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:55.405Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:56.284Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar ASDC sendASDCNotification
2022-08-12T06:18:56.284Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar
2022-08-12T06:18:56.284Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:18:56.284Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:18:56.288Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:18:56.289Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285136284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:18:56.391Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:18:56.394Z||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.
2022-08-12T06:18:56.394Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:18:56.416Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:18:56.417Z||pool-49-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:18:57.289Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bf63d8f-dca3-444c-b72c-5d3a99818cce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:18:57.318Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bf63d8f-dca3-444c-b72c-5d3a99818cce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:18:57.326Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:18:57.327Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:18:57.327Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:19:16.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:19:16.323Z||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.
2022-08-12T06:19:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:19:16.969Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:19:16.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285099565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "cds",
  "timestamp": 1660285094084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285098832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285098908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285095264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285099565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "cds",
  "timestamp": 1660285094084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285098832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.980Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.980Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285098908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.980Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285095264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:19:16.981Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.981Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.981Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285099565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "cds",
  "timestamp": 1660285094084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.982Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.982Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.982Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285098832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:19:16.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285098908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.983Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.983Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285095264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:19:16.983Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285104618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.984Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.984Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.984Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "cds",
  "timestamp": 1660285094084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285099565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.985Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.985Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.985Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285098832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285098908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.986Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.986Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285095264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.986Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.987Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.987Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285104618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:19:16.988Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.988Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.988Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "cds",
  "timestamp": 1660285094084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285099565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.989Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.989Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.989Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285098832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285098908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.990Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285095264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-12T06:19:16.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285104618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285099565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.992Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "cds",
  "timestamp": 1660285094084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285098832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.993Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285098908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285095264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.994Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285104618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "cds",
  "timestamp": 1660285094084,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:19:16.995Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285099565,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.996Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285098832,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:19:16.996Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.996Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285098908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:19:16.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285095264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:19:16.997Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285104618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:16.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:16.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "cds",
  "timestamp": 1660285109980,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:16.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:16.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285110068,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:16.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:16.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285109905,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:16.999Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:16.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:16.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285109910,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:17.000Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285104618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.000Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.000Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.000Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "cds",
  "timestamp": 1660285110987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-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=?
2022-08-12T06:19:17.015Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7bf63d8f-dca3-444c-b72c-5d3a99818cce
2022-08-12T06:19:17.016Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf63d8f-dca3-444c-b72c-5d3a99818cce 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 (?, ?, ?, ?, ?)
2022-08-12T06:19:17.036Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.037Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285111074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:19:17.037Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.038Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285111005,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:17.038Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.038Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.039Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285104618,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:19:17.039Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.040Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.040Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "policy-id",
  "timestamp": 1660285112079,
  "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=?
2022-08-12T06:19:17.049Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bf63d8f-dca3-444c-b72c-5d3a99818cce
2022-08-12T06:19:17.049Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf63d8f-dca3-444c-b72c-5d3a99818cce 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 (?, ?, ?, ?, ?)
2022-08-12T06:19:17.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285112072,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:17.065Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285112327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285113125,
  "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=?
2022-08-12T06:19:17.074Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7bf63d8f-dca3-444c-b72c-5d3a99818cce
2022-08-12T06:19:17.074Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf63d8f-dca3-444c-b72c-5d3a99818cce 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=?
2022-08-12T06:19:17.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285112327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285114152,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:19:17.088Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285112327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285114875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:19:17.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d54834a2-e735-4ec8-9c8f-7e2ef4d03f81",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285115503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:19:17.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285112327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.091Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285115884,
  "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=?
2022-08-12T06:19:17.100Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7bf63d8f-dca3-444c-b72c-5d3a99818cce
2022-08-12T06:19:17.101Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf63d8f-dca3-444c-b72c-5d3a99818cce 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 (?, ?, ?, ?, ?)
2022-08-12T06:19:17.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285112327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285112327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:19:17.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285112327,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:19:17.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:19:17.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285120097,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:17.117Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285121166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:17.118Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-08-12T06:19:17.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:19:17.120Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285123172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:19:17.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.121Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285116526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:19:17.121Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:19:17.122Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.122Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "clamp",
  "timestamp": 1660285124192,
  "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=?
2022-08-12T06:19:17.129Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7bf63d8f-dca3-444c-b72c-5d3a99818cce
2022-08-12T06:19:17.129Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf63d8f-dca3-444c-b72c-5d3a99818cce 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 (?, ?, ?, ?, ?)
2022-08-12T06:19:17.151Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285124528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:17.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285129530,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:17.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285130812,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:19:17.155Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.155Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285130630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:17.156Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.156Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.156Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "aai-ml",
  "timestamp": 1660285131817,
  "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=?
2022-08-12T06:19:17.174Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7bf63d8f-dca3-444c-b72c-5d3a99818cce
2022-08-12T06:19:17.175Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7bf63d8f-dca3-444c-b72c-5d3a99818cce 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 (?, ?, ?, ?, ?)
2022-08-12T06:19:17.184Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285131706,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:19:17.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285133262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/vfw2c18e8c477840_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:19:17.185Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.185Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285134272,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:19:17.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285135278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/resourceInstances/vfw2c18e8c477840/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:19:17.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:17.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:19:17.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285136284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220812061710/1.0/artifacts/service-Vfw20220812061710-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:19:17.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:19:27.328Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7bf63d8f-dca3-444c-b72c-5d3a99818cce
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:19:27.367Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7bf63d8f-dca3-444c-b72c-5d3a99818cce
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:19:27.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:19:27.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:19:27.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:19:27.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:19:27.378Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:19:27.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:19:27.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:19:27.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:19:27.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:19:27.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:19:27.379Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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=?
2022-08-12T06:19:27.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:19:57.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7bf63d8f-dca3-444c-b72c-5d3a99818cce 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=?
2022-08-12T06:19:57.408Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7bf63d8f-dca3-444c-b72c-5d3a99818cce and serviceModelVersionId: c594b48e-cb75-4f35-865a-d7ba4a893b16
2022-08-12T06:19:57.409Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e4cbafed-9b1e-4452-be55-8db383a28e15
2022-08-12T06:19:57.410Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e4cbafed-9b1e-4452-be55-8db383a28e15/model-vers/model-ver/c594b48e-cb75-4f35-865a-d7ba4a893b16?depth=0
2022-08-12T06:19:57.418Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:19:57.515Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbafed-9b1e-4452-be55-8db383a28e15/model-vers/model-ver/c594b48e-cb75-4f35-865a-d7ba4a893b16?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]}
2022-08-12T06:19:57.517Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbafed-9b1e-4452-be55-8db383a28e15/model-vers/model-ver/c594b48e-cb75-4f35-865a-d7ba4a893b16?depth=0|INFO|500||Invoke
2022-08-12T06:19:57.562Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbafed-9b1e-4452-be55-8db383a28e15/model-vers/model-ver/c594b48e-cb75-4f35-865a-d7ba4a893b16?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:19:57.745Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbafed-9b1e-4452-be55-8db383a28e15/model-vers/model-ver/c594b48e-cb75-4f35-865a-d7ba4a893b16?depth=0|INFO|500||InvokeReturn
2022-08-12T06:19:57.745Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e4cbafed-9b1e-4452-be55-8db383a28e15/model-vers/model-ver/c594b48e-cb75-4f35-865a-d7ba4a893b16?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220812-06:19:56:951-36880], vertex-id=[426184], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:19:56 GMT], Content-Type=[application/json]}
2022-08-12T06:19:57.746Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:19:57.746Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:19:57.746Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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=?
2022-08-12T06:19:57.763Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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)
2022-08-12T06:19:57.764Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7bf63d8f-dca3-444c-b72c-5d3a99818cce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:19:57.764Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:19:57.764Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:19:57.773Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:19:57.773Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||try to send status {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285197764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:19:57.875Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:19:57.877Z||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.
2022-08-12T06:19:57.877Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:19:57.941Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:19:57.942Z||pool-50-thread-1|||||INFO|500||cambria reply ok (66 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=?
2022-08-12T06:19:58.793Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:19:58.795Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:19:58.795Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:20:08.375Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:20:08.376Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:20:08.377Z||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.
2022-08-12T06:20:08.377Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:20:16.323Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:20:16.324Z||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.
2022-08-12T06:20:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:20:16.953Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:20:16.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-12T06:20:16.954Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7bf63d8f-dca3-444c-b72c-5d3a99818cce",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285197764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:20:16.955Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:20:17.924Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:20:17.925Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:20:17.926Z||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.
2022-08-12T06:20:17.926Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:20:27.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:20:27.474Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:20:27.475Z||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.
2022-08-12T06:20:27.475Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:20:37.023Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:21:16.317Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:21:16.319Z||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.
2022-08-12T06:21:16.319Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:21:16.322Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:21:16.323Z||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.
2022-08-12T06:21:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:21:25.889Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:21:25.893Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:22:16.316Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:22:16.318Z||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.
2022-08-12T06:22:16.318Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:22:16.326Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:22:16.327Z||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.
2022-08-12T06:22:16.328Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:22:25.891Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:22:25.908Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:23:16.316Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:23:16.318Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:23:16.318Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:23:16.327Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:23:16.328Z||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.
2022-08-12T06:23:16.328Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:23:25.997Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:23:25.998Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:24:16.317Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:24:16.318Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:24:16.318Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:24:16.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:24:16.325Z||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.
2022-08-12T06:24:16.326Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:24:25.870Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:24:25.871Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:16.316Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:25:16.318Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:25:16.318Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:16.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:25:16.325Z||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.
2022-08-12T06:25:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:16.668Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:16.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:25:16.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285514084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:16.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:25:16.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:25:16.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285514084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:16.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:25:16.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:25:16.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285515266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:16.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:25:16.969Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:16.971Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-12T06:25:16.971Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9716d3da-07c7-4457-ac2f-c0fa0479ecf6","serviceName":"Demo_pNF_keOuYlqC8Orlc6rCKp6R","serviceVersion":"1.0","serviceUUID":"a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14","serviceDescription":"catalog service description","serviceInvariantUUID":"257680f2-1483-4fdf-b131-1418c5e44933","resources":[{"resourceInstanceName":"pNF 8fffcede-d753 0","resourceName":"pNF 8fffcede-d753","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ff0662e7-705f-425f-ab55-7ca5cd5ab0fb","resourceInvariantUUID":"081bc91e-5e0d-4dcc-86aa-19d1de6528e2","resourceCustomizationUUID":"12289c13-1526-4458-a56e-4c63936b1ea0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml","artifactChecksum":"MDY0MmY4YzVhYTNiZjY4MGYwMTQwMDQ2Nzg4NjVjODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4180c1b9-fd35-4f17-a03e-b2a7926dad6c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar","artifactChecksum":"ODhhMmJlMzkxN2U3ZDY4YzY3YzFmODVmNWFhZTRkN2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cc089ac-0fee-4409-a9cd-aeaa047f4d7e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2e0f4daf-2088-4978-89f2-82a80ee1d2d9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml","artifactChecksum":"NDkyYTViZjMwMDAxZDE5MzQ2YWU2OGY1OTI1YWIxZjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e6ace23a-d749-450d-8f0b-27213e5d8ff2","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fbd6e28b-7499-409c-a698-d2b2e398006c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cc2c9371-41c7-45d8-83a3-f27353fd083d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfKeouylqc8orlc6rckp6r-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml","artifactChecksum":"NWI0YTBkZDFkYWU1YWM1NTJmOTc5Yzk1OTlmYjllYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"34c1f364-8f32-4de8-9722-4b649d220508","artifactVersion":"1"},{"artifactName":"service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar","artifactChecksum":"MWJkNmQ4MzczZWUwZDdjNmUxMDM2Zjc2NzQ2MzBmYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2376af32-7161-4437-8deb-d21d3a3d99b8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:25:16.987Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:25:16.988Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:16.997Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:16.997Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:17.100Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:25:17.101Z||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.
2022-08-12T06:25:17.102Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:17.122Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:17.124Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:18.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:25:18.001Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:18.017Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:18.018Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:18.121Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-12T06:25:18.122Z||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.
2022-08-12T06:25:18.122Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:18.166Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:18.168Z||pool-52-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:19.052Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:25:19.053Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:19.063Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:19.063Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:19.160Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:25:19.162Z||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.
2022-08-12T06:25:19.162Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:19.184Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:19.185Z||pool-53-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:20.066Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:25:20.067Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:20.070Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:20.070Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:20.170Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:25:20.172Z||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.
2022-08-12T06:25:20.172Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:20.192Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:20.193Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:21.072Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:25:21.073Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:21.075Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:21.075Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:21.185Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-12T06:25:21.186Z||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.
2022-08-12T06:25:21.186Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:21.218Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:21.220Z||pool-55-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:22.079Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:25:22.089Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:22.095Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:22.095Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:22.204Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-08-12T06:25:22.205Z||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.
2022-08-12T06:25:22.205Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:22.223Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:22.224Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:23.097Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:25:23.098Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:23.102Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:23.103Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:25:23.211Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-12T06:25:23.213Z||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.
2022-08-12T06:25:23.213Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:23.241Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:23.242Z||pool-57-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:24.104Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:25:24.105Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:24.126Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:24.127Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:25:24.224Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:25:24.225Z||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.
2022-08-12T06:25:24.225Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:24.244Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:24.247Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:25.130Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "serviceName": "Demo_pNF_keOuYlqC8Orlc6rCKp6R",
  "serviceVersion": "1.0",
  "serviceUUID": "a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "257680f2-1483-4fdf-b131-1418c5e44933",
  "resources": [
    {
      "resourceInstanceName": "pNF 8fffcede-d753 0",
      "resourceCustomizationUUID": "12289c13-1526-4458-a56e-4c63936b1ea0",
      "resourceName": "pNF 8fffcede-d753",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ff0662e7-705f-425f-ab55-7ca5cd5ab0fb",
      "resourceInvariantUUID": "081bc91e-5e0d-4dcc-86aa-19d1de6528e2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
      "artifactChecksum": "MWJkNmQ4MzczZWUwZDdjNmUxMDM2Zjc2NzQ2MzBmYzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2376af32-7161-4437-8deb-d21d3a3d99b8"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:25:25.130Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:25:25.131Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14 ASDC
2022-08-12T06:25:25.131Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9716d3da-07c7-4457-ac2f-c0fa0479ecf6
ServiceName:Demo_pNF_keOuYlqC8Orlc6rCKp6R
ServiceVersion:1.0
ServiceUUID:a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14
ServiceInvariantUUID:257680f2-1483-4fdf-b131-1418c5e44933
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
ArtifactUUID:2376af32-7161-4437-8deb-d21d3a3d99b8
ArtifactChecksum:MWJkNmQ4MzczZWUwZDdjNmUxMDM2Zjc2NzQ2MzBmYzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8fffcede-d753 0
ResourceCustomizationUUID:12289c13-1526-4458-a56e-4c63936b1ea0
ResourceInvariantUUID:081bc91e-5e0d-4dcc-86aa-19d1de6528e2
ResourceName:pNF 8fffcede-d753
ResourceType:PNF
ResourceUUID:ff0662e7-705f-425f-ab55-7ca5cd5ab0fb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-12T06:25:25.134Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14 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 (?, ?, ?, ?, ?)
2022-08-12T06:25:25.269Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:25:25.271Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:25:25.271Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:25:25.271Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2376af32-7161-4437-8deb-d21d3a3d99b8 from URL: /sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:25.272Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:25:25.272Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:25.436Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:25:25.442Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar 2376af32-7161-4437-8deb-d21d3a3d99b8 87769
2022-08-12T06:25:25.443Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar ASDC sendASDCNotification
2022-08-12T06:25:25.443Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:25.443Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:25:25.443Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:25.447Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:25.448Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285525443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:25:25.556Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-12T06:25:25.557Z||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.
2022-08-12T06:25:25.557Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:25.588Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:25.590Z||pool-59-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:26.456Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:25:26.458Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:25:26.462Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2376af32-7161-4437-8deb-d21d3a3d99b8, URL: /sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar to file: /app/ASDC/1/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:26.462Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:26.463Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:26.463Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:26.866Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15305112664314794233/Definitions/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml
2022-08-12T06:25:28.702Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:25:28.703Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T06:25:28.704Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:28.704Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-12T06:25:28.704Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||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-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:28.704Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:28.704Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8fffcede-d753 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-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:28.704Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||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-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:28.704Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:28.705Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:28.705Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:28.705Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T06:25:28.705Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:25:28.705Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_keOuYlqC8Orlc6rCKp6R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:25:28.706Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Node template pNF 8fffcede-d753 0 is matching search criteria
2022-08-12T06:25:28.708Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T06:25:28.708Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8fffcede-d753 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:25:28.708Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:25:28.708Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_keOuYlqC8Orlc6rCKp6R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:25:28.709Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Node template pNF 8fffcede-d753 0 is matching search criteria
2022-08-12T06:25:28.709Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T06:25:28.709Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 8fffcede-d753 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:25:28.709Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:25:28.709Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_keOuYlqC8Orlc6rCKp6R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:25:28.709Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:25:28.710Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_keOuYlqC8Orlc6rCKp6R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:25:28.710Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:25:28.710Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_keOuYlqC8Orlc6rCKp6R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:25:28.711Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:25:28.711Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_keOuYlqC8Orlc6rCKp6R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:25:28.711Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:25:28.712Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_keOuYlqC8Orlc6rCKp6R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:25:28.718Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_keOuYlqC8Orlc6rCKp6R
Description:catalog service description
Model UUID:a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14
Model Version:NULL
Model InvariantUuid:257680f2-1483-4fdf-b131-1418c5e44933
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=?
2022-08-12T06:25:28.783Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: ff0662e7-705f-425f-ab55-7ca5cd5ab0fb
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=?
2022-08-12T06:25:28.802Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||pNF 8fffcede-d753 0
2022-08-12T06:25:28.802Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ff0662e7-705f-425f-ab55-7ca5cd5ab0fb
2022-08-12T06:25:28.804Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||No resources found for Service: a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14
2022-08-12T06:25:28.804Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14
2022-08-12T06:25:28.804Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8fffcede-d753 0 ff0662e7-705f-425f-ab55-7ca5cd5ab0fb 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=?
2022-08-12T06:25:28.856Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40fdb289, org.onap.sdc.toscaparser.api.parameters.Input@344c498a, org.onap.sdc.toscaparser.api.parameters.Input@28593b01, org.onap.sdc.toscaparser.api.parameters.Input@16447cc4, org.onap.sdc.toscaparser.api.parameters.Input@3b00ed7f]
2022-08-12T06:25:28.856Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:25:28.857Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_keOuYlqC8Orlc6rCKp6R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:25:28.857Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14: pNF 8fffcede-d753
2022-08-12T06:25:28.857Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||Processing PNF resource: ff0662e7-705f-425f-ab55-7ca5cd5ab0fb
2022-08-12T06:25:28.857Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:25:28.857Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_keOuYlqC8Orlc6rCKp6R is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:25:28.858Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||Resource customization UUID: 12289c13-1526-4458-a56e-4c63936b1ea0 is the same as notified resource customizationUUID: 12289c13-1526-4458-a56e-4c63936b1ea0
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 (?, ?)
2022-08-12T06:25:29.008Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8fffcede-d753 ff0662e7-705f-425f-ab55-7ca5cd5ab0fb 0 ASDC deployResourceStructure
2022-08-12T06:25:29.008Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar ASDC sendASDCNotification
2022-08-12T06:25:29.008Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar
2022-08-12T06:25:29.009Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:25:29.009Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:25:29.012Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:25:29.016Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285529008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:25:29.112Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-12T06:25:29.113Z||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.
2022-08-12T06:25:29.113Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:25:29.152Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:25:29.153Z||pool-60-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:25:30.017Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:25:30.090Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:25:30.101Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:25:30.102Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:25:30.102Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:26:00.102Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:26:00.134Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:26:00.149Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:26:00.149Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:26:00.149Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:26:16.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:26:16.324Z||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.
2022-08-12T06:26:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:26:16.365Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:26:16.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:26:16.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285514084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:26:16.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:26:30.150Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:26:30.198Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:26:30.211Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:26:30.212Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:26:30.212Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:27:00.212Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:27:00.237Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:27:00.242Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:27:00.243Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:27:00.243Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:27:16.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:27:16.324Z||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.
2022-08-12T06:27:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:27:16.351Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:27:16.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:27:16.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285515266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:27:16.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:27:30.244Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:27:30.258Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:27:30.261Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:27:30.261Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:27:30.261Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:28:00.262Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:28:00.286Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:28:00.296Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:28:00.296Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:28:00.296Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:28:16.323Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:28:16.324Z||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.
2022-08-12T06:28:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:28:16.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:28:16.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.381Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285514084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285515266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.382Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.382Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.382Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285514084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.383Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285515266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.383Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.383Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285518832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.384Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.384Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285514084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.384Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285518908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285515266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.385Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285518832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285519566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.386Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.386Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.386Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285514084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285518908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.387Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285515266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.387Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.387Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285518832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.388Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285519566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.388Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.388Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285514084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285518908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.389Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.389Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285515266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.389Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.390Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.390Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285518832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.390Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285519566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285518908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.391Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.391Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.391Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285523002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.392Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285515266,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.392Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.392Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.392Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285518832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285519566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.393Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285518908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.393Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.393Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "cds",
  "timestamp": 1660285524008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-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=?
2022-08-12T06:28:16.404Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
2022-08-12T06:28:16.404Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9716d3da-07c7-4457-ac2f-c0fa0479ecf6 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285516316,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.415Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285518832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.416Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285519566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.416Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.416Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285518908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.417Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285518832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.417Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.417Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285519566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285524618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.418Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.418Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.418Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285525443,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.419Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285518908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.419Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.419Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.419Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285518832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285519566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.420Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.420Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285524618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.420Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285518908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.421Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285519566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.421Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.421Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285524618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.422Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285527655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.422Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.422Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285528068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.422Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285524618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.423Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285528660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:28:16.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285528473,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.423Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285529008,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:28:16.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285524618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.424Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.424Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.424Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "policy-id",
  "timestamp": 1660285529663,
  "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=?
2022-08-12T06:28:16.431Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
2022-08-12T06:28:16.432Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9716d3da-07c7-4457-ac2f-c0fa0479ecf6 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285529682,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:28:16.450Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285524618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285530687,
  "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=?
2022-08-12T06:28:16.457Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
2022-08-12T06:28:16.458Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9716d3da-07c7-4457-ac2f-c0fa0479ecf6 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285531055,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:28:16.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285524618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285532065,
  "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=?
2022-08-12T06:28:16.482Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
2022-08-12T06:28:16.482Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9716d3da-07c7-4457-ac2f-c0fa0479ecf6 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.497Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.497Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285524618,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.497Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285532327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285532327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.498Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.498Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285532327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285532327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.499Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285532327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.499Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285532327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/resourceInstances/pnf8fffceded7530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285532327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285532327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285540247,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285541137,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285543251,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "clamp",
  "timestamp": 1660285544260,
  "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=?
2022-08-12T06:28:16.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
2022-08-12T06:28:16.508Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9716d3da-07c7-4457-ac2f-c0fa0479ecf6 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285546559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfKeouylqc8orlc6rckp6r/1.0/artifacts/service-DemoPnfKeouylqc8orlc6rckp6r-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:28:16.521Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "aai-ml",
  "timestamp": 1660285547563,
  "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=?
2022-08-12T06:28:16.531Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
2022-08-12T06:28:16.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9716d3da-07c7-4457-ac2f-c0fa0479ecf6 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "cds",
  "timestamp": 1660285544084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285548908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "cds",
  "timestamp": 1660285544084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285548908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "cds",
  "timestamp": 1660285544084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285548908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "cds",
  "timestamp": 1660285544084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285548908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "cds",
  "timestamp": 1660285544084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.559Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285548908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "cds",
  "timestamp": 1660285544084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285548908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "cds",
  "timestamp": 1660285544084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285548908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "cds",
  "timestamp": 1660285559714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285559527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.565Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.566Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.566Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.566Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.567Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.567Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.567Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "cds",
  "timestamp": 1660285560720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-12T06:28:16.602Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 321335d0-dd02-4380-a31b-5cbfb92c32e4
2022-08-12T06:28:16.602Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 321335d0-dd02-4380-a31b-5cbfb92c32e4 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.613Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.613Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.614Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.614Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.614Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.615Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.615Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.615Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.616Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285561724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.616Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.616Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.617Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.617Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.617Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.618Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.618Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.618Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285561724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.621Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.621Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.621Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285563196,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285563373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:28:16.622Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285561724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.623Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.624Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.624Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285564328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.624Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.624Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.625Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285564385,
  "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=?
2022-08-12T06:28:16.632Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 321335d0-dd02-4380-a31b-5cbfb92c32e4
2022-08-12T06:28:16.632Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 321335d0-dd02-4380-a31b-5cbfb92c32e4 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285561724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.644Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285565406,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.646Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.646Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.646Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.646Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285561724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.647Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285566652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.647Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.647Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.647Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285566471,
  "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=?
2022-08-12T06:28:16.655Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 321335d0-dd02-4380-a31b-5cbfb92c32e4
2022-08-12T06:28:16.656Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 321335d0-dd02-4380-a31b-5cbfb92c32e4 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.673Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.674Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.674Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.674Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285561724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.675Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.675Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.675Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285567656,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:28:16.675Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285567476,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:28:16.676Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.676Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.676Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.676Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285561724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.677Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.677Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.677Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "policy-id",
  "timestamp": 1660285568659,
  "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=?
2022-08-12T06:28:16.688Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 321335d0-dd02-4380-a31b-5cbfb92c32e4
2022-08-12T06:28:16.689Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 321335d0-dd02-4380-a31b-5cbfb92c32e4 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=?
2022-08-12T06:28:16.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.698Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.698Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.698Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285561724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.699Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285570100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285561724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.700Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285571373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.701Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.702Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.702Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.702Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "cds",
  "timestamp": 1660285572381,
  "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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.721Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3656745b-9fc4-4f41-a812-aa04289328e8
2022-08-12T06:28:16.722Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3656745b-9fc4-4f41-a812-aa04289328e8 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 (?, ?, ?, ?, ?)
2022-08-12T06:28:16.734Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.734Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.735Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.735Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.735Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.736Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.736Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.736Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285575261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285559565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:28:16.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:28:16.739Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:28:30.297Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:28:30.317Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:28:30.324Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:28:30.325Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:28:30.325Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:28:30.326Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:28:30.326Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:28:30.327Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:28:30.327Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:28:30.327Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:28:30.328Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:28:30.328Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:28:30.329Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:28:30.329Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T06:28:30.354Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:29:00.355Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6 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=?
2022-08-12T06:29:00.396Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9716d3da-07c7-4457-ac2f-c0fa0479ecf6 and serviceModelVersionId: a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14
2022-08-12T06:29:00.396Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 257680f2-1483-4fdf-b131-1418c5e44933
2022-08-12T06:29:00.398Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/257680f2-1483-4fdf-b131-1418c5e44933/model-vers/model-ver/a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14?depth=0
2022-08-12T06:29:00.413Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:29:00.632Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257680f2-1483-4fdf-b131-1418c5e44933/model-vers/model-ver/a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14?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]}
2022-08-12T06:29:00.635Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257680f2-1483-4fdf-b131-1418c5e44933/model-vers/model-ver/a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14?depth=0|INFO|500||Invoke
2022-08-12T06:29:00.735Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257680f2-1483-4fdf-b131-1418c5e44933/model-vers/model-ver/a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:29:00.880Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257680f2-1483-4fdf-b131-1418c5e44933/model-vers/model-ver/a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14?depth=0|INFO|500||InvokeReturn
2022-08-12T06:29:00.882Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/257680f2-1483-4fdf-b131-1418c5e44933/model-vers/model-ver/a4e2740b-8c8c-4fc6-81c9-8cc5fa294d14?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220812-06:29:00:116-92819], vertex-id=[430280], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:29:00 GMT], Content-Type=[application/json]}
2022-08-12T06:29:00.882Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:29:00.882Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:29:00.883Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-12T06:29:00.898Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T06:29:00.901Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9716d3da-07c7-4457-ac2f-c0fa0479ecf6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:29:00.902Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:29:00.903Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:00.909Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:00.916Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285740901,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:29:01.012Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-12T06:29:01.013Z||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.
2022-08-12T06:29:01.014Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:01.040Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:01.041Z||pool-61-thread-1|||||INFO|500||cambria reply ok (29 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=?
2022-08-12T06:29:01.953Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:29:01.954Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:29:01.956Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:06.368Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:06.370Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-12T06:29:06.371Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"321335d0-dd02-4380-a31b-5cbfb92c32e4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3afe5cbf-e42c-4fda-9124-16749c0fb132","serviceDescription":"service","serviceInvariantUUID":"4e619fbc-c29c-426f-86f4-428bf880cc46","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f6ed041-783f-420c-97af-2051355570c9","resourceInvariantUUID":"832563a5-f36a-4772-b017-f9e76f7f1333","resourceCustomizationUUID":"f9a102fc-f1da-4905-af7a-2b6158cacc84","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":"YzRkODNhNTI5YmY3NDU1NmFmZDg1Y2JmZGIxZGZjNjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7011418-290a-4272-bea9-0744e053fa1a","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":"MzBjN2U5ZDI2ZWY0N2I3Y2ZiNDk0MzZjNDRkZWU4ZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c6dd464-1f99-4991-b483-72877d3bacc7","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":"2c823656-cbe4-4d86-8f75-98d97636cda2","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":"6b92809b-2d5e-4066-b6c5-7fb07ca6aa52","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":"98cd2c4a-2c09-4b6a-9c14-409531ee95cf","artifactVersion":"2","generatedFromUUID":"2c823656-cbe4-4d86-8f75-98d97636cda2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"M2MxMTE1NTZmNGQ0ZmZhZWYzZGQwMmE3YzBiMTM3MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2364391d-3436-4efa-84db-0239f182ed65","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MGZkMzNiNDUyZjdjYWRkYzhlNzA2NTUwNDNlNmEyYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"08c13319-a384-4409-8647-b387a6bdd09c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:29:06.376Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:06.376Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:06.381Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:06.382Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:06.484Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:29:06.485Z||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.
2022-08-12T06:29:06.486Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:06.517Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:06.521Z||pool-62-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:07.384Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:07.388Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:07.398Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:07.401Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:29:07.498Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:29:07.500Z||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.
2022-08-12T06:29:07.500Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:07.515Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:07.515Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:29:08.402Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:08.403Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:08.414Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:08.415Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:29:08.507Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-08-12T06:29:08.508Z||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.
2022-08-12T06:29:08.508Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:08.524Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:08.525Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:09.418Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:09.419Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:09.423Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:09.424Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:09.524Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:29:09.526Z||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.
2022-08-12T06:29:09.526Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:09.553Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:09.554Z||pool-65-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:29:10.425Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:10.426Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:10.429Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:10.429Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-12T06:29:10.529Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:29:10.530Z||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.
2022-08-12T06:29:10.531Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:10.562Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:10.564Z||pool-66-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:11.431Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:11.433Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:11.438Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:11.438Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:11.538Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:29:11.539Z||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.
2022-08-12T06:29:11.540Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:11.565Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:11.565Z||pool-67-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:12.439Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:12.440Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:12.443Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:12.444Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:29:12.544Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:29:12.545Z||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.
2022-08-12T06:29:12.545Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:12.571Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:12.572Z||pool-68-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:13.447Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "3afe5cbf-e42c-4fda-9124-16749c0fb132",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e619fbc-c29c-426f-86f4-428bf880cc46",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "f9a102fc-f1da-4905-af7a-2b6158cacc84",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9f6ed041-783f-420c-97af-2051355570c9",
      "resourceInvariantUUID": "832563a5-f36a-4772-b017-f9e76f7f1333",
      "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": "MzBjN2U5ZDI2ZWY0N2I3Y2ZiNDk0MzZjNDRkZWU4ZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c6dd464-1f99-4991-b483-72877d3bacc7",
          "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": "2c823656-cbe4-4d86-8f75-98d97636cda2",
          "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": "98cd2c4a-2c09-4b6a-9c14-409531ee95cf",
            "generatedFromUUID": "2c823656-cbe4-4d86-8f75-98d97636cda2"
          },
          "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": "98cd2c4a-2c09-4b6a-9c14-409531ee95cf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MGZkMzNiNDUyZjdjYWRkYzhlNzA2NTUwNDNlNmEyYzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "08c13319-a384-4409-8647-b387a6bdd09c"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:29:13.452Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:29:13.453Z|9716d3da-07c7-4457-ac2f-c0fa0479ecf6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3afe5cbf-e42c-4fda-9124-16749c0fb132 ASDC
2022-08-12T06:29:13.454Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:321335d0-dd02-4380-a31b-5cbfb92c32e4
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:3afe5cbf-e42c-4fda-9124-16749c0fb132
ServiceInvariantUUID:4e619fbc-c29c-426f-86f4-428bf880cc46
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:08c13319-a384-4409-8647-b387a6bdd09c
ArtifactChecksum:MGZkMzNiNDUyZjdjYWRkYzhlNzA2NTUwNDNlNmEyYzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:f9a102fc-f1da-4905-af7a-2b6158cacc84
ResourceInvariantUUID:832563a5-f36a-4772-b017-f9e76f7f1333
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:9f6ed041-783f-420c-97af-2051355570c9
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:3c6dd464-1f99-4991-b483-72877d3bacc7
ArtifactChecksum:MzBjN2U5ZDI2ZWY0N2I3Y2ZiNDk0MzZjNDRkZWU4ZWE=
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:2c823656-cbe4-4d86-8f75-98d97636cda2
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:98cd2c4a-2c09-4b6a-9c14-409531ee95cf
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:98cd2c4a-2c09-4b6a-9c14-409531ee95cf
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-12T06:29:13.456Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3afe5cbf-e42c-4fda-9124-16749c0fb132 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=?
2022-08-12T06:29:13.518Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:29:13.521Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:29:13.521Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:29:13.522Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 08c13319-a384-4409-8647-b387a6bdd09c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-12T06:29:13.522Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:29:13.523Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-12T06:29:13.692Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:29:13.697Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 08c13319-a384-4409-8647-b387a6bdd09c 74734
2022-08-12T06:29:13.698Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-12T06:29:13.698Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-12T06:29:13.699Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:29:13.699Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:13.705Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:13.705Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285753698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:13.803Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:29:13.804Z||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.
2022-08-12T06:29:13.804Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:13.820Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:13.821Z||pool-69-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:14.706Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:29:14.710Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:29:14.711Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 08c13319-a384-4409-8647-b387a6bdd09c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:14.711Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-08-12T06:29:14.712Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:14.712Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:14.973Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1893863971494374910/Definitions/service-BasicVm-template.yml
2022-08-12T06:29:16.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:29:16.323Z||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.
2022-08-12T06:29:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:16.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:16.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285555264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:29:16.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285558832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:29:16.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285577714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:16.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285578144,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:16.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285578260,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:16.359Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285578822,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:16.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285578803,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:16.361Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "aai-ml",
  "timestamp": 1660285579150,
  "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=?
2022-08-12T06:29:16.374Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 321335d0-dd02-4380-a31b-5cbfb92c32e4
2022-08-12T06:29:16.375Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 321335d0-dd02-4380-a31b-5cbfb92c32e4 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 (?, ?, ?, ?, ?)
2022-08-12T06:29:16.385Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.385Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "clamp",
  "timestamp": 1660285579264,
  "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=?
2022-08-12T06:29:16.391Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 321335d0-dd02-4380-a31b-5cbfb92c32e4
2022-08-12T06:29:16.392Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 321335d0-dd02-4380-a31b-5cbfb92c32e4 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 (?, ?, ?, ?, ?)
2022-08-12T06:29:16.403Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285578908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.404Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.404Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.404Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285579827,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:16.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.405Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285579907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:16.405Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.405Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.406Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.406Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.406Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.407Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.407Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285578908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.407Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.408Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.408Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "policy-id",
  "timestamp": 1660285580829,
  "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=?
2022-08-12T06:29:16.416Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3656745b-9fc4-4f41-a812-aa04289328e8
2022-08-12T06:29:16.417Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3656745b-9fc4-4f41-a812-aa04289328e8 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 (?, ?, ?, ?, ?)
2022-08-12T06:29:16.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.429Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285581141,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:16.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.430Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.430Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.430Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285578908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.431Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.431Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.431Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.432Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285582416,
  "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=?
2022-08-12T06:29:16.444Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3656745b-9fc4-4f41-a812-aa04289328e8
2022-08-12T06:29:16.444Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3656745b-9fc4-4f41-a812-aa04289328e8 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=?
2022-08-12T06:29:16.471Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.471Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285578908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.472Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.472Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.472Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.473Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:29:16.473Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.473Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.474Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285583429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:16.474Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.474Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285578908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.475Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.475Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.475Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.476Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.477Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285578908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.478Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285578908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.481Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285578908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.483Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.483Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:16.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285578908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:29:16.484Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.484Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.484Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285562327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:29:16.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.485Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285554618,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:29:16.485Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:29:16.485Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285588836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:16.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285589370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:16.486Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.487Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285592176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:16.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285593187,
  "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=?
2022-08-12T06:29:16.498Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3656745b-9fc4-4f41-a812-aa04289328e8
2022-08-12T06:29:16.499Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3656745b-9fc4-4f41-a812-aa04289328e8 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 (?, ?, ?, ?, ?)
2022-08-12T06:29:16.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285594270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:16.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285596274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:16.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285597131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:16.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:29:16.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "clamp",
  "timestamp": 1660285597280,
  "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=?
2022-08-12T06:29:16.535Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3656745b-9fc4-4f41-a812-aa04289328e8
2022-08-12T06:29:16.536Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3656745b-9fc4-4f41-a812-aa04289328e8 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 (?, ?, ?, ?, ?)
2022-08-12T06:29:16.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-08-12T06:29:16.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "aai-ml",
  "timestamp": 1660285598135,
  "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=?
2022-08-12T06:29:16.580Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3656745b-9fc4-4f41-a812-aa04289328e8
2022-08-12T06:29:16.581Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3656745b-9fc4-4f41-a812-aa04289328e8 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 (?, ?, ?, ?, ?)
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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-12T06:29:16.975Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:29:16.976Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T06:29:16.976Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:16.976Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-12T06:29:16.976Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:16.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:16.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:16.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:16.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:16.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:16.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-08-12T06:29:16.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T06:29:16.978Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.982Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:16.986Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-12T06:29:16.986Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T06:29:16.987Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:29:16.987Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.987Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:16.988Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-12T06:29:16.988Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T06:29:16.988Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:29:16.988Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.988Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:16.989Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.989Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-12T06:29:16.989Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-12T06:29:16.989Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-12T06:29:16.989Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-12T06:29:16.990Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-12T06:29:16.990Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:29:16.990Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.990Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:29:16.991Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.991Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-12T06:29:16.991Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:29:16.991Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.992Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-12T06:29:16.992Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:29:16.992Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.992Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-12T06:29:16.992Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:29:16.993Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.993Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-12T06:29:16.993Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-12T06:29:16.993Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-12T06:29:16.993Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1e5c4686-cbd3-4d7b-a80d-e5f54ad64909
2022-08-12T06:29:16.994Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.994Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:16.994Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.994Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:16.994Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.994Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:16.995Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:16.995Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:16.995Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:3afe5cbf-e42c-4fda-9124-16749c0fb132
Model Version:NULL
Model InvariantUuid:4e619fbc-c29c-426f-86f4-428bf880cc46
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a01aed74-15a8-4c0a-b6ef-7259b203994c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:832563a5-f36a-4772-b017-f9e76f7f1333
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:f9a102fc-f1da-4905-af7a-2b6158cacc84
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:73ec657d-c385-4955-8b30-fb0b86da77c2
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:a1dbeb5e-e0df-4970-a528-964a59e84360
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1e5c4686-cbd3-4d7b-a80d-e5f54ad64909
ModelInvariantUuid:bd8c245a-fde1-45b6-928b-a3a9dfda9caa
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:347ff7d3-cfc2-481d-b557-175ee1a7014b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:06bcb0df-967d-4c17-8d3a-dc43584cf13c
ModelInvariantUuid:db2513a2-ff67-4938-8119-f912002861cc
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:41445fb1-745c-4312-aa03-1db72132d0c2
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=?
2022-08-12T06:29:17.005Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f6ed041-783f-420c-97af-2051355570c9
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=?
2022-08-12T06:29:17.009Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||basic_vm 0
2022-08-12T06:29:17.010Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f6ed041-783f-420c-97af-2051355570c9
2022-08-12T06:29:17.010Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3c6dd464-1f99-4991-b483-72877d3bacc7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-12T06:29:17.010Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:29:17.010Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-12T06:29:17.114Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:29:17.115Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 3c6dd464-1f99-4991-b483-72877d3bacc7 787
2022-08-12T06:29:17.115Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-12T06:29:17.116Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-12T06:29:17.116Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:29:17.116Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:17.118Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:17.118Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285757115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:17.218Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:29:17.220Z||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.
2022-08-12T06:29:17.220Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:17.248Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:17.249Z||pool-70-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:18.120Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "73ec657d-c385-4955-8b30-fb0b86da77c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1dbeb5e-e0df-4970-a528-964a59e84360",
    "vfModuleModelCustomizationUUID": "261c0e58-7822-40e7-b223-325339fc2d90",
    "isBase": true,
    "artifacts": [
      "2c823656-cbe4-4d86-8f75-98d97636cda2",
      "98cd2c4a-2c09-4b6a-9c14-409531ee95cf"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:29:18.126Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1dbeb5e-e0df-4970-a528-964a59e84360
VfModuleModelInvariantUUID:73ec657d-c385-4955-8b30-fb0b86da77c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c823656-cbe4-4d86-8f75-98d97636cda2
,
98cd2c4a-2c09-4b6a-9c14-409531ee95cf

}
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


}

2022-08-12T06:29:18.142Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "73ec657d-c385-4955-8b30-fb0b86da77c2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a1dbeb5e-e0df-4970-a528-964a59e84360",
    "vfModuleModelCustomizationUUID": "261c0e58-7822-40e7-b223-325339fc2d90",
    "isBase": true,
    "artifacts": [
      "2c823656-cbe4-4d86-8f75-98d97636cda2",
      "98cd2c4a-2c09-4b6a-9c14-409531ee95cf"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:29:18.143Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a1dbeb5e-e0df-4970-a528-964a59e84360
VfModuleModelInvariantUUID:73ec657d-c385-4955-8b30-fb0b86da77c2
VfModuleModelDescription:NULL
Artifacts UUID List:{
2c823656-cbe4-4d86-8f75-98d97636cda2
,
98cd2c4a-2c09-4b6a-9c14-409531ee95cf

}
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


}

2022-08-12T06:29:18.143Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2c823656-cbe4-4d86-8f75-98d97636cda2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-12T06:29:18.143Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:29:18.143Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-12T06:29:18.285Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:29:18.286Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2c823656-cbe4-4d86-8f75-98d97636cda2 5033
2022-08-12T06:29:18.286Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-12T06:29:18.286Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-12T06:29:18.286Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:29:18.286Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:18.289Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:18.289Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285758286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:18.390Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:29:18.391Z||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.
2022-08-12T06:29:18.391Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:18.415Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:18.416Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:29:19.292Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 98cd2c4a-2c09-4b6a-9c14-409531ee95cf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-12T06:29:19.292Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:29:19.293Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-12T06:29:19.367Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:29:19.368Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 98cd2c4a-2c09-4b6a-9c14-409531ee95cf 903
2022-08-12T06:29:19.369Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-12T06:29:19.369Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-12T06:29:19.369Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:29:19.370Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:19.376Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:19.376Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285759369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:29:19.473Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:29:19.475Z||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.
2022-08-12T06:29:19.475Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:19.493Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:19.494Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:29:20.377Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3afe5cbf-e42c-4fda-9124-16749c0fb132
2022-08-12T06:29:20.378Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 9f6ed041-783f-420c-97af-2051355570c9 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=?
2022-08-12T06:29:20.459Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@766f133c, org.onap.sdc.toscaparser.api.parameters.Input@6633d722, org.onap.sdc.toscaparser.api.parameters.Input@5b2809ab, org.onap.sdc.toscaparser.api.parameters.Input@6ba74109, org.onap.sdc.toscaparser.api.parameters.Input@655f49b2]
2022-08-12T06:29:20.464Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.465Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:20.468Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-08-12T06:29:20.469Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= f9a102fc-f1da-4905-af7a-2b6158cacc84
2022-08-12T06:29:20.470Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f9a102fc-f1da-4905-af7a-2b6158cacc84 matches Tosca VF Customization UUID: f9a102fc-f1da-4905-af7a-2b6158cacc84
2022-08-12T06:29:20.470Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: f9a102fc-f1da-4905-af7a-2b6158cacc84  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=?
2022-08-12T06:29:20.481Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.483Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:20.485Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id f9a102fc-f1da-4905-af7a-2b6158cacc84: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T06:29:20.485Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@57ad8979
2022-08-12T06:29:20.485Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.485Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:29:20.486Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 261c0e58-7822-40e7-b223-325339fc2d90
2022-08-12T06:29:20.486Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 261c0e58-7822-40e7-b223-325339fc2d90
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=?
2022-08-12T06:29:20.491Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.492Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-12T06:29:20.492Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:29:20.493Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.494Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-12T06:29:20.500Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:29:20.500Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.501Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-08-12T06:29:20.501Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-12T06:29:20.501Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-12T06:29:20.502Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1e5c4686-cbd3-4d7b-a80d-e5f54ad64909
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=?
2022-08-12T06:29:20.518Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.519Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-12T06:29:20.519Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:29:20.520Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.521Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-08-12T06:29:20.521Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=f9a102fc-f1da-4905-af7a-2b6158cacc84
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=?
2022-08-12T06:29:20.535Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.536Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:20.537Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3afe5cbf-e42c-4fda-9124-16749c0fb132: basic_vm
2022-08-12T06:29:20.537Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.537Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:20.538Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.538Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:20.538Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.538Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:20.539Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.540Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:20.542Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:29:20.543Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:29:20.543Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-12T06:29:20.860Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 9f6ed041-783f-420c-97af-2051355570c9 1 ASDC deployResourceStructure
2022-08-12T06:29:20.861Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-08-12T06:29:20.862Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-08-12T06:29:20.862Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:29:20.862Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:20.866Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:20.867Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285760861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:20.970Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-12T06:29:20.971Z||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.
2022-08-12T06:29:20.972Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:21.004Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:21.008Z||pool-73-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:21.868Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-08-12T06:29:21.869Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-08-12T06:29:21.869Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:29:21.870Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:21.872Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:21.873Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285761868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:21.973Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:29:21.974Z||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.
2022-08-12T06:29:21.974Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:21.990Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:21.991Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:29:22.874Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-08-12T06:29:22.874Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-08-12T06:29:22.875Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:29:22.876Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:22.924Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:22.928Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285762873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:23.009Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-08-12T06:29:23.010Z||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.
2022-08-12T06:29:23.011Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:23.036Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:23.037Z||pool-75-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:23.937Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-08-12T06:29:23.940Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-08-12T06:29:23.940Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:29:23.941Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:23.946Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:23.947Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285763929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:29:24.051Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-12T06:29:24.053Z||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.
2022-08-12T06:29:24.053Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:24.096Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:24.097Z||pool-76-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:29:24.948Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 321335d0-dd02-4380-a31b-5cbfb92c32e4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:29:24.969Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 321335d0-dd02-4380-a31b-5cbfb92c32e4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:29:24.973Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:29:24.974Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:29:24.974Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:29:24.975Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:29:24.975Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:29:24.976Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:29:24.976Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:29:24.976Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:29:24.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:29:24.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:29:24.977Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T06:29:25.023Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:29:55.026Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 321335d0-dd02-4380-a31b-5cbfb92c32e4 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=?
2022-08-12T06:29:55.043Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 321335d0-dd02-4380-a31b-5cbfb92c32e4 and serviceModelVersionId: 3afe5cbf-e42c-4fda-9124-16749c0fb132
2022-08-12T06:29:55.044Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e619fbc-c29c-426f-86f4-428bf880cc46
2022-08-12T06:29:55.045Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e619fbc-c29c-426f-86f4-428bf880cc46/model-vers/model-ver/3afe5cbf-e42c-4fda-9124-16749c0fb132?depth=0
2022-08-12T06:29:55.050Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:29:55.123Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e619fbc-c29c-426f-86f4-428bf880cc46/model-vers/model-ver/3afe5cbf-e42c-4fda-9124-16749c0fb132?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]}
2022-08-12T06:29:55.125Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e619fbc-c29c-426f-86f4-428bf880cc46/model-vers/model-ver/3afe5cbf-e42c-4fda-9124-16749c0fb132?depth=0|INFO|500||Invoke
2022-08-12T06:29:55.152Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e619fbc-c29c-426f-86f4-428bf880cc46/model-vers/model-ver/3afe5cbf-e42c-4fda-9124-16749c0fb132?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:29:55.296Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e619fbc-c29c-426f-86f4-428bf880cc46/model-vers/model-ver/3afe5cbf-e42c-4fda-9124-16749c0fb132?depth=0|INFO|500||InvokeReturn
2022-08-12T06:29:55.297Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e619fbc-c29c-426f-86f4-428bf880cc46/model-vers/model-ver/3afe5cbf-e42c-4fda-9124-16749c0fb132?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220812-06:29:54:521-72064], vertex-id=[270392], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:29:54 GMT], Content-Type=[application/json]}
2022-08-12T06:29:55.298Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:29:55.298Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:29:55.298Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-12T06:29:55.308Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T06:29:55.309Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 321335d0-dd02-4380-a31b-5cbfb92c32e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:29:55.309Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:29:55.310Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:55.312Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:55.313Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285795309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:29:55.413Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:29:55.414Z||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.
2022-08-12T06:29:55.414Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:55.442Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:55.443Z||pool-77-thread-1|||||INFO|500||cambria reply ok (30 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=?
2022-08-12T06:29:56.338Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-12T06:29:56.339Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"3656745b-9fc4-4f41-a812-aa04289328e8","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b890e593-bedc-4c85-9bff-d89a2dd4c4f5","serviceDescription":"service","serviceInvariantUUID":"dd66f928-2290-473f-b5c7-b4f86bd62ca5","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9b576a41-7b02-4e36-a596-df5d830d091d","resourceInvariantUUID":"ca152fae-dbe8-4abf-b1b9-1ec3b19fc2a0","resourceCustomizationUUID":"97ac7bf3-e807-486e-9e0b-bcf41c25df94","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":"YTBkZWQyNGY1YWFiOGI3MjE3NDhhZTMwZDE0M2RjNmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7e8b765-fa42-4c1c-81d9-f84efd158023","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":"0728bfca-cc59-4bdc-ad06-631d465814bd","artifactVersion":"2","generatedFromUUID":"2332f65c-71bb-4eac-b50c-05359dfa39ab"},{"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":"2332f65c-71bb-4eac-b50c-05359dfa39ab","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":"MDMxNTU0ZjI3YmEyZjEyM2EzOGM4MDRlNjI4NGQ4YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"311684b9-1ff9-4e5e-a7d3-fe36031c4eb5","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":"1d67094e-05ce-43e1-b6fa-0c19718eaf7e","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":"417f1e44-b213-4b05-a31b-6f203b204070","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":"bb1b86cc-7e37-4324-bf3e-f17721233f24","artifactVersion":"2","generatedFromUUID":"1d67094e-05ce-43e1-b6fa-0c19718eaf7e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MWYzZmYxYTJmODgwMjU1NzRiZDhkZDA3YmI5ZWZjNWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae410e7c-c5cb-44d5-bfe7-7b9b0032e912","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzQzNDFlMDM1ZjhkNzVmZTVmNWMyMTA2MDM5YWU1NjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2ec9a741-4772-4a16-912d-9e2ad685da16","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:29:56.340Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:56.340Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:56.344Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:56.344Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:29:56.443Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:29:56.445Z||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.
2022-08-12T06:29:56.445Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:56.470Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:56.471Z||pool-78-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:57.345Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:57.347Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:57.350Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:57.350Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-12T06:29:57.450Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:29:57.451Z||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.
2022-08-12T06:29:57.452Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:57.472Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:57.473Z||pool-79-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:29:58.356Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:58.361Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:58.366Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:58.366Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-12T06:29:58.466Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:29:58.467Z||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.
2022-08-12T06:29:58.467Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:58.485Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:58.486Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:29:59.369Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:29:59.370Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:29:59.374Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:29:59.374Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:29:59.473Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:29:59.474Z||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.
2022-08-12T06:29:59.474Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:29:59.489Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:29:59.490Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:00.374Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:00.375Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:00.382Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:00.383Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:30:00.479Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:30:00.480Z||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.
2022-08-12T06:30:00.480Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:00.494Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:00.496Z||pool-82-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:01.384Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:01.384Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:01.414Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:01.414Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:01.504Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-08-12T06:30:01.505Z||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.
2022-08-12T06:30:01.505Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:01.526Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:01.529Z||pool-83-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:02.419Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:02.419Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:02.436Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:02.436Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-12T06:30:02.535Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:30:02.536Z||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.
2022-08-12T06:30:02.536Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:02.568Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:02.569Z||pool-84-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:30:03.440Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:03.440Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:03.443Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:03.443Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:03.543Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:03.545Z||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.
2022-08-12T06:30:03.545Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:03.562Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:03.563Z||pool-85-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:04.446Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:04.446Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:04.449Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:04.449Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:30:04.549Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:04.550Z||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.
2022-08-12T06:30:04.550Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:04.566Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:04.567Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:05.451Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b890e593-bedc-4c85-9bff-d89a2dd4c4f5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd66f928-2290-473f-b5c7-b4f86bd62ca5",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "97ac7bf3-e807-486e-9e0b-bcf41c25df94",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9b576a41-7b02-4e36-a596-df5d830d091d",
      "resourceInvariantUUID": "ca152fae-dbe8-4abf-b1b9-1ec3b19fc2a0",
      "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": "0728bfca-cc59-4bdc-ad06-631d465814bd",
          "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": "2332f65c-71bb-4eac-b50c-05359dfa39ab",
          "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": "MDMxNTU0ZjI3YmEyZjEyM2EzOGM4MDRlNjI4NGQ4YzM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "311684b9-1ff9-4e5e-a7d3-fe36031c4eb5",
          "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": "1d67094e-05ce-43e1-b6fa-0c19718eaf7e",
          "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": "bb1b86cc-7e37-4324-bf3e-f17721233f24",
            "generatedFromUUID": "1d67094e-05ce-43e1-b6fa-0c19718eaf7e"
          },
          "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": "bb1b86cc-7e37-4324-bf3e-f17721233f24",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YzQzNDFlMDM1ZjhkNzVmZTVmNWMyMTA2MDM5YWU1NjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2ec9a741-4772-4a16-912d-9e2ad685da16"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:30:05.451Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:30:05.451Z|321335d0-dd02-4380-a31b-5cbfb92c32e4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b890e593-bedc-4c85-9bff-d89a2dd4c4f5 ASDC
2022-08-12T06:30:05.453Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:3656745b-9fc4-4f41-a812-aa04289328e8
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b890e593-bedc-4c85-9bff-d89a2dd4c4f5
ServiceInvariantUUID:dd66f928-2290-473f-b5c7-b4f86bd62ca5
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:2ec9a741-4772-4a16-912d-9e2ad685da16
ArtifactChecksum:YzQzNDFlMDM1ZjhkNzVmZTVmNWMyMTA2MDM5YWU1NjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:97ac7bf3-e807-486e-9e0b-bcf41c25df94
ResourceInvariantUUID:ca152fae-dbe8-4abf-b1b9-1ec3b19fc2a0
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:9b576a41-7b02-4e36-a596-df5d830d091d
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:0728bfca-cc59-4bdc-ad06-631d465814bd
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:2332f65c-71bb-4eac-b50c-05359dfa39ab
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:311684b9-1ff9-4e5e-a7d3-fe36031c4eb5
ArtifactChecksum:MDMxNTU0ZjI3YmEyZjEyM2EzOGM4MDRlNjI4NGQ4YzM=
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:1d67094e-05ce-43e1-b6fa-0c19718eaf7e
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:bb1b86cc-7e37-4324-bf3e-f17721233f24
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:bb1b86cc-7e37-4324-bf3e-f17721233f24
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-12T06:30:05.453Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b890e593-bedc-4c85-9bff-d89a2dd4c4f5 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=?
2022-08-12T06:30:05.540Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:30:05.554Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:30:05.554Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:30:05.564Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2ec9a741-4772-4a16-912d-9e2ad685da16 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-12T06:30:05.564Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:30:05.564Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-12T06:30:05.758Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:30:05.762Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2ec9a741-4772-4a16-912d-9e2ad685da16 73687
2022-08-12T06:30:05.762Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-12T06:30:05.762Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-12T06:30:05.763Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:30:05.763Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:05.767Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:05.767Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285805762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:05.868Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:30:05.869Z||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.
2022-08-12T06:30:05.869Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:05.888Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:05.889Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:06.768Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:30:06.769Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:30:06.769Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2ec9a741-4772-4a16-912d-9e2ad685da16, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-12T06:30:06.770Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-08-12T06:30:06.771Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-12T06:30:06.771Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-12T06:30:06.910Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8469033760776537358/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-08-12T06:30:08.641Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:30:08.642Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T06:30:08.642Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-12T06:30:08.642Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-12T06:30:08.642Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-12T06:30:08.642Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-12T06:30:08.642Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-12T06:30:08.642Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-08-12T06:30:08.643Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T06:30:08.643Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.643Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:08.643Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-12T06:30:08.643Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T06:30:08.643Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:30:08.644Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.644Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:08.644Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-12T06:30:08.644Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T06:30:08.644Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:30:08.644Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.645Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:08.645Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.645Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-12T06:30:08.645Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-08-12T06:30:08.646Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria
2022-08-12T06:30:08.646Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:30:08.646Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.646Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:30:08.646Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.647Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-12T06:30:08.647Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:30:08.647Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.647Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-12T06:30:08.648Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:30:08.648Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.648Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-12T06:30:08.648Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:30:08.649Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.649Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-12T06:30:08.649Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-12T06:30:08.649Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5b449262-3be3-468f-b069-997788e99fc3
2022-08-12T06:30:08.650Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.650Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:08.650Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.650Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:08.650Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.651Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:08.651Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:08.651Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:08.651Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b890e593-bedc-4c85-9bff-d89a2dd4c4f5
Model Version:NULL
Model InvariantUuid:dd66f928-2290-473f-b5c7-b4f86bd62ca5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:78647850-3c35-43e3-82de-17e2b9208bec
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ca152fae-dbe8-4abf-b1b9-1ec3b19fc2a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97ac7bf3-e807-486e-9e0b-bcf41c25df94
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0b9d38a4-46c6-490f-8876-a9f1994c5e4c
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:75b6e3eb-7a7d-4080-94cd-bafa1159c99a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5b449262-3be3-468f-b069-997788e99fc3
ModelInvariantUuid:8ea91c0d-7cf6-4398-8884-9c2a84c8a8bf
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:070995f1-516c-46fb-97c3-26c88e68b0a6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:4692545b-4f5f-487c-ae9f-b9f1227aee07
ModelInvariantUuid:169386f7-8fdc-4b41-97b4-a31d43b7eebf
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:935f51d8-5536-40d0-817a-8e7d769dd5d4
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=?
2022-08-12T06:30:08.680Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 9b576a41-7b02-4e36-a596-df5d830d091d
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=?
2022-08-12T06:30:08.689Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||basic_cnf 0
2022-08-12T06:30:08.689Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9b576a41-7b02-4e36-a596-df5d830d091d
2022-08-12T06:30:08.690Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0728bfca-cc59-4bdc-ad06-631d465814bd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-12T06:30:08.690Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:30:08.690Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-12T06:30:08.831Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:30:08.831Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 0728bfca-cc59-4bdc-ad06-631d465814bd 12
2022-08-12T06:30:08.832Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-12T06:30:08.832Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-08-12T06:30:08.832Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:30:08.833Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:08.835Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:08.835Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285808832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:08.935Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:08.937Z||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.
2022-08-12T06:30:08.937Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:08.982Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:08.982Z||pool-88-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:09.836Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2332f65c-71bb-4eac-b50c-05359dfa39ab from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-12T06:30:09.836Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:30:09.836Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-12T06:30:09.963Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:30:09.963Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2332f65c-71bb-4eac-b50c-05359dfa39ab 2688
2022-08-12T06:30:09.964Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-12T06:30:09.964Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-08-12T06:30:09.964Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:30:09.965Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:09.967Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:09.967Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285809964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:10.067Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:10.068Z||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.
2022-08-12T06:30:10.068Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:10.086Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:10.086Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:10.971Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 311684b9-1ff9-4e5e-a7d3-fe36031c4eb5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-12T06:30:10.971Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:30:10.971Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-12T06:30:11.021Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:30:11.021Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 311684b9-1ff9-4e5e-a7d3-fe36031c4eb5 828
2022-08-12T06:30:11.021Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-12T06:30:11.021Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-12T06:30:11.022Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:30:11.022Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:11.025Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:11.025Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285811021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:11.130Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-08-12T06:30:11.131Z||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.
2022-08-12T06:30:11.131Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:11.148Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:11.149Z||pool-90-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:12.026Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0b9d38a4-46c6-490f-8876-a9f1994c5e4c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75b6e3eb-7a7d-4080-94cd-bafa1159c99a",
    "vfModuleModelCustomizationUUID": "0a2b7035-a73a-470c-bb83-ab42af6554a1",
    "isBase": true,
    "artifacts": [
      "1d67094e-05ce-43e1-b6fa-0c19718eaf7e",
      "2332f65c-71bb-4eac-b50c-05359dfa39ab",
      "bb1b86cc-7e37-4324-bf3e-f17721233f24"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:30:12.031Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75b6e3eb-7a7d-4080-94cd-bafa1159c99a
VfModuleModelInvariantUUID:0b9d38a4-46c6-490f-8876-a9f1994c5e4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d67094e-05ce-43e1-b6fa-0c19718eaf7e
,
2332f65c-71bb-4eac-b50c-05359dfa39ab
,
bb1b86cc-7e37-4324-bf3e-f17721233f24

}
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


}

2022-08-12T06:30:12.033Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "0b9d38a4-46c6-490f-8876-a9f1994c5e4c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "75b6e3eb-7a7d-4080-94cd-bafa1159c99a",
    "vfModuleModelCustomizationUUID": "0a2b7035-a73a-470c-bb83-ab42af6554a1",
    "isBase": true,
    "artifacts": [
      "1d67094e-05ce-43e1-b6fa-0c19718eaf7e",
      "2332f65c-71bb-4eac-b50c-05359dfa39ab",
      "bb1b86cc-7e37-4324-bf3e-f17721233f24"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:30:12.033Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:75b6e3eb-7a7d-4080-94cd-bafa1159c99a
VfModuleModelInvariantUUID:0b9d38a4-46c6-490f-8876-a9f1994c5e4c
VfModuleModelDescription:NULL
Artifacts UUID List:{
1d67094e-05ce-43e1-b6fa-0c19718eaf7e
,
2332f65c-71bb-4eac-b50c-05359dfa39ab
,
bb1b86cc-7e37-4324-bf3e-f17721233f24

}
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


}

2022-08-12T06:30:12.034Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1d67094e-05ce-43e1-b6fa-0c19718eaf7e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-12T06:30:12.034Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:30:12.034Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-12T06:30:12.103Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:30:12.103Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 1d67094e-05ce-43e1-b6fa-0c19718eaf7e 1164
2022-08-12T06:30:12.104Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-12T06:30:12.104Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-12T06:30:12.105Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:30:12.105Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:12.108Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:12.108Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285812104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:12.208Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:12.210Z||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.
2022-08-12T06:30:12.211Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:12.238Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:12.239Z||pool-91-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:30:13.109Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bb1b86cc-7e37-4324-bf3e-f17721233f24 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-12T06:30:13.111Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:30:13.111Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-12T06:30:13.158Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:30:13.159Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env bb1b86cc-7e37-4324-bf3e-f17721233f24 200
2022-08-12T06:30:13.159Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-12T06:30:13.159Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-12T06:30:13.159Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:30:13.160Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:13.162Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:13.162Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285813159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:13.263Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:13.264Z||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.
2022-08-12T06:30:13.264Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:13.287Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:13.288Z||pool-92-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:30:14.162Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: b890e593-bedc-4c85-9bff-d89a2dd4c4f5
2022-08-12T06:30:14.163Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 9b576a41-7b02-4e36-a596-df5d830d091d 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=?
2022-08-12T06:30:14.200Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-12T06:30:14.213Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5df187c4, org.onap.sdc.toscaparser.api.parameters.Input@5ecdbf8f, org.onap.sdc.toscaparser.api.parameters.Input@388e4456, org.onap.sdc.toscaparser.api.parameters.Input@2c60d0fe, org.onap.sdc.toscaparser.api.parameters.Input@7dfead11]
2022-08-12T06:30:14.215Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.215Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:14.216Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-08-12T06:30:14.216Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 97ac7bf3-e807-486e-9e0b-bcf41c25df94
2022-08-12T06:30:14.216Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97ac7bf3-e807-486e-9e0b-bcf41c25df94 matches Tosca VF Customization UUID: 97ac7bf3-e807-486e-9e0b-bcf41c25df94
2022-08-12T06:30:14.216Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 97ac7bf3-e807-486e-9e0b-bcf41c25df94  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=?
2022-08-12T06:30:14.220Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.221Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:14.223Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 97ac7bf3-e807-486e-9e0b-bcf41c25df94: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-08-12T06:30:14.223Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2e57d2c6
2022-08-12T06:30:14.223Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.224Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:30:14.224Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0a2b7035-a73a-470c-bb83-ab42af6554a1
2022-08-12T06:30:14.224Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0a2b7035-a73a-470c-bb83-ab42af6554a1
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=?
2022-08-12T06:30:14.226Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.227Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-12T06:30:14.227Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:30:14.227Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.227Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-12T06:30:14.228Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:30:14.228Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.228Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-08-12T06:30:14.228Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-08-12T06:30:14.228Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5b449262-3be3-468f-b069-997788e99fc3
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=?
2022-08-12T06:30:14.230Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.231Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-12T06:30:14.231Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:30:14.231Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.231Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-08-12T06:30:14.231Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=97ac7bf3-e807-486e-9e0b-bcf41c25df94
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=?
2022-08-12T06:30:14.234Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.234Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:14.235Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid b890e593-bedc-4c85-9bff-d89a2dd4c4f5: basic_cnf
2022-08-12T06:30:14.235Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.235Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:14.235Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.235Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:14.235Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.235Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:14.236Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.236Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:14.236Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:30:14.236Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:30:14.237Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-12T06:30:14.325Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 9b576a41-7b02-4e36-a596-df5d830d091d 1 ASDC deployResourceStructure
2022-08-12T06:30:14.326Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-08-12T06:30:14.327Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-08-12T06:30:14.327Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-12T06:30:14.327Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:14.329Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:14.330Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285814326,
  "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"
}
2022-08-12T06:30:14.430Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:30:14.432Z||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.
2022-08-12T06:30:14.432Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:14.456Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:14.457Z||pool-93-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:15.331Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-08-12T06:30:15.331Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-12T06:30:15.331Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-12T06:30:15.331Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:15.334Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:15.334Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285815330,
  "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"
}
2022-08-12T06:30:15.434Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:15.436Z||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.
2022-08-12T06:30:15.436Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:15.455Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:15.455Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:16.323Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:30:16.324Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:30:16.324Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:16.334Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-08-12T06:30:16.335Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-08-12T06:30:16.335Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:30:16.335Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:16.338Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:16.338Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285816334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:30:16.353Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:16.355Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.355Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9716d3da-07c7-4457-ac2f-c0fa0479ecf6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285740901,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:30:16.356Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:30:16.356Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.356Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285739565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.357Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.357Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.357Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285742327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.357Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.357Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.357Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285739084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285738832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285742327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285739565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285739084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.360Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.360Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.360Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285738832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.360Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.361Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.361Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:30:16.361Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.361Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.361Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285742327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.361Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.362Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.362Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285739084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.362Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.362Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.362Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285739565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.362Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.362Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.362Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285738832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.362Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285739565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285738832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285742327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.363Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285739084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285739565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285742327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285739084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.364Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285738832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285739565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285742327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285739084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.365Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.366Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285738832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.368Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.368Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.368Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.368Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.368Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.368Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285739565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.368Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285742327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285739084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285738832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.369Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285739565,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285742327,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285739084,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.370Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285738832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285753698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285754046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285754351,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:16.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:30:16.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285754284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:16.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:30:16.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.372Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285754283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:30:16.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:30:16.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285755355,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:30:16.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:30:16.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.373Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "cds",
  "timestamp": 1660285755290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-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 (?, ?, ?, ?, ?)
2022-08-12T06:30:16.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a5158e46-afc5-4f85-800b-850e66daf7b1
2022-08-12T06:30:16.392Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5158e46-afc5-4f85-800b-850e66daf7b1 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 (?, ?, ?, ?, ?)
2022-08-12T06:30:16.410Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.410Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285755096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:30:16.411Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:30:16.411Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.411Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285755264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:16.411Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:30:16.411Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.411Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "policy-id",
  "timestamp": 1660285756357,
  "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=?
2022-08-12T06:30:16.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a5158e46-afc5-4f85-800b-850e66daf7b1
2022-08-12T06:30:16.417Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5158e46-afc5-4f85-800b-850e66daf7b1 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 (?, ?, ?, ?, ?)
2022-08-12T06:30:16.431Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:30:16.432Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660285756102,
  "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=?
2022-08-12T06:30:16.439Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:30:16.440Z||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.
2022-08-12T06:30:16.440Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:16.441Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a5158e46-afc5-4f85-800b-850e66daf7b1
2022-08-12T06:30:16.441Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5158e46-afc5-4f85-800b-850e66daf7b1 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 (?, ?, ?, ?, ?)
2022-08-12T06:30:16.459Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:16.460Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:17.339Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-08-12T06:30:17.340Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-08-12T06:30:17.340Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:30:17.341Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:17.345Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:17.345Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285817339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:30:17.444Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:30:17.447Z||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.
2022-08-12T06:30:17.448Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:17.465Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:17.465Z||pool-96-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:18.346Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-08-12T06:30:18.346Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-08-12T06:30:18.346Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:30:18.346Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:18.351Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:18.351Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285818346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:30:18.457Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-12T06:30:18.458Z||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.
2022-08-12T06:30:18.458Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:18.522Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:18.523Z||pool-97-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:19.352Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-08-12T06:30:19.353Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-08-12T06:30:19.353Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:30:19.355Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:19.358Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:19.359Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285819352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:30:19.458Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:30:19.460Z||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.
2022-08-12T06:30:19.460Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:19.479Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:19.481Z||pool-98-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:20.359Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3656745b-9fc4-4f41-a812-aa04289328e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:30:20.377Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3656745b-9fc4-4f41-a812-aa04289328e8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:30:20.380Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:30:20.380Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:30:20.380Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:30:20.380Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:30:20.381Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:30:20.381Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:30:20.381Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:30:20.381Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:30:20.381Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:30:20.381Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:30:20.381Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T06:30:20.386Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:30:50.387Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3656745b-9fc4-4f41-a812-aa04289328e8 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=?
2022-08-12T06:30:50.395Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3656745b-9fc4-4f41-a812-aa04289328e8 and serviceModelVersionId: b890e593-bedc-4c85-9bff-d89a2dd4c4f5
2022-08-12T06:30:50.396Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd66f928-2290-473f-b5c7-b4f86bd62ca5
2022-08-12T06:30:50.396Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd66f928-2290-473f-b5c7-b4f86bd62ca5/model-vers/model-ver/b890e593-bedc-4c85-9bff-d89a2dd4c4f5?depth=0
2022-08-12T06:30:50.402Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:30:50.468Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd66f928-2290-473f-b5c7-b4f86bd62ca5/model-vers/model-ver/b890e593-bedc-4c85-9bff-d89a2dd4c4f5?depth=0|INFO|500||Invoke
2022-08-12T06:30:50.468Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd66f928-2290-473f-b5c7-b4f86bd62ca5/model-vers/model-ver/b890e593-bedc-4c85-9bff-d89a2dd4c4f5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd66f928-2290-473f-b5c7-b4f86bd62ca5/model-vers/model-ver/b890e593-bedc-4c85-9bff-d89a2dd4c4f5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3656745b-9fc4-4f41-a812-aa04289328e8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14084644-e391-4941-acd0-fc83891a1c3b], X-ECOMP-RequestID=[3656745b-9fc4-4f41-a812-aa04289328e8], X-TransactionId=[], X-ONAP-RequestID=[3656745b-9fc4-4f41-a812-aa04289328e8], Content-Type=[application/merge-patch+json]}
2022-08-12T06:30:50.513Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd66f928-2290-473f-b5c7-b4f86bd62ca5/model-vers/model-ver/b890e593-bedc-4c85-9bff-d89a2dd4c4f5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:30:50.648Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd66f928-2290-473f-b5c7-b4f86bd62ca5/model-vers/model-ver/b890e593-bedc-4c85-9bff-d89a2dd4c4f5?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/dd66f928-2290-473f-b5c7-b4f86bd62ca5/model-vers/model-ver/b890e593-bedc-4c85-9bff-d89a2dd4c4f5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220812-06:30:49:880-96190], vertex-id=[188552], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:30:49 GMT], Content-Type=[application/json]}
2022-08-12T06:30:50.649Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd66f928-2290-473f-b5c7-b4f86bd62ca5/model-vers/model-ver/b890e593-bedc-4c85-9bff-d89a2dd4c4f5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:30:50.650Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd66f928-2290-473f-b5c7-b4f86bd62ca5/model-vers/model-ver/b890e593-bedc-4c85-9bff-d89a2dd4c4f5?depth=0|INFO|500||InvokeReturn
2022-08-12T06:30:50.650Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:30:50.650Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-12T06:30:50.665Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T06:30:50.665Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3656745b-9fc4-4f41-a812-aa04289328e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:30:50.666Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:30:50.666Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:50.669Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:50.669Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285850665,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:30:50.770Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-08-12T06:30:50.771Z||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.
2022-08-12T06:30:50.771Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:50.802Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:50.803Z||pool-99-thread-1|||||INFO|500||cambria reply ok (33 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=?
2022-08-12T06:30:51.699Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-08-12T06:30:51.700Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a5158e46-afc5-4f85-800b-850e66daf7b1","serviceName":"Demo_pNF_MJRgh1Voy941Aqfd1SdC","serviceVersion":"1.0","serviceUUID":"d3964913-25af-4f5d-9d82-41ead8553162","serviceDescription":"catalog service description","serviceInvariantUUID":"4173b22e-1781-45bb-90e7-2b7e5d2a9fcf","resources":[{"resourceInstanceName":"pNF 7099754d-8a88 0","resourceName":"pNF 7099754d-8a88","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ae750118-c39c-4599-8029-54ea710ba031","resourceInvariantUUID":"a2665c07-0851-450a-b06e-917a12fa585f","resourceCustomizationUUID":"66571641-01ef-4295-bebc-80a9a9ba49c2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml","artifactChecksum":"YWNhZmRjZTRlMzE2YjZjYmEzYWM5NTk3NGNkYzEyMTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0587d089-0027-4f02-9547-38e9550a3590","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar","artifactChecksum":"ODhhMmJlMzkxN2U3ZDY4YzY3YzFmODVmNWFhZTRkN2Q\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5cc60b17-4f2e-4ffc-b462-d97e95066c97","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d764142e-cec6-46bd-956c-b5759eb55179","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml","artifactChecksum":"NTRmMzg5YzY2OTMxOGZkYmFkYWUxM2VlOTUwNjI5Njc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4fd8304a-eb0a-466e-a4e5-961e1d1fa638","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"99024274-640b-4463-9d25-3820db300721","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5179d8d1-ceb4-4d4f-b5df-8171e0b7a847","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml","artifactChecksum":"ZjliMWI5Mjk3NjI0NmVhN2Q2M2U2NzFhZTYxMjk1YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8039e8a-5bca-4de3-8506-3cd1ec9eb55f","artifactVersion":"1"},{"artifactName":"service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar","artifactChecksum":"YWNhMmU1N2M4YWNiMjY2NDhlZGVhM2VjMmY5NWNmNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb701128-3e64-44e5-aed5-fcf188fe1c45","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:30:51.700Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:51.700Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:51.704Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:51.705Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:51.805Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:51.807Z||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.
2022-08-12T06:30:51.808Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:51.855Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:51.856Z||pool-100-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:52.706Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:52.714Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:52.716Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:52.716Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:52.817Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:30:52.819Z||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.
2022-08-12T06:30:52.820Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:52.836Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:52.837Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:53.717Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:53.718Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:53.720Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:53.720Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:53.822Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:30:53.824Z||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.
2022-08-12T06:30:53.824Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:53.841Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:53.842Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:54.725Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:54.726Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:54.730Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:54.730Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:54.831Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:30:54.832Z||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.
2022-08-12T06:30:54.833Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:54.878Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:54.879Z||pool-103-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:30:55.731Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:55.731Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:55.736Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:55.736Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:55.834Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-12T06:30:55.836Z||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.
2022-08-12T06:30:55.836Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:55.863Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:55.864Z||pool-104-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:56.740Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:56.740Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:56.743Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:56.744Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:56.844Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:56.845Z||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.
2022-08-12T06:30:56.846Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:56.884Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:56.887Z||pool-105-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:30:57.746Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:57.746Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:57.750Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:57.751Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:30:57.851Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:30:57.855Z||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.
2022-08-12T06:30:57.856Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:57.890Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:57.891Z||pool-106-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:58.753Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:30:58.754Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:58.757Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:58.757Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:30:58.857Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:30:58.858Z||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.
2022-08-12T06:30:58.859Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:30:58.876Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:30:58.877Z||pool-107-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:30:59.762Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "serviceName": "Demo_pNF_MJRgh1Voy941Aqfd1SdC",
  "serviceVersion": "1.0",
  "serviceUUID": "d3964913-25af-4f5d-9d82-41ead8553162",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4173b22e-1781-45bb-90e7-2b7e5d2a9fcf",
  "resources": [
    {
      "resourceInstanceName": "pNF 7099754d-8a88 0",
      "resourceCustomizationUUID": "66571641-01ef-4295-bebc-80a9a9ba49c2",
      "resourceName": "pNF 7099754d-8a88",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ae750118-c39c-4599-8029-54ea710ba031",
      "resourceInvariantUUID": "a2665c07-0851-450a-b06e-917a12fa585f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
      "artifactChecksum": "YWNhMmU1N2M4YWNiMjY2NDhlZGVhM2VjMmY5NWNmNWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "eb701128-3e64-44e5-aed5-fcf188fe1c45"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:30:59.762Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:30:59.762Z|3656745b-9fc4-4f41-a812-aa04289328e8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d3964913-25af-4f5d-9d82-41ead8553162 ASDC
2022-08-12T06:30:59.763Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:a5158e46-afc5-4f85-800b-850e66daf7b1
ServiceName:Demo_pNF_MJRgh1Voy941Aqfd1SdC
ServiceVersion:1.0
ServiceUUID:d3964913-25af-4f5d-9d82-41ead8553162
ServiceInvariantUUID:4173b22e-1781-45bb-90e7-2b7e5d2a9fcf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
ArtifactUUID:eb701128-3e64-44e5-aed5-fcf188fe1c45
ArtifactChecksum:YWNhMmU1N2M4YWNiMjY2NDhlZGVhM2VjMmY5NWNmNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7099754d-8a88 0
ResourceCustomizationUUID:66571641-01ef-4295-bebc-80a9a9ba49c2
ResourceInvariantUUID:a2665c07-0851-450a-b06e-917a12fa585f
ResourceName:pNF 7099754d-8a88
ResourceType:PNF
ResourceUUID:ae750118-c39c-4599-8029-54ea710ba031
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-12T06:30:59.763Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3964913-25af-4f5d-9d82-41ead8553162 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=?
2022-08-12T06:30:59.820Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:30:59.821Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:30:59.822Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:30:59.822Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: eb701128-3e64-44e5-aed5-fcf188fe1c45 from URL: /sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:30:59.822Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-08-12T06:30:59.823Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:30:59.926Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-08-12T06:30:59.930Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar eb701128-3e64-44e5-aed5-fcf188fe1c45 87766
2022-08-12T06:30:59.931Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar ASDC sendASDCNotification
2022-08-12T06:30:59.931Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:30:59.931Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:30:59.931Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:30:59.934Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:30:59.934Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285859931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:00.034Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:31:00.036Z||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.
2022-08-12T06:31:00.036Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:31:00.056Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:31:00.057Z||pool-108-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:31:00.935Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:31:00.937Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-08-12T06:31:00.937Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: eb701128-3e64-44e5-aed5-fcf188fe1c45, URL: /sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar to file: /app/ASDC/1/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:00.938Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:00.938Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:00.938Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:01.200Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1923112805455853865/Definitions/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml
2022-08-12T06:31:02.665Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:31:02.665Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T06:31:02.665Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:02.665Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-12T06:31:02.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||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-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:02.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:02.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||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-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:02.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:02.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:02.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7099754d-8a88 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-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:02.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:02.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-08-12T06:31:02.667Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:31:02.667Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MJRgh1Voy941Aqfd1SdC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:31:02.667Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Node template pNF 7099754d-8a88 0 is matching search criteria
2022-08-12T06:31:02.667Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T06:31:02.668Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7099754d-8a88 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:31:02.668Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:31:02.668Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MJRgh1Voy941Aqfd1SdC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:31:02.668Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Node template pNF 7099754d-8a88 0 is matching search criteria
2022-08-12T06:31:02.668Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-08-12T06:31:02.669Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 7099754d-8a88 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:31:02.669Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:31:02.669Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MJRgh1Voy941Aqfd1SdC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:31:02.669Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:31:02.669Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MJRgh1Voy941Aqfd1SdC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:31:02.669Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:31:02.670Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MJRgh1Voy941Aqfd1SdC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:31:02.670Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:31:02.670Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MJRgh1Voy941Aqfd1SdC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:31:02.670Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:31:02.671Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MJRgh1Voy941Aqfd1SdC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:31:02.671Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_MJRgh1Voy941Aqfd1SdC
Description:catalog service description
Model UUID:d3964913-25af-4f5d-9d82-41ead8553162
Model Version:NULL
Model InvariantUuid:4173b22e-1781-45bb-90e7-2b7e5d2a9fcf
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=?
2022-08-12T06:31:02.698Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: ae750118-c39c-4599-8029-54ea710ba031
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=?
2022-08-12T06:31:02.703Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||pNF 7099754d-8a88 0
2022-08-12T06:31:02.703Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ae750118-c39c-4599-8029-54ea710ba031
2022-08-12T06:31:02.703Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||No resources found for Service: d3964913-25af-4f5d-9d82-41ead8553162
2022-08-12T06:31:02.704Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d3964913-25af-4f5d-9d82-41ead8553162
2022-08-12T06:31:02.704Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7099754d-8a88 0 ae750118-c39c-4599-8029-54ea710ba031 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=?
2022-08-12T06:31:02.714Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55c3872a, org.onap.sdc.toscaparser.api.parameters.Input@3111f014, org.onap.sdc.toscaparser.api.parameters.Input@27068307, org.onap.sdc.toscaparser.api.parameters.Input@16b013a4, org.onap.sdc.toscaparser.api.parameters.Input@5f832c8f]
2022-08-12T06:31:02.714Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:31:02.714Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MJRgh1Voy941Aqfd1SdC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:31:02.715Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d3964913-25af-4f5d-9d82-41ead8553162: pNF 7099754d-8a88
2022-08-12T06:31:02.715Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||Processing PNF resource: ae750118-c39c-4599-8029-54ea710ba031
2022-08-12T06:31:02.715Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:31:02.715Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_MJRgh1Voy941Aqfd1SdC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:31:02.716Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||Resource customization UUID: 66571641-01ef-4295-bebc-80a9a9ba49c2 is the same as notified resource customizationUUID: 66571641-01ef-4295-bebc-80a9a9ba49c2
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 (?, ?)
2022-08-12T06:31:02.791Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7099754d-8a88 ae750118-c39c-4599-8029-54ea710ba031 0 ASDC deployResourceStructure
2022-08-12T06:31:02.792Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar ASDC sendASDCNotification
2022-08-12T06:31:02.792Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar
2022-08-12T06:31:02.792Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:31:02.792Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:31:02.796Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:31:02.796Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285862792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:31:02.896Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:31:02.897Z||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.
2022-08-12T06:31:02.897Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:31:02.928Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:31:02.929Z||pool-109-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:31:03.801Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5158e46-afc5-4f85-800b-850e66daf7b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:31:03.857Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5158e46-afc5-4f85-800b-850e66daf7b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:31:03.865Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:31:03.866Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:31:03.866Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:31:16.323Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:31:16.324Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:31:16.324Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:31:16.355Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:31:16.357Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.357Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285755264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285757115,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285755264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285758286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.358Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285755264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285759318,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285759369,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285758908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.359Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.360Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.360Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285755264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.360Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.360Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.360Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "aai-ml",
  "timestamp": 1660285760322,
  "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=?
2022-08-12T06:31:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a5158e46-afc5-4f85-800b-850e66daf7b1
2022-08-12T06:31:16.371Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5158e46-afc5-4f85-800b-850e66daf7b1 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 (?, ?, ?, ?, ?)
2022-08-12T06:31:16.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285758908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.381Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285760861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285755264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285758908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285761868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.382Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285755264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285758908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.383Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285762873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:31:16.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660285755264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:31:16.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285758908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.384Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285763929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:31:16.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285758908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285764624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.385Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285758908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285764624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285758908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:31:16.386Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285764624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285767911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.387Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285764624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.388Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285764624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285764624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285770515,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:31:16.389Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285764624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.390Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660285771521,
  "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=?
2022-08-12T06:31:16.397Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a5158e46-afc5-4f85-800b-850e66daf7b1
2022-08-12T06:31:16.397Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5158e46-afc5-4f85-800b-850e66daf7b1 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 (?, ?, ?, ?, ?)
2022-08-12T06:31:16.413Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.414Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285764624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:31:16.414Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.415Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.415Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285782287,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.415Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.415Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.415Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285784312,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:31:16.416Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.416Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.416Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "clamp",
  "timestamp": 1660285785320,
  "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=?
2022-08-12T06:31:16.427Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a5158e46-afc5-4f85-800b-850e66daf7b1
2022-08-12T06:31:16.428Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a5158e46-afc5-4f85-800b-850e66daf7b1 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 (?, ?, ?, ?, ?)
2022-08-12T06:31:16.448Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.448Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "321335d0-dd02-4380-a31b-5cbfb92c32e4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285795309,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:31:16.448Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.448Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.448Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.449Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.449Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.449Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-08-12T06:31:16.449Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.449Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.449Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-08-12T06:31:16.449Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.450Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.450Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:31:16.450Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.450Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.450Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:31:16.450Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.451Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.451Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.451Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.451Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.451Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-08-12T06:31:16.451Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.451Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.451Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:31:16.452Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.452Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.452Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:31:16.452Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:31:16.452Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.452Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285805762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.452Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.452Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.452Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285808832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.453Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.453Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.453Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285809964,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.453Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.453Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.453Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285811021,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.453Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.453Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.454Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285812104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.454Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.454Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.454Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285813159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:31:16.454Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.454Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.454Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285814326,
  "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"
}
2022-08-12T06:31:16.454Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:16.454Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||received message from topic
2022-08-12T06:31:16.455Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285815330,
  "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"
}
2022-08-12T06:31:16.455Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:31:33.871Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a5158e46-afc5-4f85-800b-850e66daf7b1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:31:33.915Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a5158e46-afc5-4f85-800b-850e66daf7b1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:31:33.923Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:31:33.924Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:31:33.925Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:31:33.926Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:31:33.926Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:31:33.926Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:31:33.926Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:31:33.926Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:31:33.926Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:31:33.926Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:31:33.927Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:31:33.927Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T06:31:33.939Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:32:03.940Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a5158e46-afc5-4f85-800b-850e66daf7b1 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=?
2022-08-12T06:32:03.953Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a5158e46-afc5-4f85-800b-850e66daf7b1 and serviceModelVersionId: d3964913-25af-4f5d-9d82-41ead8553162
2022-08-12T06:32:03.953Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4173b22e-1781-45bb-90e7-2b7e5d2a9fcf
2022-08-12T06:32:03.954Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4173b22e-1781-45bb-90e7-2b7e5d2a9fcf/model-vers/model-ver/d3964913-25af-4f5d-9d82-41ead8553162?depth=0
2022-08-12T06:32:03.961Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:32:04.039Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4173b22e-1781-45bb-90e7-2b7e5d2a9fcf/model-vers/model-ver/d3964913-25af-4f5d-9d82-41ead8553162?depth=0|INFO|500||Invoke
2022-08-12T06:32:04.040Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4173b22e-1781-45bb-90e7-2b7e5d2a9fcf/model-vers/model-ver/d3964913-25af-4f5d-9d82-41ead8553162?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4173b22e-1781-45bb-90e7-2b7e5d2a9fcf/model-vers/model-ver/d3964913-25af-4f5d-9d82-41ead8553162?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a5158e46-afc5-4f85-800b-850e66daf7b1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e7179134-716a-40c3-8da0-d62597ae42a5], X-ECOMP-RequestID=[a5158e46-afc5-4f85-800b-850e66daf7b1], X-TransactionId=[], X-ONAP-RequestID=[a5158e46-afc5-4f85-800b-850e66daf7b1], Content-Type=[application/merge-patch+json]}
2022-08-12T06:32:04.096Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4173b22e-1781-45bb-90e7-2b7e5d2a9fcf/model-vers/model-ver/d3964913-25af-4f5d-9d82-41ead8553162?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:32:04.301Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4173b22e-1781-45bb-90e7-2b7e5d2a9fcf/model-vers/model-ver/d3964913-25af-4f5d-9d82-41ead8553162?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/4173b22e-1781-45bb-90e7-2b7e5d2a9fcf/model-vers/model-ver/d3964913-25af-4f5d-9d82-41ead8553162?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220812-06:32:03:462-36108], vertex-id=[229608], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:32:03 GMT], Content-Type=[application/json]}
2022-08-12T06:32:04.301Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4173b22e-1781-45bb-90e7-2b7e5d2a9fcf/model-vers/model-ver/d3964913-25af-4f5d-9d82-41ead8553162?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:32:04.302Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4173b22e-1781-45bb-90e7-2b7e5d2a9fcf/model-vers/model-ver/d3964913-25af-4f5d-9d82-41ead8553162?depth=0|INFO|500||InvokeReturn
2022-08-12T06:32:04.303Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:32:04.303Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-08-12T06:32:04.345Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T06:32:04.346Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a5158e46-afc5-4f85-800b-850e66daf7b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:32:04.346Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:32:04.346Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:32:04.352Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:32:04.353Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285924346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:32:04.454Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:32:04.455Z||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.
2022-08-12T06:32:04.455Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:32:04.502Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:32:04.503Z||pool-110-thread-1|||||INFO|500||cambria reply ok (49 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=?
2022-08-12T06:32:05.372Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:32:05.373Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:32:05.373Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:32:15.661Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:32:15.664Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:32:15.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:32:15.666Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:32:16.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:32:16.324Z||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.
2022-08-12T06:32:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:32:16.353Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:32:16.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:32:16.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285816334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:32:16.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:32:25.243Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:32:25.245Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:32:25.265Z||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.
2022-08-12T06:32:25.266Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:32:34.845Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:32:34.846Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:32:34.847Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:32:34.847Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:32:44.394Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:32:44.401Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:32:44.409Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:32:44.410Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:32:53.963Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:32:53.964Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:32:53.965Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:32:53.965Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:33:03.524Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:33:16.316Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:33:16.318Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:33:16.318Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:33:16.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:33:16.323Z||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.
2022-08-12T06:33:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:33:16.367Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:33:16.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285817339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:33:16.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:33:16.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285818346,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:33:16.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:33:16.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285819352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:33:16.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:33:16.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3656745b-9fc4-4f41-a812-aa04289328e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285850665,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:33:16.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:33:16.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:33:16.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:33:16.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:33:16.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:33:16.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:33:16.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:33:16.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:33:16.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:33:16.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:33:16.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:33:16.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/resourceInstances/pnf7099754d8a880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:33:16.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285741953,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285859931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:33:16.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285862792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfMjrgh1voy941aqfd1sdc/1.0/artifacts/service-DemoPnfMjrgh1voy941aqfd1sdc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:33:16.375Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:33:25.888Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:34:16.316Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:34:16.317Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:34:16.317Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:34:16.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:34:16.323Z||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.
2022-08-12T06:34:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:34:16.855Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:34:16.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:34:16.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a5158e46-afc5-4f85-800b-850e66daf7b1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660285924346,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:34:16.857Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:34:25.886Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:35:16.316Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:35:16.318Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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.
2022-08-12T06:35:16.318Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:35:16.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:35:16.324Z||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.
2022-08-12T06:35:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:35:25.880Z|7bf63d8f-dca3-444c-b72c-5d3a99818cce|pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:35:25.901Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:36:16.317Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:36:16.318Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:36:16.318Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:36:16.323Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:36:16.324Z||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.
2022-08-12T06:36:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:36:25.869Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:36:25.871Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:37:16.317Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:37:16.319Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:37:16.319Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:37:16.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:37:16.323Z||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.
2022-08-12T06:37:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:37:25.867Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:37:25.896Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:38:16.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:38:16.318Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:38:16.319Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:38:16.323Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:38:16.324Z||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.
2022-08-12T06:38:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:38:25.873Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:38:25.887Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:39:16.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:39:16.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:39:16.317Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:39:16.322Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:39:16.323Z||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.
2022-08-12T06:39:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:39:25.921Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:39:25.952Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:16.316Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:40:16.317Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:40:16.317Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:16.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:40:16.324Z||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.
2022-08-12T06:40:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:16.458Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:16.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286384084,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286379566,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286388909,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.483Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286400131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286400029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:16.485Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286399746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286399746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286399746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "cds",
  "timestamp": 1660286403410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-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 (?, ?, ?, ?, ?)
2022-08-12T06:40:16.526Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f6939900-e922-4785-87e8-f2993fffd6f8
2022-08-12T06:40:16.527Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6939900-e922-4785-87e8-f2993fffd6f8 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 (?, ?, ?, ?, ?)
2022-08-12T06:40:16.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.545Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286399746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.549Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.550Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286404065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:40:16.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286399746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286404413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.557Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286405073,
  "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=?
2022-08-12T06:40:16.565Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6939900-e922-4785-87e8-f2993fffd6f8
2022-08-12T06:40:16.566Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6939900-e922-4785-87e8-f2993fffd6f8 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 (?, ?, ?, ?, ?)
2022-08-12T06:40:16.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.578Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.579Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286399746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.579Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.580Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.580Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.580Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.581Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.581Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286404413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.581Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.582Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.582Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.582Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.583Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286406327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:16.583Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.583Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286399746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.584Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286404413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286399746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.592Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.592Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286407554,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:16.592Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.593Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.593Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.593Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286404413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.594Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.594Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.594Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.595Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.595Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.595Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286408788,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:16.595Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.596Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.596Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286404413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.596Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286409919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:16.597Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.597Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.597Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.598Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.598Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286404413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.598Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286409900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:16.599Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.599Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.599Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286410927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:40:16.600Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.600Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.600Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.600Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286404413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.601Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.601Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286411180,
  "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=?
2022-08-12T06:40:16.610Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6939900-e922-4785-87e8-f2993fffd6f8
2022-08-12T06:40:16.610Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6939900-e922-4785-87e8-f2993fffd6f8 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 (?, ?, ?, ?, ?)
2022-08-12T06:40:16.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "policy-id",
  "timestamp": 1660286411930,
  "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=?
2022-08-12T06:40:16.627Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6939900-e922-4785-87e8-f2993fffd6f8
2022-08-12T06:40:16.628Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6939900-e922-4785-87e8-f2993fffd6f8 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=?
2022-08-12T06:40:16.638Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.638Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.639Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286404413,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.640Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.640Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.640Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286412206,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:40:16.641Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.641Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.641Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.642Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.642Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.643Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286413101,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:16.643Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.643Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286413211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:16.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:40:16.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.646Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.646Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.646Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.647Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.648Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.648Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "cds",
  "timestamp": 1660286414588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-12T06:40:16.664Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c
2022-08-12T06:40:16.665Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c 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 (?, ?, ?, ?, ?)
2022-08-12T06:40:16.680Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.680Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.681Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.681Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.681Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:40:16.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.682Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.682Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:16.682Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:40:16.956Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:16.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-12T06:40:16.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"f6939900-e922-4785-87e8-f2993fffd6f8","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b49025af-91c6-4ba2-9c17-53c42bad0c37","serviceDescription":"service","serviceInvariantUUID":"3db162c5-8a3c-41fd-874a-3c9640849df6","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c78319d3-0e43-4259-ac3c-789c2d992cad","resourceInvariantUUID":"faa369c2-41f5-45d9-a750-4d6679ba9bc8","resourceCustomizationUUID":"ec967092-52e9-48fe-bb10-e60b21d99a3e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"NzhkZTAwYTk5YmFiNmI4MTA1YWZmNTcxNjZlNWM0ZDE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0cb8714f-d299-411d-ba87-fe3a6d593f0e","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NDcwN2NjNzA2NmJkZWRkOGQ5MWYyN2M5OGI5ODdhN2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"505decd8-b3fb-40a1-80cf-2c2beda0bbbd","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f7319ef5-29d2-4fa3-ae15-1f79f9a3acae","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"5ce06bfa-d0db-4817-a298-a171eb154ca5","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c4de08ee-8612-4615-b558-9a8e2c352fb3","artifactVersion":"2","generatedFromUUID":"cb7aaa69-d383-40b2-93ed-c6805bedf02c"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"81f33e55-7b47-4237-acc5-3c8544525915","artifactVersion":"2","generatedFromUUID":"f7319ef5-29d2-4fa3-ae15-1f79f9a3acae"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb7aaa69-d383-40b2-93ed-c6805bedf02c","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8cc5d706-406e-4269-91e0-03b2adc76848","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MWFkNmE1ZmNlZmRmNDYxN2M5NDM2N2QzMzBiYjAwMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"491fedc0-30cd-4a31-a919-91bf9f63eb17","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDQ3NWEyODFlMmQ1YjVmYjE4YzUxYzc4M2ZmZTAxNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c649a6f9-430a-4e9f-b93d-70fd4a859412","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:40:16.960Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:16.961Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:16.969Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:16.969Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:17.068Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:40:17.069Z||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.
2022-08-12T06:40:17.069Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:17.084Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:17.084Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:17.970Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:17.970Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:17.974Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:17.974Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:40:18.075Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:40:18.076Z||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.
2022-08-12T06:40:18.077Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:18.099Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:18.100Z||pool-112-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:18.976Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:18.977Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:18.981Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:18.981Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:40:19.081Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:40:19.082Z||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.
2022-08-12T06:40:19.083Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:19.097Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:19.099Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:19.985Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:19.985Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:19.992Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:19.992Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:20.088Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:40:20.089Z||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.
2022-08-12T06:40:20.089Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:20.110Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:20.110Z||pool-114-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:40:20.996Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:20.997Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:21.004Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:21.005Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-12T06:40:21.107Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:40:21.108Z||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.
2022-08-12T06:40:21.109Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:21.140Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:21.141Z||pool-115-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:22.008Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:22.008Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:22.012Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:22.012Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-12T06:40:22.143Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 131 ms
2022-08-12T06:40:22.149Z||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.
2022-08-12T06:40:22.149Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:22.172Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:22.173Z||pool-116-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:40:23.013Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:23.013Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:23.017Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:23.017Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-12T06:40:23.124Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-12T06:40:23.125Z||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.
2022-08-12T06:40:23.125Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:23.161Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:23.162Z||pool-117-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:40:24.018Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:24.019Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:24.022Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:24.022Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:24.130Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-08-12T06:40:24.131Z||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.
2022-08-12T06:40:24.131Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:24.167Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:24.171Z||pool-118-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:25.026Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:25.026Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:25.031Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:25.031Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:40:25.132Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:40:25.133Z||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.
2022-08-12T06:40:25.133Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:25.162Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:25.163Z||pool-119-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:40:26.032Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:40:26.033Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:26.041Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:26.042Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:40:26.145Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-08-12T06:40:26.147Z||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.
2022-08-12T06:40:26.147Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:26.170Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:26.171Z||pool-120-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:27.043Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "b49025af-91c6-4ba2-9c17-53c42bad0c37",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3db162c5-8a3c-41fd-874a-3c9640849df6",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "ec967092-52e9-48fe-bb10-e60b21d99a3e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c78319d3-0e43-4259-ac3c-789c2d992cad",
      "resourceInvariantUUID": "faa369c2-41f5-45d9-a750-4d6679ba9bc8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "NDcwN2NjNzA2NmJkZWRkOGQ5MWYyN2M5OGI5ODdhN2U\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "505decd8-b3fb-40a1-80cf-2c2beda0bbbd",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f7319ef5-29d2-4fa3-ae15-1f79f9a3acae",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "81f33e55-7b47-4237-acc5-3c8544525915",
            "generatedFromUUID": "f7319ef5-29d2-4fa3-ae15-1f79f9a3acae"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c4de08ee-8612-4615-b558-9a8e2c352fb3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "81f33e55-7b47-4237-acc5-3c8544525915",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cb7aaa69-d383-40b2-93ed-c6805bedf02c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDQ3NWEyODFlMmQ1YjVmYjE4YzUxYzc4M2ZmZTAxNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c649a6f9-430a-4e9f-b93d-70fd4a859412"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:40:27.043Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:40:27.044Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b49025af-91c6-4ba2-9c17-53c42bad0c37 ASDC
2022-08-12T06:40:27.045Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:f6939900-e922-4785-87e8-f2993fffd6f8
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:b49025af-91c6-4ba2-9c17-53c42bad0c37
ServiceInvariantUUID:3db162c5-8a3c-41fd-874a-3c9640849df6
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:c649a6f9-430a-4e9f-b93d-70fd4a859412
ArtifactChecksum:ZDQ3NWEyODFlMmQ1YjVmYjE4YzUxYzc4M2ZmZTAxNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:ec967092-52e9-48fe-bb10-e60b21d99a3e
ResourceInvariantUUID:faa369c2-41f5-45d9-a750-4d6679ba9bc8
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:c78319d3-0e43-4259-ac3c-789c2d992cad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:505decd8-b3fb-40a1-80cf-2c2beda0bbbd
ArtifactChecksum:NDcwN2NjNzA2NmJkZWRkOGQ5MWYyN2M5OGI5ODdhN2U=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:f7319ef5-29d2-4fa3-ae15-1f79f9a3acae
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:81f33e55-7b47-4237-acc5-3c8544525915
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:c4de08ee-8612-4615-b558-9a8e2c352fb3
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:81f33e55-7b47-4237-acc5-3c8544525915
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:cb7aaa69-d383-40b2-93ed-c6805bedf02c
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-12T06:40:27.045Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b49025af-91c6-4ba2-9c17-53c42bad0c37 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=?
2022-08-12T06:40:27.102Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:40:27.104Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-12T06:40:27.104Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-12T06:40:27.105Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c649a6f9-430a-4e9f-b93d-70fd4a859412 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:27.105Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:40:27.106Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:27.256Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:40:27.268Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar c649a6f9-430a-4e9f-b93d-70fd4a859412 162974
2022-08-12T06:40:27.269Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-12T06:40:27.269Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:27.270Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:40:27.270Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:27.278Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:27.279Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286427269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:27.374Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-12T06:40:27.375Z||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.
2022-08-12T06:40:27.375Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:27.400Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:27.401Z||pool-121-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:40:28.280Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:40:28.281Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-12T06:40:28.281Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c649a6f9-430a-4e9f-b93d-70fd4a859412, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:28.282Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-08-12T06:40:28.283Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:28.283Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:28.537Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15138675356222576707/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-08-12T06:40:30.675Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:40:30.676Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-12T06:40:30.676Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:30.676Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-08-12T06:40:30.676Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:30.677Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:30.677Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:30.677Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:30.677Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-12T06:40:30.677Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.677Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:30.678Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-12T06:40:30.678Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-12T06:40:30.678Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:40:30.679Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.679Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:30.679Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-12T06:40:30.679Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-12T06:40:30.679Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:40:30.680Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.680Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:30.680Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.680Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-12T06:40:30.681Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-08-12T06:40:30.681Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-08-12T06:40:30.681Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:40:30.681Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.681Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:40:30.682Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.682Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-12T06:40:30.682Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:40:30.682Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.682Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-12T06:40:30.683Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:40:30.683Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.683Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-12T06:40:30.692Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:40:30.692Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.693Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-12T06:40:30.693Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:40:30.694Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.694Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-08-12T06:40:30.694Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-08-12T06:40:30.694Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=2a84f84a-5f08-4fd1-bc5a-6ed66df20e8f
2022-08-12T06:40:30.694Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.695Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:30.695Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.695Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:30.695Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.696Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:30.696Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:30.696Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:30.696Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:b49025af-91c6-4ba2-9c17-53c42bad0c37
Model Version:NULL
Model InvariantUuid:3db162c5-8a3c-41fd-874a-3c9640849df6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:611bfe75-b39e-4879-b0d1-27238422305a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:faa369c2-41f5-45d9-a750-4d6679ba9bc8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ec967092-52e9-48fe-bb10-e60b21d99a3e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8e7119ae-544b-4e21-8d0c-3bec71f595f5
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:46c3ba9f-3b2a-4650-bf31-087154c2036f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:c395f4b5-4c4b-415d-9150-185da0d4be13
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:83965fb0-1ebb-45dd-b56e-47bbad02490b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2a84f84a-5f08-4fd1-bc5a-6ed66df20e8f
ModelInvariantUuid:1932e445-1e40-4167-bcc2-4f48ae4cc3e2
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:12f44e30-ca5d-4adf-a50c-94becf29217c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:571962ae-08b5-42c7-a50e-774a2f81fafe
ModelInvariantUuid:98d65a2e-0f5b-44f0-b6cd-45befce130cb
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:e76a43cc-8e3b-496a-b5e1-e269493b2539
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=?
2022-08-12T06:40:30.711Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: c78319d3-0e43-4259-ac3c-789c2d992cad
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=?
2022-08-12T06:40:30.717Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-08-12T06:40:30.717Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c78319d3-0e43-4259-ac3c-789c2d992cad
2022-08-12T06:40:30.717Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 505decd8-b3fb-40a1-80cf-2c2beda0bbbd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-12T06:40:30.717Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:40:30.717Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-12T06:40:30.776Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:40:30.777Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 505decd8-b3fb-40a1-80cf-2c2beda0bbbd 1565
2022-08-12T06:40:30.777Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-12T06:40:30.777Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-12T06:40:30.777Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:40:30.778Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:30.780Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:30.780Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286430777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:30.881Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:40:30.882Z||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.
2022-08-12T06:40:30.882Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:30.900Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:30.905Z||pool-122-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:40:31.782Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c395f4b5-4c4b-415d-9150-185da0d4be13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83965fb0-1ebb-45dd-b56e-47bbad02490b",
    "vfModuleModelCustomizationUUID": "b7cafeb2-0277-44c2-be4f-5085d55c6239",
    "isBase": true,
    "artifacts": [
      "f7319ef5-29d2-4fa3-ae15-1f79f9a3acae",
      "81f33e55-7b47-4237-acc5-3c8544525915"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "8e7119ae-544b-4e21-8d0c-3bec71f595f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46c3ba9f-3b2a-4650-bf31-087154c2036f",
    "vfModuleModelCustomizationUUID": "00affeca-afcd-4bde-ae94-52a0d39a9394",
    "isBase": false,
    "artifacts": [
      "cb7aaa69-d383-40b2-93ed-c6805bedf02c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-12T06:40:31.791Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83965fb0-1ebb-45dd-b56e-47bbad02490b
VfModuleModelInvariantUUID:c395f4b5-4c4b-415d-9150-185da0d4be13
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7319ef5-29d2-4fa3-ae15-1f79f9a3acae
,
81f33e55-7b47-4237-acc5-3c8544525915

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:46c3ba9f-3b2a-4650-bf31-087154c2036f
VfModuleModelInvariantUUID:8e7119ae-544b-4e21-8d0c-3bec71f595f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb7aaa69-d383-40b2-93ed-c6805bedf02c

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-08-12T06:40:31.795Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "c395f4b5-4c4b-415d-9150-185da0d4be13",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "83965fb0-1ebb-45dd-b56e-47bbad02490b",
    "vfModuleModelCustomizationUUID": "b7cafeb2-0277-44c2-be4f-5085d55c6239",
    "isBase": true,
    "artifacts": [
      "f7319ef5-29d2-4fa3-ae15-1f79f9a3acae",
      "81f33e55-7b47-4237-acc5-3c8544525915"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "8e7119ae-544b-4e21-8d0c-3bec71f595f5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "46c3ba9f-3b2a-4650-bf31-087154c2036f",
    "vfModuleModelCustomizationUUID": "00affeca-afcd-4bde-ae94-52a0d39a9394",
    "isBase": false,
    "artifacts": [
      "cb7aaa69-d383-40b2-93ed-c6805bedf02c"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-08-12T06:40:31.796Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:83965fb0-1ebb-45dd-b56e-47bbad02490b
VfModuleModelInvariantUUID:c395f4b5-4c4b-415d-9150-185da0d4be13
VfModuleModelDescription:NULL
Artifacts UUID List:{
f7319ef5-29d2-4fa3-ae15-1f79f9a3acae
,
81f33e55-7b47-4237-acc5-3c8544525915

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_template_dummy_ignore
  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

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:46c3ba9f-3b2a-4650-bf31-087154c2036f
VfModuleModelInvariantUUID:8e7119ae-544b-4e21-8d0c-3bec71f595f5
VfModuleModelDescription:NULL
Artifacts UUID List:{
cb7aaa69-d383-40b2-93ed-c6805bedf02c

}
Properties List:{
  min_vf_module_instances : 0
  vf_module_label : helm_apache
  max_vf_module_instances : 
  vfc_list : 
  vf_module_type : Expansion
  vf_module_description : 
  initial_count : 0
  volume_group : false
  availability_zone_count :
}

isBase:false


}

2022-08-12T06:40:31.796Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f7319ef5-29d2-4fa3-ae15-1f79f9a3acae from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-12T06:40:31.796Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:40:31.796Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-12T06:40:31.895Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:40:31.896Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml f7319ef5-29d2-4fa3-ae15-1f79f9a3acae 914
2022-08-12T06:40:31.897Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-12T06:40:31.897Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-12T06:40:31.898Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:40:31.898Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:31.904Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:31.905Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286431897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:32.004Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:40:32.005Z||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.
2022-08-12T06:40:32.006Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:32.020Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:32.021Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:32.906Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c4de08ee-8612-4615-b558-9a8e2c352fb3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-12T06:40:32.906Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:40:32.907Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-12T06:40:32.956Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:40:32.956Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env c4de08ee-8612-4615-b558-9a8e2c352fb3 12
2022-08-12T06:40:32.957Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-12T06:40:32.957Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-08-12T06:40:32.957Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:40:32.957Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:32.960Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:32.960Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286432957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:33.060Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:40:33.061Z||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.
2022-08-12T06:40:33.061Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:33.105Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:33.105Z||pool-124-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:33.961Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 81f33e55-7b47-4237-acc5-3c8544525915 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-12T06:40:33.962Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:40:33.962Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-12T06:40:34.026Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:40:34.027Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 81f33e55-7b47-4237-acc5-3c8544525915 96
2022-08-12T06:40:34.027Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-12T06:40:34.027Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-12T06:40:34.028Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:40:34.028Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:34.033Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:34.034Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286434027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:34.133Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:40:34.134Z||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.
2022-08-12T06:40:34.134Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:34.150Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:34.151Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:40:35.035Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cb7aaa69-d383-40b2-93ed-c6805bedf02c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-12T06:40:35.036Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:40:35.036Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-12T06:40:35.097Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:40:35.098Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cb7aaa69-d383-40b2-93ed-c6805bedf02c 20206
2022-08-12T06:40:35.099Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-12T06:40:35.099Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-08-12T06:40:35.099Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:40:35.099Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:35.101Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:35.102Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286435099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:40:35.202Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:40:35.203Z||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.
2022-08-12T06:40:35.203Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:35.262Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:35.263Z||pool-126-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:36.106Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: b49025af-91c6-4ba2-9c17-53c42bad0c37
2022-08-12T06:40:36.106Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 c78319d3-0e43-4259-ac3c-789c2d992cad 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 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=?
2022-08-12T06:40:36.118Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d154aff, org.onap.sdc.toscaparser.api.parameters.Input@ca7cc62, org.onap.sdc.toscaparser.api.parameters.Input@5af7698f, org.onap.sdc.toscaparser.api.parameters.Input@547bcbc1, org.onap.sdc.toscaparser.api.parameters.Input@137e2103]
2022-08-12T06:40:36.120Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.120Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:36.121Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-08-12T06:40:36.121Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= ec967092-52e9-48fe-bb10-e60b21d99a3e
2022-08-12T06:40:36.121Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec967092-52e9-48fe-bb10-e60b21d99a3e matches Tosca VF Customization UUID: ec967092-52e9-48fe-bb10-e60b21d99a3e
2022-08-12T06:40:36.121Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: ec967092-52e9-48fe-bb10-e60b21d99a3e  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=?
2022-08-12T06:40:36.124Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.125Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:36.126Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id ec967092-52e9-48fe-bb10-e60b21d99a3e: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-08-12T06:40:36.126Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a7d7b65
2022-08-12T06:40:36.126Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.126Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:40:36.126Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00affeca-afcd-4bde-ae94-52a0d39a9394
2022-08-12T06:40:36.127Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00affeca-afcd-4bde-ae94-52a0d39a9394
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=?
2022-08-12T06:40:36.130Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.130Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-12T06:40:36.130Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:40:36.131Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.131Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-12T06:40:36.131Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:40:36.131Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.132Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-08-12T06:40:36.132Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ec967092-52e9-48fe-bb10-e60b21d99a3e
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=?
2022-08-12T06:40:36.136Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.136Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:36.136Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid b49025af-91c6-4ba2-9c17-53c42bad0c37: basic_cnf_macro
2022-08-12T06:40:36.136Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.137Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:36.137Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.137Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:36.137Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.137Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:36.137Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.138Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:36.138Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:40:36.140Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:40:36.140Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_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 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: 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-08-12T06:40:36.206Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro c78319d3-0e43-4259-ac3c-789c2d992cad 2 ASDC deployResourceStructure
2022-08-12T06:40:36.207Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-08-12T06:40:36.207Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-08-12T06:40:36.207Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:40:36.207Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:36.209Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:36.210Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286436207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:40:36.310Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:40:36.311Z||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.
2022-08-12T06:40:36.311Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:36.333Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:36.334Z||pool-127-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:37.210Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-08-12T06:40:37.211Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-08-12T06:40:37.211Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:40:37.212Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:37.214Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:37.214Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286437210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:40:37.314Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:40:37.315Z||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.
2022-08-12T06:40:37.315Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:37.332Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:37.333Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:38.215Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-08-12T06:40:38.216Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-08-12T06:40:38.216Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-12T06:40:38.216Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:38.218Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:38.218Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286438215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-12T06:40:38.319Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:40:38.320Z||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.
2022-08-12T06:40:38.320Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:38.347Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:38.350Z||pool-129-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:39.220Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-08-12T06:40:39.220Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-08-12T06:40:39.221Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:40:39.221Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:39.226Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:39.226Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286439220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:40:39.326Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:40:39.327Z||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.
2022-08-12T06:40:39.328Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:39.341Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:39.342Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:40.228Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-08-12T06:40:40.229Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-08-12T06:40:40.229Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-08-12T06:40:40.230Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:40.234Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:40.234Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286440228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-12T06:40:40.341Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-08-12T06:40:40.344Z||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.
2022-08-12T06:40:40.344Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:40.360Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:40.361Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:40:41.235Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-08-12T06:40:41.236Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-08-12T06:40:41.236Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:40:41.236Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:40:41.240Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:40:41.240Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286441235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:40:41.340Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:40:41.341Z||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.
2022-08-12T06:40:41.342Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:40:41.358Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:40:41.359Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:40:42.241Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:40:42.259Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:40:42.263Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:40:42.263Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:40:42.263Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:41:12.267Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:41:12.287Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:41:12.292Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:41:12.293Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:41:12.293Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:41:16.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:41:16.323Z||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.
2022-08-12T06:41:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:41:16.352Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:41:16.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:41:16.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:41:16.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:41:42.293Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:41:42.336Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:41:42.341Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:41:42.341Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:41:42.341Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:42:12.342Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:42:12.354Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:42:12.357Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:42:12.358Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:42:12.358Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:42:16.322Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:42:16.324Z||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.
2022-08-12T06:42:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:42:16.353Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:42:16.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:42:16.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286416410,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:42:16.355Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:42:42.358Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:42:42.370Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:42:42.373Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:42:42.373Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:42:42.373Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:43:12.375Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:43:12.394Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:43:12.403Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:43:12.403Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-08-12T06:43:12.405Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-08-12T06:43:16.323Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:43:16.328Z||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.
2022-08-12T06:43:16.328Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:43:16.361Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:43:16.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286418909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286398832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:16.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286395264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286418909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286421059,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286421198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:16.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286421526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286418909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286422062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:16.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:16.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "aai-ml",
  "timestamp": 1660286422201,
  "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=?
2022-08-12T06:43:16.896Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6939900-e922-4785-87e8-f2993fffd6f8
2022-08-12T06:43:16.897Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6939900-e922-4785-87e8-f2993fffd6f8 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:16.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-08-12T06:43:16.943Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286422626,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:16.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:16.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286418909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "policy-id",
  "timestamp": 1660286423064,
  "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=?
2022-08-12T06:43:16.960Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c
2022-08-12T06:43:16.960Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:16.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-08-12T06:43:16.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286423733,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286418909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286424451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:16.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:16.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286418909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:16.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:16.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:16.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286424835,
  "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=?
2022-08-12T06:43:16.981Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c
2022-08-12T06:43:16.982Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c 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=?
2022-08-12T06:43:17.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "clamp",
  "timestamp": 1660286425457,
  "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=?
2022-08-12T06:43:17.010Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f6939900-e922-4785-87e8-f2993fffd6f8
2022-08-12T06:43:17.010Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6939900-e922-4785-87e8-f2993fffd6f8 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286419565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286415591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286424066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286418909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286425841,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.033Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286419565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.033Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286415591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286424066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.034Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.037Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286418909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286427269,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286415591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286419565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286424066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286426865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286427982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286415591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286419565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286424066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.044Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286426865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286415591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286419565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286424066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286426865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286402327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286415591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286419565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286424066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286426865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286430777,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286431292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.048Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286431384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286415591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286419565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286424066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.049Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286426865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.050Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286431897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.050Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.050Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.050Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286432392,
  "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=?
2022-08-12T06:43:17.059Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c
2022-08-12T06:43:17.059Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286419565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286415591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286424066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286426865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286432957,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286415591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286419565,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286394620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286424066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286426865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286434027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.072Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286434604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286434822,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286426865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286434906,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286435099,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1660286426865,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286435909,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286435652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "cds",
  "timestamp": 1660286436098,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.091Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 406e276d-44b5-42e3-a844-58162550c2eb
2022-08-12T06:43:17.091Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406e276d-44b5-42e3-a844-58162550c2eb 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286436207,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.103Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "policy-id",
  "timestamp": 1660286436911,
  "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=?
2022-08-12T06:43:17.114Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 406e276d-44b5-42e3-a844-58162550c2eb
2022-08-12T06:43:17.115Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406e276d-44b5-42e3-a844-58162550c2eb 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1660286436655,
  "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=?
2022-08-12T06:43:17.133Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 406e276d-44b5-42e3-a844-58162550c2eb
2022-08-12T06:43:17.133Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406e276d-44b5-42e3-a844-58162550c2eb 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286437210,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286438215,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-12T06:43:17.142Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286438414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286438967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286439220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.143Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "aai-ml",
  "timestamp": 1660286439971,
  "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=?
2022-08-12T06:43:17.150Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c
2022-08-12T06:43:17.151Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.160Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.160Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286440228,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-08-12T06:43:17.161Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286441235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.166Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286440974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.166Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.166Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.166Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286440974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286442421,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.167Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.167Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286440974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.167Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.167Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.168Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "clamp",
  "timestamp": 1660286443432,
  "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=?
2022-08-12T06:43:17.176Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c
2022-08-12T06:43:17.176Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286440974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286444437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286440974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286444437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286440974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286444437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286440974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286444437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286440974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286444437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286440974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286448908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286444437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286450691,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286448908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286444437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286448908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286444437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286448908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286444437,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286448908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286448908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.195Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286455548,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286448908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "aai-ml",
  "timestamp": 1660286456552,
  "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=?
2022-08-12T06:43:17.204Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 406e276d-44b5-42e3-a844-58162550c2eb
2022-08-12T06:43:17.205Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406e276d-44b5-42e3-a844-58162550c2eb 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286448908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:43:17.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286448908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:43:17.218Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:43:17.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286458413,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286458802,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286461417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286461974,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "clamp",
  "timestamp": 1660286462436,
  "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=?
2022-08-12T06:43:17.226Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 406e276d-44b5-42e3-a844-58162550c2eb
2022-08-12T06:43:17.226Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406e276d-44b5-42e3-a844-58162550c2eb 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:17.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:43:17.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1660286462995,
  "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=?
2022-08-12T06:43:17.249Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 406e276d-44b5-42e3-a844-58162550c2eb
2022-08-12T06:43:17.250Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 406e276d-44b5-42e3-a844-58162550c2eb 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 (?, ?, ?, ?, ?)
2022-08-12T06:43:42.406Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:43:42.421Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:43:42.425Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:43:42.426Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:43:42.426Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:43:42.426Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:43:42.426Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:43:42.426Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:43:42.426Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:43:42.426Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:43:42.427Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:43:42.427Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:43:42.427Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T06:43:42.435Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:44:12.443Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6939900-e922-4785-87e8-f2993fffd6f8 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=?
2022-08-12T06:44:12.457Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6939900-e922-4785-87e8-f2993fffd6f8 and serviceModelVersionId: b49025af-91c6-4ba2-9c17-53c42bad0c37
2022-08-12T06:44:12.457Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3db162c5-8a3c-41fd-874a-3c9640849df6
2022-08-12T06:44:12.459Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3db162c5-8a3c-41fd-874a-3c9640849df6/model-vers/model-ver/b49025af-91c6-4ba2-9c17-53c42bad0c37?depth=0
2022-08-12T06:44:12.466Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:44:12.576Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db162c5-8a3c-41fd-874a-3c9640849df6/model-vers/model-ver/b49025af-91c6-4ba2-9c17-53c42bad0c37?depth=0|INFO|500||Invoke
2022-08-12T06:44:12.577Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db162c5-8a3c-41fd-874a-3c9640849df6/model-vers/model-ver/b49025af-91c6-4ba2-9c17-53c42bad0c37?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db162c5-8a3c-41fd-874a-3c9640849df6/model-vers/model-ver/b49025af-91c6-4ba2-9c17-53c42bad0c37?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6939900-e922-4785-87e8-f2993fffd6f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0215600-3775-42ef-92ef-2889acba98a2], X-ECOMP-RequestID=[f6939900-e922-4785-87e8-f2993fffd6f8], X-TransactionId=[], X-ONAP-RequestID=[f6939900-e922-4785-87e8-f2993fffd6f8], Content-Type=[application/merge-patch+json]}
2022-08-12T06:44:12.626Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db162c5-8a3c-41fd-874a-3c9640849df6/model-vers/model-ver/b49025af-91c6-4ba2-9c17-53c42bad0c37?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:44:12.723Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db162c5-8a3c-41fd-874a-3c9640849df6/model-vers/model-ver/b49025af-91c6-4ba2-9c17-53c42bad0c37?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/3db162c5-8a3c-41fd-874a-3c9640849df6/model-vers/model-ver/b49025af-91c6-4ba2-9c17-53c42bad0c37?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220812-06:44:11:975-51210], vertex-id=[303160], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:44:11 GMT], Content-Type=[application/json]}
2022-08-12T06:44:12.724Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db162c5-8a3c-41fd-874a-3c9640849df6/model-vers/model-ver/b49025af-91c6-4ba2-9c17-53c42bad0c37?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:44:12.725Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3db162c5-8a3c-41fd-874a-3c9640849df6/model-vers/model-ver/b49025af-91c6-4ba2-9c17-53c42bad0c37?depth=0|INFO|500||InvokeReturn
2022-08-12T06:44:12.725Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:44:12.726Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||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=?
2022-08-12T06:44:12.735Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T06:44:12.737Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6939900-e922-4785-87e8-f2993fffd6f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:44:12.738Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:44:12.738Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:12.741Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:12.741Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286652738,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:44:12.841Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:44:12.842Z||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.
2022-08-12T06:44:12.843Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:12.864Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:12.864Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-12T06:44:13.771Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-12T06:44:13.771Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e5de0d7f-1a35-421a-9510-391ceb138ebd","serviceDescription":"service","serviceInvariantUUID":"b531b140-9c55-4ba4-ba0e-464b844335e5","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"73d015e0-543b-4200-9714-8cf3f679050f","resourceInvariantUUID":"2dd2f535-a78a-496a-97c1-85951bd5eb53","resourceCustomizationUUID":"79aeef62-f9db-469a-9709-915dcbb9dab6","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":"Nzg0ZTMwYzI0ODMxMzljODI3MTg4NDUxMWU4NjEzNzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"100df19c-8a5a-49e1-93fa-5688d0f2060f","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":"YWZmZjA1NzZlZWY1NTIzY2E3MjU3NTNkNWIxOTNkOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5618403c-623e-4d18-aac4-4e860b03480a","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":"0b84d046-9234-402f-aac1-5b09c6333688","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":"ee47a6e7-8b29-4aff-9ee3-c3580d23b02d","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":"7906655a-8907-4c9b-b27e-aa870148c577","artifactVersion":"2","generatedFromUUID":"0b84d046-9234-402f-aac1-5b09c6333688"},{"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":"MTVjYjkxNDYyNmQxYTRkMzQ0Y2UxMWMxZTkzODAxNzE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"66042f8b-9f92-4abf-bb07-e41d8dc96d05","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":"ZDZjYzY0ZGUyNmFlNWM1MjRiZjcwZjVhY2UwMGU5YTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a3fa3446-e923-4fff-8ea7-d2e95f431edc","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MjEwMTk3Y2NkM2ZkMzQ2NzQxNTMzMjBlY2I3N2M0NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b308611-9a94-4432-a1d9-071a2c141909","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:44:13.772Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:44:13.772Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:13.774Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:13.775Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:44:13.875Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:44:13.876Z||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.
2022-08-12T06:44:13.876Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:13.889Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:13.889Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:14.775Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:44:14.776Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:14.779Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:14.780Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:44:14.884Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-08-12T06:44:14.885Z||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.
2022-08-12T06:44:14.885Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:14.901Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:14.901Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:44:15.781Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:44:15.782Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:15.789Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:15.789Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:44:15.889Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:44:15.890Z||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.
2022-08-12T06:44:15.890Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:15.911Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:15.911Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:16.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:44:16.323Z||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.
2022-08-12T06:44:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:16.791Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:44:16.792Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:16.796Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:16.796Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:44:16.898Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:44:16.899Z||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.
2022-08-12T06:44:16.899Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:16.920Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:16.921Z||pool-137-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:16.933Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:16.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:44:16.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f6939900-e922-4785-87e8-f2993fffd6f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286652738,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:44:16.935Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:44:16.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:44:16.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:44:16.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:44:16.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:44:16.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-08-12T06:44:16.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:44:16.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:44:16.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-08-12T06:44:16.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:44:17.797Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:44:17.798Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:17.801Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:17.801Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-12T06:44:17.901Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:44:17.902Z||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.
2022-08-12T06:44:17.902Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:17.918Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:17.919Z||pool-138-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:18.802Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:44:18.803Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:18.806Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:18.807Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:44:18.907Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:44:18.908Z||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.
2022-08-12T06:44:18.908Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:18.946Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:18.947Z||pool-139-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:19.809Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:44:19.810Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:19.812Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:19.813Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:44:19.914Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:44:19.915Z||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.
2022-08-12T06:44:19.915Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:19.934Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:19.936Z||pool-140-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:20.814Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:44:20.815Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:20.817Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:20.817Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:44:20.942Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 125 ms
2022-08-12T06:44:20.943Z||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.
2022-08-12T06:44:20.943Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:20.998Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:21.003Z||pool-141-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:21.824Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e5de0d7f-1a35-421a-9510-391ceb138ebd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b531b140-9c55-4ba4-ba0e-464b844335e5",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "79aeef62-f9db-469a-9709-915dcbb9dab6",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "73d015e0-543b-4200-9714-8cf3f679050f",
      "resourceInvariantUUID": "2dd2f535-a78a-496a-97c1-85951bd5eb53",
      "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": "YWZmZjA1NzZlZWY1NTIzY2E3MjU3NTNkNWIxOTNkOWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5618403c-623e-4d18-aac4-4e860b03480a",
          "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": "0b84d046-9234-402f-aac1-5b09c6333688",
          "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": "7906655a-8907-4c9b-b27e-aa870148c577",
            "generatedFromUUID": "0b84d046-9234-402f-aac1-5b09c6333688"
          },
          "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": "7906655a-8907-4c9b-b27e-aa870148c577",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "MjEwMTk3Y2NkM2ZkMzQ2NzQxNTMzMjBlY2I3N2M0NWE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b308611-9a94-4432-a1d9-071a2c141909"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:44:21.825Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:44:21.825Z|f6939900-e922-4785-87e8-f2993fffd6f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5de0d7f-1a35-421a-9510-391ceb138ebd ASDC
2022-08-12T06:44:21.826Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:e5de0d7f-1a35-421a-9510-391ceb138ebd
ServiceInvariantUUID:b531b140-9c55-4ba4-ba0e-464b844335e5
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:2b308611-9a94-4432-a1d9-071a2c141909
ArtifactChecksum:MjEwMTk3Y2NkM2ZkMzQ2NzQxNTMzMjBlY2I3N2M0NWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:79aeef62-f9db-469a-9709-915dcbb9dab6
ResourceInvariantUUID:2dd2f535-a78a-496a-97c1-85951bd5eb53
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:73d015e0-543b-4200-9714-8cf3f679050f
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:5618403c-623e-4d18-aac4-4e860b03480a
ArtifactChecksum:YWZmZjA1NzZlZWY1NTIzY2E3MjU3NTNkNWIxOTNkOWQ=
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:0b84d046-9234-402f-aac1-5b09c6333688
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:7906655a-8907-4c9b-b27e-aa870148c577
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:7906655a-8907-4c9b-b27e-aa870148c577
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-08-12T06:44:21.826Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5de0d7f-1a35-421a-9510-391ceb138ebd 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=?
2022-08-12T06:44:21.991Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:44:21.992Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-12T06:44:21.992Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-12T06:44:21.992Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2b308611-9a94-4432-a1d9-071a2c141909 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-12T06:44:21.992Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:44:21.992Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-12T06:44:22.614Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:44:22.629Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2b308611-9a94-4432-a1d9-071a2c141909 82473
2022-08-12T06:44:22.630Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-12T06:44:22.635Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-12T06:44:22.635Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:44:22.635Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:22.640Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:22.640Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286662630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:44:22.753Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 112 ms
2022-08-12T06:44:22.754Z||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.
2022-08-12T06:44:22.754Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:22.788Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:22.789Z||pool-142-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:23.648Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:44:23.648Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-12T06:44:23.649Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 2b308611-9a94-4432-a1d9-071a2c141909, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-12T06:44:23.649Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-08-12T06:44:23.650Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-12T06:44:23.650Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-12T06:44:24.102Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5514821939827654278/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-08-12T06:44:26.805Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:44:26.805Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-12T06:44:26.805Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-12T06:44:26.806Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-12T06:44:26.806Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:26.806Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:26.806Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-12T06:44:26.806Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:26.806Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-12T06:44:26.806Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:26.806Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-08-12T06:44:26.806Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-12T06:44:26.807Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.807Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:26.807Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-12T06:44:26.807Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-12T06:44:26.808Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:44:26.808Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.808Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:26.808Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-12T06:44:26.808Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-12T06:44:26.808Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:44:26.809Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.809Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:26.809Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.809Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-12T06:44:26.809Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-08-12T06:44:26.809Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-08-12T06:44:26.810Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-08-12T06:44:26.810Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-12T06:44:26.810Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-08-12T06:44:26.810Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.810Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:44:26.810Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.811Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-12T06:44:26.811Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:44:26.811Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.811Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-12T06:44:26.812Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:44:26.812Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.812Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-12T06:44:26.812Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:44:26.812Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.813Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-12T06:44:26.813Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-12T06:44:26.813Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-12T06:44:26.813Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b80ade28-8b3a-45aa-afdb-124d44a782f3
2022-08-12T06:44:26.813Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.813Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:26.814Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.814Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:26.814Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.814Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:26.814Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:26.814Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:26.814Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:e5de0d7f-1a35-421a-9510-391ceb138ebd
Model Version:NULL
Model InvariantUuid:b531b140-9c55-4ba4-ba0e-464b844335e5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:684a690b-c3b1-4eaa-a872-48bb2f711419
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2dd2f535-a78a-496a-97c1-85951bd5eb53
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:79aeef62-f9db-469a-9709-915dcbb9dab6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:ff70a6de-65d2-424f-b0af-9636d1630f35
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:87e6dd34-152b-44ba-9236-d5409c2f390f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b80ade28-8b3a-45aa-afdb-124d44a782f3
ModelInvariantUuid:4366dd87-8f0b-41db-af35-e319c32a0817
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:04cdac96-dbdd-45b9-9619-6ea04ae03eca
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7489527d-16e0-4255-a155-ac96e723fde2
ModelInvariantUuid:630b2594-01aa-4257-98b8-1d3d884236df
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:630fc464-5099-4175-ab0a-d05e50500fcb
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=?
2022-08-12T06:44:26.860Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 73d015e0-543b-4200-9714-8cf3f679050f
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=?
2022-08-12T06:44:26.868Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-08-12T06:44:26.869Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 73d015e0-543b-4200-9714-8cf3f679050f
2022-08-12T06:44:26.869Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5618403c-623e-4d18-aac4-4e860b03480a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-08-12T06:44:26.869Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:44:26.869Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:26.972Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:44:26.973Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5618403c-623e-4d18-aac4-4e860b03480a 792
2022-08-12T06:44:26.973Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:26.973Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:26.973Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:44:26.974Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:26.984Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:26.984Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286666973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:44:27.080Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-08-12T06:44:27.085Z||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.
2022-08-12T06:44:27.088Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:27.110Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:27.111Z||pool-143-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:27.985Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ff70a6de-65d2-424f-b0af-9636d1630f35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87e6dd34-152b-44ba-9236-d5409c2f390f",
    "vfModuleModelCustomizationUUID": "63e2756a-5fb8-46c9-a624-45899845b878",
    "isBase": true,
    "artifacts": [
      "0b84d046-9234-402f-aac1-5b09c6333688",
      "7906655a-8907-4c9b-b27e-aa870148c577"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:44:27.996Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87e6dd34-152b-44ba-9236-d5409c2f390f
VfModuleModelInvariantUUID:ff70a6de-65d2-424f-b0af-9636d1630f35
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b84d046-9234-402f-aac1-5b09c6333688
,
7906655a-8907-4c9b-b27e-aa870148c577

}
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


}

2022-08-12T06:44:28.006Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "ff70a6de-65d2-424f-b0af-9636d1630f35",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "87e6dd34-152b-44ba-9236-d5409c2f390f",
    "vfModuleModelCustomizationUUID": "63e2756a-5fb8-46c9-a624-45899845b878",
    "isBase": true,
    "artifacts": [
      "0b84d046-9234-402f-aac1-5b09c6333688",
      "7906655a-8907-4c9b-b27e-aa870148c577"
    ],
    "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": ""
    }
  }
]
2022-08-12T06:44:28.007Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:87e6dd34-152b-44ba-9236-d5409c2f390f
VfModuleModelInvariantUUID:ff70a6de-65d2-424f-b0af-9636d1630f35
VfModuleModelDescription:NULL
Artifacts UUID List:{
0b84d046-9234-402f-aac1-5b09c6333688
,
7906655a-8907-4c9b-b27e-aa870148c577

}
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


}

2022-08-12T06:44:28.007Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0b84d046-9234-402f-aac1-5b09c6333688 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-08-12T06:44:28.007Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:44:28.007Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:28.152Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:44:28.153Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0b84d046-9234-402f-aac1-5b09c6333688 5033
2022-08-12T06:44:28.153Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:28.154Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:28.154Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:44:28.154Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:28.171Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:28.171Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286668153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:44:28.263Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-12T06:44:28.264Z||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.
2022-08-12T06:44:28.265Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:28.288Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:28.288Z||pool-144-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:29.177Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7906655a-8907-4c9b-b27e-aa870148c577 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-08-12T06:44:29.177Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:44:29.177Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:29.291Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:44:29.296Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7906655a-8907-4c9b-b27e-aa870148c577 903
2022-08-12T06:44:29.296Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:29.296Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:29.296Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:44:29.297Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:29.299Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:29.300Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286669296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:44:29.402Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:44:29.406Z||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.
2022-08-12T06:44:29.407Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:29.431Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:29.433Z||pool-145-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:44:30.305Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e5de0d7f-1a35-421a-9510-391ceb138ebd
2022-08-12T06:44:30.305Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 73d015e0-543b-4200-9714-8cf3f679050f 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=?
2022-08-12T06:44:30.326Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ed8215b, org.onap.sdc.toscaparser.api.parameters.Input@290f1d5e, org.onap.sdc.toscaparser.api.parameters.Input@3aa7bdad, org.onap.sdc.toscaparser.api.parameters.Input@7204a373, org.onap.sdc.toscaparser.api.parameters.Input@2d099691]
2022-08-12T06:44:30.328Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.329Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:30.329Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-08-12T06:44:30.330Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 79aeef62-f9db-469a-9709-915dcbb9dab6
2022-08-12T06:44:30.330Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79aeef62-f9db-469a-9709-915dcbb9dab6 matches Tosca VF Customization UUID: 79aeef62-f9db-469a-9709-915dcbb9dab6
2022-08-12T06:44:30.331Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 79aeef62-f9db-469a-9709-915dcbb9dab6  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=?
2022-08-12T06:44:30.335Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.336Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:30.338Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 79aeef62-f9db-469a-9709-915dcbb9dab6: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-08-12T06:44:30.338Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2c38304a
2022-08-12T06:44:30.338Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.339Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-08-12T06:44:30.339Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 63e2756a-5fb8-46c9-a624-45899845b878
2022-08-12T06:44:30.341Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 63e2756a-5fb8-46c9-a624-45899845b878
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=?
2022-08-12T06:44:30.349Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.354Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-12T06:44:30.355Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:44:30.357Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.358Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-12T06:44:30.369Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:44:30.370Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.371Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-08-12T06:44:30.371Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-08-12T06:44:30.372Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-08-12T06:44:30.372Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b80ade28-8b3a-45aa-afdb-124d44a782f3
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=?
2022-08-12T06:44:30.376Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.377Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-12T06:44:30.378Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-08-12T06:44:30.379Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.379Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-08-12T06:44:30.380Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=79aeef62-f9db-469a-9709-915dcbb9dab6
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=?
2022-08-12T06:44:30.390Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.392Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:30.393Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e5de0d7f-1a35-421a-9510-391ceb138ebd: basic_vm_macro
2022-08-12T06:44:30.393Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.393Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:30.394Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.395Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:30.395Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.396Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:30.396Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.396Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:30.396Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:44:30.397Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:44:30.397Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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 (?, ?, ?, ?, ?)
2022-08-12T06:44:30.652Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 73d015e0-543b-4200-9714-8cf3f679050f 1 ASDC deployResourceStructure
2022-08-12T06:44:30.652Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:30.652Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:30.652Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:44:30.653Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:30.656Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:30.656Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286670652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:44:30.770Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 114 ms
2022-08-12T06:44:30.771Z||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.
2022-08-12T06:44:30.812Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:30.844Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:30.844Z||pool-146-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:31.660Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:31.661Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:31.661Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:44:31.661Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:31.672Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:31.672Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286671660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:44:31.764Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-12T06:44:31.766Z||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.
2022-08-12T06:44:31.767Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:31.791Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:31.792Z||pool-147-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:32.675Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:32.675Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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
2022-08-12T06:44:32.676Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:44:32.676Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:32.678Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:32.679Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286672675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:44:32.780Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-08-12T06:44:32.781Z||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.
2022-08-12T06:44:32.781Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:32.799Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:32.800Z||pool-148-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:44:33.680Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-08-12T06:44:33.681Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-08-12T06:44:33.681Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:44:33.681Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:44:33.688Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:44:33.688Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286673680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:44:33.786Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-08-12T06:44:33.787Z||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.
2022-08-12T06:44:33.787Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:44:33.819Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:44:33.820Z||pool-149-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:44:34.691Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:44:34.702Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:44:34.706Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:44:34.706Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:44:34.707Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:44:34.707Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:44:34.707Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:44:34.707Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:44:34.707Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:44:34.707Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:44:34.708Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:44:34.708Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:44:34.708Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T06:44:34.713Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:45:04.714Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c 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=?
2022-08-12T06:45:04.729Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c and serviceModelVersionId: e5de0d7f-1a35-421a-9510-391ceb138ebd
2022-08-12T06:45:04.729Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b531b140-9c55-4ba4-ba0e-464b844335e5
2022-08-12T06:45:04.730Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b531b140-9c55-4ba4-ba0e-464b844335e5/model-vers/model-ver/e5de0d7f-1a35-421a-9510-391ceb138ebd?depth=0
2022-08-12T06:45:04.736Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:45:04.814Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b531b140-9c55-4ba4-ba0e-464b844335e5/model-vers/model-ver/e5de0d7f-1a35-421a-9510-391ceb138ebd?depth=0|INFO|500||Invoke
2022-08-12T06:45:04.815Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b531b140-9c55-4ba4-ba0e-464b844335e5/model-vers/model-ver/e5de0d7f-1a35-421a-9510-391ceb138ebd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b531b140-9c55-4ba4-ba0e-464b844335e5/model-vers/model-ver/e5de0d7f-1a35-421a-9510-391ceb138ebd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9052ca72-f67b-4411-bfe0-663ad35c9e70], X-ECOMP-RequestID=[d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c], X-TransactionId=[], X-ONAP-RequestID=[d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c], Content-Type=[application/merge-patch+json]}
2022-08-12T06:45:04.876Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b531b140-9c55-4ba4-ba0e-464b844335e5/model-vers/model-ver/e5de0d7f-1a35-421a-9510-391ceb138ebd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:45:05.021Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b531b140-9c55-4ba4-ba0e-464b844335e5/model-vers/model-ver/e5de0d7f-1a35-421a-9510-391ceb138ebd?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/b531b140-9c55-4ba4-ba0e-464b844335e5/model-vers/model-ver/e5de0d7f-1a35-421a-9510-391ceb138ebd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220812-06:45:04:224-48429], vertex-id=[311448], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:45:04 GMT], Content-Type=[application/json]}
2022-08-12T06:45:05.021Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b531b140-9c55-4ba4-ba0e-464b844335e5/model-vers/model-ver/e5de0d7f-1a35-421a-9510-391ceb138ebd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:45:05.022Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b531b140-9c55-4ba4-ba0e-464b844335e5/model-vers/model-ver/e5de0d7f-1a35-421a-9510-391ceb138ebd?depth=0|INFO|500||InvokeReturn
2022-08-12T06:45:05.023Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:45:05.023Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||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=?
2022-08-12T06:45:05.036Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T06:45:05.037Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:45:05.037Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:45:05.037Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:05.040Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:05.040Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286705037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:45:05.140Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:45:05.141Z||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.
2022-08-12T06:45:05.141Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:05.164Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:05.165Z||pool-150-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-08-12T06:45:06.065Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:45:06.072Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:45:06.073Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:10.572Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:10.574Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-08-12T06:45:10.574Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"406e276d-44b5-42e3-a844-58162550c2eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"354efa1c-60e6-4827-8a66-46808c212d27","serviceDescription":"service","serviceInvariantUUID":"c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ddafc151-61a8-4214-9f63-911f05f6937d","resourceInvariantUUID":"74113200-f869-4dec-b0a4-2298c4d1ea93","resourceCustomizationUUID":"117b5f76-6676-4879-989c-109e3ed9d9a7","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":"NDBkNTgyY2Y1NzMxNzQ2MmFlOTc2YjYwMGMyOWIzMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"623f82da-26d7-4806-a40b-97d07c05e2be","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":"d21c4eb5-86ff-4429-bb58-aa14f9df5436","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":"bd44e88a-c56c-4d58-a007-8e15d1a51ca1","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":"ZTAwMmE3NGQ3MTcwMzVkMjgzNWE2MjZmMDU2OTI2YWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b3f28241-2e11-448e-8ad3-0aeb203b2359","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":"e299c642-8c2b-4b2c-acc8-f74f0f3012b3","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":"31d20cce-f1b2-446f-9695-45a03c1f0c98","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":"57883aba-c9d9-4455-b058-e7166c02baf3","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":"ODY4YmMyMTEyMjY2ZTZhMjA3OTBkZjcyNThhOTE3MzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cbb1f7b4-ac87-4b7d-af58-66d6799fe792","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OTU0ODU1Nzk4M2Q2OTAyZjg3NjU1YTYwNmI5ZmUyMmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"de8f3840-f7be-445b-8656-2225f1391be5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-08-12T06:45:10.580Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:45:10.580Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:10.586Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:10.586Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:45:10.686Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-08-12T06:45:10.687Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:10.687Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:10.705Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:10.707Z||pool-151-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-08-12T06:45:11.588Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:45:11.590Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:11.600Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:11.601Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:45:11.698Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-12T06:45:11.699Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:11.699Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:11.716Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:11.717Z||pool-152-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:12.602Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:45:12.602Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:12.604Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:12.604Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:45:12.707Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-08-12T06:45:12.708Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:12.709Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:12.725Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:12.726Z||pool-153-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:13.606Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:45:13.607Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:13.615Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:13.615Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:45:13.711Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-08-12T06:45:13.712Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:13.712Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:13.729Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:13.730Z||pool-154-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:14.617Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:45:14.617Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:14.620Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:14.620Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:45:14.720Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:45:14.721Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:14.721Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:14.741Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:14.742Z||pool-155-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:15.622Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:45:15.622Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:15.629Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:15.629Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:45:15.727Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-12T06:45:15.728Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:15.728Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:15.760Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:15.761Z||pool-156-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:16.322Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:45:16.323Z||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.
2022-08-12T06:45:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:16.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:16.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-08-12T06:45:16.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:45:16.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:45:16.630Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:45:16.630Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:16.632Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:16.632Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:45:16.733Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-08-12T06:45:16.734Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:16.734Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:16.755Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:16.756Z||pool-157-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:17.633Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:45:17.635Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:17.642Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:17.643Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:45:17.738Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-08-12T06:45:17.739Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:17.739Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:17.754Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:17.755Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:18.644Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-08-12T06:45:18.645Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:18.649Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:18.649Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:45:18.747Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-12T06:45:18.748Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:18.748Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:18.766Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:18.767Z||pool-159-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:19.650Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "354efa1c-60e6-4827-8a66-46808c212d27",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "117b5f76-6676-4879-989c-109e3ed9d9a7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ddafc151-61a8-4214-9f63-911f05f6937d",
      "resourceInvariantUUID": "74113200-f869-4dec-b0a4-2298c4d1ea93",
      "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": "OTU0ODU1Nzk4M2Q2OTAyZjg3NjU1YTYwNmI5ZmUyMmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "de8f3840-f7be-445b-8656-2225f1391be5"
    }
  ],
  "workloadContext": "Production"
}
2022-08-12T06:45:19.651Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-08-12T06:45:19.651Z|d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 354efa1c-60e6-4827-8a66-46808c212d27 ASDC
2022-08-12T06:45:19.652Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:406e276d-44b5-42e3-a844-58162550c2eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:354efa1c-60e6-4827-8a66-46808c212d27
ServiceInvariantUUID:c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f
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:de8f3840-f7be-445b-8656-2225f1391be5
ArtifactChecksum:OTU0ODU1Nzk4M2Q2OTAyZjg3NjU1YTYwNmI5ZmUyMmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:117b5f76-6676-4879-989c-109e3ed9d9a7
ResourceInvariantUUID:74113200-f869-4dec-b0a4-2298c4d1ea93
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:ddafc151-61a8-4214-9f63-911f05f6937d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-08-12T06:45:19.652Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 354efa1c-60e6-4827-8a66-46808c212d27 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=?
2022-08-12T06:45:19.725Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:45:19.726Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-12T06:45:19.727Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-12T06:45:19.727Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: de8f3840-f7be-445b-8656-2225f1391be5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-12T06:45:19.727Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-08-12T06:45:19.727Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-12T06:45:20.036Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-08-12T06:45:20.071Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar de8f3840-f7be-445b-8656-2225f1391be5 110780
2022-08-12T06:45:20.071Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-12T06:45:20.072Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-12T06:45:20.072Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-08-12T06:45:20.073Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:20.089Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:20.090Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286720071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:45:20.182Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-08-12T06:45:20.184Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:20.184Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:20.214Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:20.215Z||pool-160-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:21.092Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-08-12T06:45:21.093Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-08-12T06:45:21.093Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: de8f3840-f7be-445b-8656-2225f1391be5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-12T06:45:21.096Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-08-12T06:45:21.097Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-12T06:45:21.097Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-12T06:45:21.416Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9272900998775158182/Definitions/service-TestPnfMacro-template.yml
2022-08-12T06:45:22.812Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-08-12T06:45:22.812Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-12T06:45:22.812Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-12T06:45:22.812Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-08-12T06:45:22.813Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||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
2022-08-12T06:45:22.813Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||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
2022-08-12T06:45:22.813Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||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
2022-08-12T06:45:22.813Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||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
2022-08-12T06:45:22.813Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||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
2022-08-12T06:45:22.813Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||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
2022-08-12T06:45:22.813Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-08-12T06:45:22.813Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-08-12T06:45:22.813Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:45:22.814Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:45:22.817Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-12T06:45:22.817Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-12T06:45:22.817Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:45:22.817Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:45:22.818Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:45:22.818Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-08-12T06:45:22.818Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-08-12T06:45:22.818Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-08-12T06:45:22.818Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:45:22.818Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:45:22.819Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:45:22.819Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:45:22.821Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:45:22.824Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:45:22.825Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:45:22.825Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:45:22.825Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:45:22.826Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:45:22.826Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:354efa1c-60e6-4827-8a66-46808c212d27
Model Version:NULL
Model InvariantUuid:c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f
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=?
2022-08-12T06:45:22.838Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ddafc151-61a8-4214-9f63-911f05f6937d
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=?
2022-08-12T06:45:22.844Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-08-12T06:45:22.844Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ddafc151-61a8-4214-9f63-911f05f6937d
2022-08-12T06:45:22.845Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 354efa1c-60e6-4827-8a66-46808c212d27
2022-08-12T06:45:22.845Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 354efa1c-60e6-4827-8a66-46808c212d27
2022-08-12T06:45:22.845Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 ddafc151-61a8-4214-9f63-911f05f6937d 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=?
2022-08-12T06:45:22.854Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6d541cd3, org.onap.sdc.toscaparser.api.parameters.Input@6a71ed57, org.onap.sdc.toscaparser.api.parameters.Input@5cdd25a5, org.onap.sdc.toscaparser.api.parameters.Input@777f5569, org.onap.sdc.toscaparser.api.parameters.Input@3a807dd1]
2022-08-12T06:45:22.855Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:45:22.855Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:45:22.856Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 354efa1c-60e6-4827-8a66-46808c212d27: test-pnf
2022-08-12T06:45:22.856Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||Processing PNF resource: ddafc151-61a8-4214-9f63-911f05f6937d
2022-08-12T06:45:22.856Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-08-12T06:45:22.856Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-08-12T06:45:22.857Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||Resource customization UUID: 117b5f76-6676-4879-989c-109e3ed9d9a7 is the same as notified resource customizationUUID: 117b5f76-6676-4879-989c-109e3ed9d9a7
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 (?, ?)
2022-08-12T06:45:22.968Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf ddafc151-61a8-4214-9f63-911f05f6937d 0 ASDC deployResourceStructure
2022-08-12T06:45:22.969Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-08-12T06:45:22.969Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-08-12T06:45:22.972Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-08-12T06:45:22.973Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:22.975Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:22.975Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286722969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:45:23.075Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-08-12T06:45:23.080Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:23.081Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:23.112Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:23.113Z||pool-161-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-08-12T06:45:23.982Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 406e276d-44b5-42e3-a844-58162550c2eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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=?
2022-08-12T06:45:24.058Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 406e276d-44b5-42e3-a844-58162550c2eb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-08-12T06:45:24.073Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-08-12T06:45:24.073Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-08-12T06:45:24.073Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-08-12T06:45:24.082Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-08-12T06:45:24.083Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:45:24.083Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:45:24.083Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:45:24.083Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:45:24.083Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:45:24.083Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:45:24.083Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-08-12T06:45:24.083Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-08-12T06:45:24.112Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-08-12T06:45:54.113Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 406e276d-44b5-42e3-a844-58162550c2eb 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=?
2022-08-12T06:45:54.128Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 406e276d-44b5-42e3-a844-58162550c2eb and serviceModelVersionId: 354efa1c-60e6-4827-8a66-46808c212d27
2022-08-12T06:45:54.129Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f
2022-08-12T06:45:54.131Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f/model-vers/model-ver/354efa1c-60e6-4827-8a66-46808c212d27?depth=0
2022-08-12T06:45:54.141Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-08-12T06:45:54.257Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f/model-vers/model-ver/354efa1c-60e6-4827-8a66-46808c212d27?depth=0|INFO|500||Invoke
2022-08-12T06:45:54.259Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f/model-vers/model-ver/354efa1c-60e6-4827-8a66-46808c212d27?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f/model-vers/model-ver/354efa1c-60e6-4827-8a66-46808c212d27?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[406e276d-44b5-42e3-a844-58162550c2eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[592ece36-dad7-4af4-83d4-95533e7db395], X-ECOMP-RequestID=[406e276d-44b5-42e3-a844-58162550c2eb], X-TransactionId=[], X-ONAP-RequestID=[406e276d-44b5-42e3-a844-58162550c2eb], Content-Type=[application/merge-patch+json]}
2022-08-12T06:45:54.299Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f/model-vers/model-ver/354efa1c-60e6-4827-8a66-46808c212d27?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-08-12T06:45:54.429Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f/model-vers/model-ver/354efa1c-60e6-4827-8a66-46808c212d27?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/c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f/model-vers/model-ver/354efa1c-60e6-4827-8a66-46808c212d27?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220812-06:45:53:647-9661], vertex-id=[278744], Content-Length=[0], Date=[Fri, 12 Aug 2022 06:45:53 GMT], Content-Type=[application/json]}
2022-08-12T06:45:54.430Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f/model-vers/model-ver/354efa1c-60e6-4827-8a66-46808c212d27?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-08-12T06:45:54.431Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c90233ad-0bfe-4274-bdfc-a1f1a5f06e8f/model-vers/model-ver/354efa1c-60e6-4827-8a66-46808c212d27?depth=0|INFO|500||InvokeReturn
2022-08-12T06:45:54.431Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-08-12T06:45:54.432Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||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=?
2022-08-12T06:45:54.439Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-08-12T06:45:54.440Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 406e276d-44b5-42e3-a844-58162550c2eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-08-12T06:45:54.441Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-08-12T06:45:54.441Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-08-12T06:45:54.447Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-08-12T06:45:54.447Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286754440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:45:54.554Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-08-12T06:45:54.563Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-08-12T06:45:54.563Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:45:54.592Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:45:54.595Z||pool-162-thread-1|||||INFO|500||cambria reply ok (40 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=?
2022-08-12T06:45:55.504Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:45:55.505Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:45:55.505Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:46:05.063Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:46:05.064Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:46:05.065Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:46:05.065Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:46:14.620Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:46:14.622Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:46:14.623Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:46:14.623Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:46:16.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:46:16.324Z||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.
2022-08-12T06:46:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:46:16.354Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:46:16.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-08-12T06:46:16.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:16.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:46:16.359Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:16.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.360Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:46:16.360Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:16.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.361Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286416316,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:46:16.361Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:16.361Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286662630,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:46:16.362Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:46:16.362Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.362Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286666973,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:46:16.363Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:46:16.363Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.363Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286668153,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:46:16.364Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:46:16.364Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.364Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286669296,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:46:16.365Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:46:16.365Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.365Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286670652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-08-12T06:46:16.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:46:16.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286671660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-08-12T06:46:16.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:46:16.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286672675,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-08-12T06:46:16.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:46:16.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286673680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:46:16.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:46:16.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e4e6b6-d2d1-4aeb-b875-2b8963e4f12c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286705037,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:46:16.367Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:46:16.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.368Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:46:16.368Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:16.368Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:46:16.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:16.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:46:16.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:16.369Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.369Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:46:16.369Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:16.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:46:16.370Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:16.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-08-12T06:46:16.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:46:16.374Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:46:24.171Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:46:24.172Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:46:24.173Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:46:24.174Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:46:33.741Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:46:33.741Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:46:33.742Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:46:33.742Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:46:43.296Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:47:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:47:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:47:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:47:16.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:47:16.323Z||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.
2022-08-12T06:47:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:47:16.350Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:47:16.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:47:16.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:47:16.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:47:25.864Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:48:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:48:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:48:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:48:16.322Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:48:16.323Z||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.
2022-08-12T06:48:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:48:16.854Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:48:16.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:48:16.855Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286706065,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286720071,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286722969,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:48:16.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-08-12T06:48:16.860Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "406e276d-44b5-42e3-a844-58162550c2eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1660286754440,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-08-12T06:48:16.861Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-08-12T06:48:25.872Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:49:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:49:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:49:16.319Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:49:16.323Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:49:16.324Z||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.
2022-08-12T06:49:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:49:25.890Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:49:25.901Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:50:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:50:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:50:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:50:16.323Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:50:16.324Z||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.
2022-08-12T06:50:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:50:25.909Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:50:25.916Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:51:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:51:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:51:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:51:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:51:16.323Z||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.
2022-08-12T06:51:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:51:25.924Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:51:25.934Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:52:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:52:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:52:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:52:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:52:16.323Z||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.
2022-08-12T06:52:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:52:25.867Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:52:25.868Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:53:16.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:53:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:53:16.325Z||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.
2022-08-12T06:53:16.325Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:53:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:53:16.325Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:53:25.890Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:53:25.892Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:54:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:54:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:54:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:54:16.322Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:54:16.324Z||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.
2022-08-12T06:54:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:54:25.869Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:54:25.872Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:55:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:55:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:55:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:55:16.322Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:55:16.323Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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.
2022-08-12T06:55:16.323Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:55:25.870Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:55:25.871Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:56:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:56:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:56:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:56:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:56:16.323Z||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.
2022-08-12T06:56:16.323Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:56:25.889Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:56:25.892Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:57:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:57:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:57:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:57:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:57:16.323Z||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.
2022-08-12T06:57:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:57:25.890Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:57:25.890Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:58:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:58:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:58:16.318Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:58:16.322Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:58:16.323Z||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.
2022-08-12T06:58:16.324Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:58:25.876Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:58:25.878Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:59:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:59:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T06:59:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T06:59:16.323Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T06:59:16.324Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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.
2022-08-12T06:59:16.324Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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 7bHggz4fKXTpFhKU) ...
2022-08-12T06:59:25.873Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T06:59:25.885Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T07:00:16.316Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T07:00:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T07:00:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T07:00:16.322Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T07:00:16.323Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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.
2022-08-12T07:00:16.323Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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 7bHggz4fKXTpFhKU) ...
2022-08-12T07:00:25.862Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T07:00:25.866Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T07:01:16.317Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T07:01:16.320Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-08-12T07:01:16.320Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 7bHggz4fKXTpFhKU) ...
2022-08-12T07:01:16.322Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T07:01:16.323Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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.
2022-08-12T07:01:16.323Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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 7bHggz4fKXTpFhKU) ...
2022-08-12T07:01:25.865Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T07:01:25.869Z|406e276d-44b5-42e3-a844-58162550c2eb|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T07:02:16.316Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T07:02:16.317Z||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.
2022-08-12T07:02:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T07:02:16.322Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T07:02:16.323Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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.
2022-08-12T07:02:16.323Z|a5158e46-afc5-4f85-800b-850e66daf7b1|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 7bHggz4fKXTpFhKU) ...
2022-08-12T07:02:25.874Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T07:02:25.874Z|a5158e46-afc5-4f85-800b-850e66daf7b1|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T07:03:16.316Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T07:03:16.317Z||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.
2022-08-12T07:03:16.317Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T07:03:16.322Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-08-12T07:03:16.325Z||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.
2022-08-12T07:03:16.325Z||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 7bHggz4fKXTpFhKU) ...
2022-08-12T07:03:25.880Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-08-12T07:03:25.887Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK