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-05-12T12:31:22.159Z||main|||||INFO|500||The following profiles are active: basic
2022-05-12T12:31:31.425Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-12T12:31:31.426Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-12T12:31:31.582Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-12T12:31:34.807Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-12T12:31:35.200Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-12T12:31:35.582Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-12T12:31:35.596Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-12T12:31:35.732Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-12T12:31:35.966Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-12T12:31:36.421Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-12T12:31:38.100Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-12T12:31:40.008Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-12T12:31:40.044Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-12T12:31:40.592Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-12T12:31:40.838Z||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-05-12T12:31:41.667Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-12T12:31:42.475Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-12T12:31:42.493Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$b3d2088f.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-12T12:31:42.494Z||main|||||WARN|500||The sdc end point is not alive
2022-05-12T12:31:44.579Z||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-05-12T12:31:46.634Z||main|||||WARN|500||---
2022-05-12T12:31:46.634Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-12T12:31:46.635Z||main|||||WARN|500||---
2022-05-12T12:31:46.949Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-12T12:31:50.662Z||main|||||INFO|500||Started Application in 31.571 seconds (JVM running for 33.214)
2022-05-12T12:31:50.670Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-12T12:31:50.671Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-12T12:31:50.683Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-12T12:31:50.722Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-12T12:31:50.759Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0a283dd9-05c6-4c93-9b6f-ce9cc680f1b7 url= /sdc/v1/artifactTypes
2022-05-12T12:31:50.760Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-12T12:31:50.950Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-12T12:31:50.975Z||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-05-12T12:31:50.994Z||scheduling-1|||||DEBUG|500||create keys
2022-05-12T12:31:51.000Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-12T12:31:51.033Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:31:51.047Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= cfc81fa6-0b66-46a5-a2e8-28df10befd03 url= /sdc/v1/registerForDistribution
2022-05-12T12:31:51.233Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= cfc81fa6-0b66-46a5-a2e8-28df10befd03 url= /sdc/v1/registerForDistribution
2022-05-12T12:31:51.234Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-12T12:31:51.247Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-12T12:31:51.255Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:31:51.256Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:31:51.274Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:31:51.274Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:31:51.273Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:31:51.275Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:32:01.641Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:32:01.644Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:32:51.241Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:32:51.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:32:51.243Z||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-05-12T12:32:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:32:51.244Z||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-05-12T12:32:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:33:00.805Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:33:00.808Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:33:51.243Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:33:51.243Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:33:51.246Z||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-05-12T12:33:51.246Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:33:51.246Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:33:51.246Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:34:00.803Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:34:00.803Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:34:51.240Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:34:51.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:34:51.243Z||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-05-12T12:34:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:34:51.243Z||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-05-12T12:34:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:35:00.806Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:35:00.809Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:35:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:35:51.242Z||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-05-12T12:35:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:35:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:35:51.243Z||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-05-12T12:35:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:36:00.802Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:36:00.807Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:36:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:36:51.242Z||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-05-12T12:36:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:36:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:36:51.243Z||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-05-12T12:36:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:37:00.800Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:37:00.800Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:37:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:37:51.242Z||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-05-12T12:37:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:37:51.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:37:51.244Z||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-05-12T12:37:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:38:00.796Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:38:00.802Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:38:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:38:51.243Z||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-05-12T12:38:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:38:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:38:51.245Z||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-05-12T12:38:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:39:00.792Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:39:00.795Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:39:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:39:51.245Z||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-05-12T12:39:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:39:51.247Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:39:51.248Z||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-05-12T12:39:51.249Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:40:00.807Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:40:00.807Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:40:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:40:51.241Z||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-05-12T12:40:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:40:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:40:51.243Z||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-05-12T12:40:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:41:00.801Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:41:00.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:41:40.191Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-12T12:41:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:41:51.242Z||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-05-12T12:41:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:41:51.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:41:51.243Z||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-05-12T12:41:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:42:00.796Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:42:00.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:42:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:42:51.242Z||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-05-12T12:42:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:42:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:42:51.243Z||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-05-12T12:42:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:43:00.794Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:43:00.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:43:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:43:51.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:43:51.243Z||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-05-12T12:43:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:43:51.244Z||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-05-12T12:43:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:44:00.801Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:44:00.801Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:44:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:44:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:44:51.244Z||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-05-12T12:44:51.244Z||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-05-12T12:44:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:44:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:45:00.797Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:45:00.803Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:45:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:45:51.242Z||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-05-12T12:45:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:45:51.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:45:51.243Z||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-05-12T12:45:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:46:00.808Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:46:00.808Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:46:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:46:51.241Z||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-05-12T12:46:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:46:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:46:51.243Z||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-05-12T12:46:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:47:00.802Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:47:00.805Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:47:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:47:51.241Z||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-05-12T12:47:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:47:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:47:51.243Z||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-05-12T12:47:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:48:00.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:48:00.799Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:48:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:48:51.241Z||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-05-12T12:48:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:48:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:48:51.243Z||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-05-12T12:48:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:49:00.804Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:49:00.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:49:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:49:51.243Z||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-05-12T12:49:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:49:51.243Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:49:51.244Z||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-05-12T12:49:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:50:00.806Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:50:00.805Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:50:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:50:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:50:51.243Z||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-05-12T12:50:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:50:51.244Z||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-05-12T12:50:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:51:00.792Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:51:00.795Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:51:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:51:51.241Z||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-05-12T12:51:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:51:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:51:51.243Z||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-05-12T12:51:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:52:00.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:52:00.801Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:52:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:52:51.242Z||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-05-12T12:52:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:52:51.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:52:51.243Z||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-05-12T12:52:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:53:00.790Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:53:00.802Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:53:51.240Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:53:51.241Z||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-05-12T12:53:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:53:51.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:53:51.243Z||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-05-12T12:53:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:54:00.794Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:54:00.794Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:54:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:54:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:54:51.241Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:54:51.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:54:51.244Z||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-05-12T12:54:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:55:00.797Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:55:00.798Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:55:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:55:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:55:51.242Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:55:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:55:51.243Z||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-05-12T12:55:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:56:00.790Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:56:00.798Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:56:51.241Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:56:51.243Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:56:51.244Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T12:56:51.244Z||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-05-12T12:56:51.244Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:56:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:57:00.793Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:57:00.795Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:57:51.240Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:57:51.242Z||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-05-12T12:57:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:57:51.243Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:57:51.244Z||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-05-12T12:57:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:58:00.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:58:00.800Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:58:51.240Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:58:51.242Z||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-05-12T12:58:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:58:51.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:58:51.244Z||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-05-12T12:58:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:59:00.795Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:59:00.797Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T12:59:51.240Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:59:51.242Z||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-05-12T12:59:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T12:59:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T12:59:51.243Z||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-05-12T12:59:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:00:00.793Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:00:00.796Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:00:51.240Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:00:51.241Z||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-05-12T13:00:51.241Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:00:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:00:51.244Z||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-05-12T13:00:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:01:00.796Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:01:00.796Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:01:51.240Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:01:51.242Z||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-05-12T13:01:51.242Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:01:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:01:51.245Z||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-05-12T13:01:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:02:00.794Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:02:00.797Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:02:51.241Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:02:51.243Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:02:51.244Z||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-05-12T13:02:51.244Z||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-05-12T13:02:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:02:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:03:00.794Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:03:00.797Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:03:04.174Z||http-nio-8085-exec-3|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:03:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:03:51.242Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:03:51.242Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:03:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:03:51.247Z||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-05-12T13:03:51.247Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:04:00.798Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:04:00.801Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:04:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:04:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:04:51.241Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:04:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:04:51.243Z||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-05-12T13:04:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:05:00.798Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:05:00.800Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:05:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:05:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:05:51.242Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:05:51.242Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:05:51.243Z||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-05-12T13:05:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:06:00.800Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:06:00.800Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:06:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:06:51.242Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:06:51.242Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:06:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:06:51.243Z||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-05-12T13:06:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:07:00.809Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:07:00.809Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:07:51.240Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:07:51.241Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:07:51.241Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:07:51.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:07:51.243Z||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-05-12T13:07:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:08:00.808Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:08:00.808Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:08:51.241Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:08:51.242Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:08:51.251Z||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-05-12T13:08:51.251Z||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-05-12T13:08:51.251Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:08:51.251Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:09:00.804Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:09:00.808Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:09:51.240Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:09:51.241Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:09:51.241Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:09:51.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:09:51.244Z||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-05-12T13:09:51.245Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:00.794Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:10:00.794Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:10:51.240Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:10:51.241Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:10:51.241Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:10:51.243Z||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-05-12T13:10:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:54.879Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:10:54.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:10:54.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"376f42eb-28e2-4ce0-a5e4-f103900a2814","serviceName":"basic_onboard_tQJUYO","serviceVersion":"1.0","serviceUUID":"12bddc6c-abf0-4463-9e22-c9aac495399d","serviceDescription":"service","serviceInvariantUUID":"5eca3d37-f755-4cc1-88e0-fd734e154161","resources":[{"resourceInstanceName":"basic_onboard_tQJUYO 0","resourceName":"basic_onboard_tQJUYO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"633b8b0c-fd8a-4ebb-b966-099e59aaeabd","resourceInvariantUUID":"ed68d6bf-1ab5-4dac-95af-3d0f2d1cb2b3","resourceCustomizationUUID":"e8cbe701-b110-4b9d-96fe-6e2535218d88","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml","artifactChecksum":"NzU2NDRiOWViODgxZWM0ZTU4ZWFkMjRjMDA3M2M3MWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"83907f61-436e-4f02-b4f4-588a87162de4","artifactVersion":"1"},{"artifactName":"basic_onboard_tqjuyo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json","artifactChecksum":"ZGMxYzdjYzk1YTNhMWQwMzQzNzNiNTljZTU4NmQ0YWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c53d6b74-2366-41de-8cbe-2f5b877c475e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fb4c0cd1-7bee-441e-9ade-4844f356a9c4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"533253ae-a67e-4d14-8b59-7505c6003225","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"384d79c7-f5bc-4648-8145-8c0420678145","artifactVersion":"2","generatedFromUUID":"fb4c0cd1-7bee-441e-9ade-4844f356a9c4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardTqjuyo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml","artifactChecksum":"MzAyMDAzODViNDI2ZGFmMTNmYjIzYTlhNzU4ZmJhOTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c69d04a-7d60-4cf3-977d-a996bde670e5","artifactVersion":"1"},{"artifactName":"service-BasicOnboardTqjuyo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar","artifactChecksum":"NjU1ZmEyZGEyODI2ZmQ3ZWY0OGYwYzhkZjQ4Y2VhNGU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"95796429-e394-42af-8d23-d2893d33e538","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:10:54.893Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:54.899Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:54.910Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:54.910Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:10:55.010Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-05-12T13:10:55.015Z||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-05-12T13:10:55.015Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:55.034Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:10:55.035Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":5,"count":1}
2022-05-12T13:10:55.153Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:10:55.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:10:55.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361049593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361049433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:10:55.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:10:55.915Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:55.916Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:55.918Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:55.918Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:10:56.019Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:10:56.020Z||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-05-12T13:10:56.020Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:56.041Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:10:56.042Z||pool-4-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:10:56.920Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:56.920Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:56.923Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:56.923Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:10:57.023Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:10:57.024Z||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-05-12T13:10:57.025Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:57.046Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:10:57.047Z||pool-5-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:10:57.924Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:57.925Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:57.928Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:57.928Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:10:58.030Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:10:58.031Z||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-05-12T13:10:58.031Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:58.042Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:10:58.043Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:10:58.929Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:58.931Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:58.934Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:58.934Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-12T13:10:59.034Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:10:59.036Z||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-05-12T13:10:59.036Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:10:59.053Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:10:59.053Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:10:59.935Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:10:59.936Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:10:59.939Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:10:59.940Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:11:00.040Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:00.041Z||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-05-12T13:11:00.041Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:00.058Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:00.060Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:00.941Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:11:00.942Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:00.945Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:00.945Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:11:01.045Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:11:01.046Z||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-05-12T13:11:01.047Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:01.058Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:01.059Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:01.948Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "serviceName": "basic_onboard_tQJUYO",
  "serviceVersion": "1.0",
  "serviceUUID": "12bddc6c-abf0-4463-9e22-c9aac495399d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5eca3d37-f755-4cc1-88e0-fd734e154161",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_tQJUYO 0",
      "resourceCustomizationUUID": "e8cbe701-b110-4b9d-96fe-6e2535218d88",
      "resourceName": "basic_onboard_tQJUYO",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "633b8b0c-fd8a-4ebb-b966-099e59aaeabd",
      "resourceInvariantUUID": "ed68d6bf-1ab5-4dac-95af-3d0f2d1cb2b3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_tqjuyo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
          "artifactChecksum": "ZGMxYzdjYzk1YTNhMWQwMzQzNzNiNTljZTU4NmQ0YWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c53d6b74-2366-41de-8cbe-2f5b877c475e",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fb4c0cd1-7bee-441e-9ade-4844f356a9c4",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "384d79c7-f5bc-4648-8145-8c0420678145",
            "generatedFromUUID": "fb4c0cd1-7bee-441e-9ade-4844f356a9c4"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "384d79c7-f5bc-4648-8145-8c0420678145",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardTqjuyo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
      "artifactChecksum": "NjU1ZmEyZGEyODI2ZmQ3ZWY0OGYwYzhkZjQ4Y2VhNGU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "95796429-e394-42af-8d23-d2893d33e538"
    }
  ],
  "workloadContext": "Production"
}
2022-05-12T13:11:01.949Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:11:01.949Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12bddc6c-abf0-4463-9e22-c9aac495399d ASDC
2022-05-12T13:11:02.023Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:376f42eb-28e2-4ce0-a5e4-f103900a2814
ServiceName:basic_onboard_tQJUYO
ServiceVersion:1.0
ServiceUUID:12bddc6c-abf0-4463-9e22-c9aac495399d
ServiceInvariantUUID:5eca3d37-f755-4cc1-88e0-fd734e154161
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardTqjuyo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
ArtifactUUID:95796429-e394-42af-8d23-d2893d33e538
ArtifactChecksum:NjU1ZmEyZGEyODI2ZmQ3ZWY0OGYwYzhkZjQ4Y2VhNGU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_tQJUYO 0
ResourceCustomizationUUID:e8cbe701-b110-4b9d-96fe-6e2535218d88
ResourceInvariantUUID:ed68d6bf-1ab5-4dac-95af-3d0f2d1cb2b3
ResourceName:basic_onboard_tQJUYO
ResourceType:VF
ResourceUUID:633b8b0c-fd8a-4ebb-b966-099e59aaeabd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_tqjuyo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
ArtifactUUID:c53d6b74-2366-41de-8cbe-2f5b877c475e
ArtifactChecksum:ZGMxYzdjYzk1YTNhMWQwMzQzNzNiNTljZTU4NmQ0YWI=
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/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:fb4c0cd1-7bee-441e-9ade-4844f356a9c4
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/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
ArtifactUUID:384d79c7-f5bc-4648-8145-8c0420678145
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/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
ArtifactUUID:384d79c7-f5bc-4648-8145-8c0420678145
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-12T13:11:02.024Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12bddc6c-abf0-4463-9e22-c9aac495399d 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-05-12T13:11:02.184Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:11:02.185Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:11:02.186Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:11:02.187Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 95796429-e394-42af-8d23-d2893d33e538 from URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:02.187Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:11:02.189Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:02.796Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:11:02.809Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar 95796429-e394-42af-8d23-d2893d33e538 71580
2022-05-12T13:11:02.811Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar ASDC sendASDCNotification
2022-05-12T13:11:02.811Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:02.812Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:11:02.812Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:02.814Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:02.814Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361062809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:11:02.914Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:02.915Z||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-05-12T13:11:02.916Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:02.927Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:02.928Z||pool-10-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:03.815Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:11:03.816Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:11:03.817Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 95796429-e394-42af-8d23-d2893d33e538, URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar to file: /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:03.818Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:03.876Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:03.876Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:04.217Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9592680863680057338/Definitions/service-BasicOnboardTqjuyo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-12T13:11:05.452Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:11:05.455Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_tQJUYO 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:05.456Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:11:05.460Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.461Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.464Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.464Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:11:05.465Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:11:05.466Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:11:05.467Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.467Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.469Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:11:05.470Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.470Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.470Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:05.470Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is not matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c319ca3a-24d0-48de-a695-2329e352b51e
2022-05-12T13:11:05.471Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:05.472Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_tQJUYO
Description:service
Model UUID:12bddc6c-abf0-4463-9e22-c9aac495399d
Model Version:NULL
Model InvariantUuid:5eca3d37-f755-4cc1-88e0-fd734e154161
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_tQJUYO
Model UUID:83ad2e1e-4714-4414-a9a4-005aa39530e5
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ed68d6bf-1ab5-4dac-95af-3d0f2d1cb2b3
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e8cbe701-b110-4b9d-96fe-6e2535218d88
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e9bfa4aa-7b1a-4aa2-8eb3-76637712e874
ModelName:BasicOnboardTqjuyo..base_ubuntu18..module-0
ModelUuid:e667d401-5fef-4353-b4d9-82ec28bb3b65
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c319ca3a-24d0-48de-a695-2329e352b51e
ModelInvariantUuid:a1806e07-34fb-48da-9bea-2f1ceb64f87b
ModelName:basic_onboard_tQJUYO-nodes.ubuntu18Cvfc
ModelUuid:2e151ef2-b819-4250-981f-63c6c1eff000
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:06010ebd-e792-4ee2-8f35-aa9ea179ce9e
ModelInvariantUuid:305d3465-8819-4e89-9d79-a2ffb3a76624
ModelName:BasicOnboardTqjuyo.compute.nodes.heat.ubuntu18
ModelUuid:9be5b655-e498-4cfd-b57b-93c4f90596d8
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-05-12T13:11:05.492Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 633b8b0c-fd8a-4ebb-b966-099e59aaeabd
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-05-12T13:11:05.552Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||basic_onboard_tQJUYO 0
2022-05-12T13:11:05.557Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 633b8b0c-fd8a-4ebb-b966-099e59aaeabd
2022-05-12T13:11:05.557Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c53d6b74-2366-41de-8cbe-2f5b877c475e from URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
2022-05-12T13:11:05.557Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:11:05.557Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
2022-05-12T13:11:05.884Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:11:05.884Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json c53d6b74-2366-41de-8cbe-2f5b877c475e 798
2022-05-12T13:11:05.885Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json ASDC sendASDCNotification
2022-05-12T13:11:05.885Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
2022-05-12T13:11:05.885Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:11:05.885Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:05.889Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:05.889Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361065885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:11:05.989Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:05.990Z||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-05-12T13:11:05.990Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:06.004Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:06.004Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:06.890Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTqjuyo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e9bfa4aa-7b1a-4aa2-8eb3-76637712e874",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e667d401-5fef-4353-b4d9-82ec28bb3b65",
    "vfModuleModelCustomizationUUID": "a1c304fa-5713-4044-a2ff-84aa6b1a47f2",
    "isBase": true,
    "artifacts": [
      "fb4c0cd1-7bee-441e-9ade-4844f356a9c4",
      "384d79c7-f5bc-4648-8145-8c0420678145"
    ],
    "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-05-12T13:11:06.905Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTqjuyo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e667d401-5fef-4353-b4d9-82ec28bb3b65
VfModuleModelInvariantUUID:e9bfa4aa-7b1a-4aa2-8eb3-76637712e874
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb4c0cd1-7bee-441e-9ade-4844f356a9c4
,
384d79c7-f5bc-4648-8145-8c0420678145

}
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-05-12T13:11:06.907Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardTqjuyo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "e9bfa4aa-7b1a-4aa2-8eb3-76637712e874",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e667d401-5fef-4353-b4d9-82ec28bb3b65",
    "vfModuleModelCustomizationUUID": "a1c304fa-5713-4044-a2ff-84aa6b1a47f2",
    "isBase": true,
    "artifacts": [
      "fb4c0cd1-7bee-441e-9ade-4844f356a9c4",
      "384d79c7-f5bc-4648-8145-8c0420678145"
    ],
    "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-05-12T13:11:06.908Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardTqjuyo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e667d401-5fef-4353-b4d9-82ec28bb3b65
VfModuleModelInvariantUUID:e9bfa4aa-7b1a-4aa2-8eb3-76637712e874
VfModuleModelDescription:NULL
Artifacts UUID List:{
fb4c0cd1-7bee-441e-9ade-4844f356a9c4
,
384d79c7-f5bc-4648-8145-8c0420678145

}
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-05-12T13:11:06.908Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fb4c0cd1-7bee-441e-9ade-4844f356a9c4 from URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
2022-05-12T13:11:06.908Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:11:06.908Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
2022-05-12T13:11:07.288Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:11:07.289Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml fb4c0cd1-7bee-441e-9ade-4844f356a9c4 5033
2022-05-12T13:11:07.290Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-12T13:11:07.290Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
2022-05-12T13:11:07.290Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:11:07.291Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:07.294Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:07.294Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361067290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:11:07.394Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:07.395Z||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-05-12T13:11:07.395Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:07.425Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:07.426Z||pool-12-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:08.295Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 384d79c7-f5bc-4648-8145-8c0420678145 from URL: /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
2022-05-12T13:11:08.296Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:11:08.296Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
2022-05-12T13:11:08.489Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env 384d79c7-f5bc-4648-8145-8c0420678145 909
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:11:08.490Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:08.493Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:08.493Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361068490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:11:08.594Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:11:08.597Z||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-05-12T13:11:08.598Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:08.612Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:08.612Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:09.494Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 12bddc6c-abf0-4463-9e22-c9aac495399d
2022-05-12T13:11:09.495Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_tQJUYO 0 633b8b0c-fd8a-4ebb-b966-099e59aaeabd 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-05-12T13:11:09.536Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@266eb3cf, org.onap.sdc.toscaparser.api.parameters.Input@44cd4f26, org.onap.sdc.toscaparser.api.parameters.Input@1709123, org.onap.sdc.toscaparser.api.parameters.Input@5f28b6d1, org.onap.sdc.toscaparser.api.parameters.Input@c8b8630]
2022-05-12T13:11:09.539Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.539Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.540Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-05-12T13:11:09.540Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= e8cbe701-b110-4b9d-96fe-6e2535218d88
2022-05-12T13:11:09.540Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e8cbe701-b110-4b9d-96fe-6e2535218d88 matches Tosca VF Customization UUID: e8cbe701-b110-4b9d-96fe-6e2535218d88
2022-05-12T13:11:09.540Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: e8cbe701-b110-4b9d-96fe-6e2535218d88  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-05-12T13:11:09.545Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.546Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.547Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id e8cbe701-b110-4b9d-96fe-6e2535218d88: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-12T13:11:09.547Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b4410d1
2022-05-12T13:11:09.547Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.547Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:11:09.548Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1c304fa-5713-4044-a2ff-84aa6b1a47f2
2022-05-12T13:11:09.549Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1c304fa-5713-4044-a2ff-84aa6b1a47f2
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-05-12T13:11:09.554Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.554Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:09.555Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:09.555Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.555Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is not matching search criteria
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-12T13:11:09.556Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c319ca3a-24d0-48de-a695-2329e352b51e
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-05-12T13:11:09.563Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.563Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:09.563Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:11:09.564Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.564Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_tQJUYO 0 is matching search criteria
2022-05-12T13:11:09.564Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_tQJUYO 0] matching following query criteria: sdcType=VF, customizationUUID=e8cbe701-b110-4b9d-96fe-6e2535218d88
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-05-12T13:11:09.566Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.566Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.566Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 12bddc6c-abf0-4463-9e22-c9aac495399d: basic_onboard_tQJUYO
2022-05-12T13:11:09.566Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.567Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.568Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:11:09.568Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_tQJUYO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:11:09.568Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_tQJUYO 
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-05-12T13:11:09.729Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_tQJUYO 633b8b0c-fd8a-4ebb-b966-099e59aaeabd 1 ASDC deployResourceStructure
2022-05-12T13:11:09.730Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json ASDC sendASDCNotification
2022-05-12T13:11:09.730Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json
2022-05-12T13:11:09.730Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:11:09.730Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:09.732Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:09.732Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361069730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:11:09.832Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:09.834Z||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-05-12T13:11:09.834Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:09.850Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:09.851Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:10.733Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-12T13:11:10.734Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml
2022-05-12T13:11:10.734Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:11:10.734Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:10.736Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:10.736Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361070733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:11:10.836Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:11:10.837Z||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-05-12T13:11:10.838Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:10.851Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:10.852Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:11.739Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-12T13:11:11.740Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env
2022-05-12T13:11:11.740Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:11:11.740Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:11.742Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:11.743Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361071739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:11:11.843Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:11.844Z||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-05-12T13:11:11.844Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:11.876Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:11.876Z||pool-16-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:11:12.744Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar ASDC sendASDCNotification
2022-05-12T13:11:12.744Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar
2022-05-12T13:11:12.744Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:11:12.745Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:11:12.748Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:11:12.748Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361072744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:11:12.848Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:11:12.850Z||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-05-12T13:11:12.850Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:12.863Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:12.864Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:11:13.750Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:11:13.777Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:11:13.780Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:11:13.781Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:11:13.781Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:11:43.781Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:11:43.795Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:11:43.800Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:11:43.800Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:11:43.801Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:11:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:11:51.244Z||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-05-12T13:11:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:11:51.275Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:11:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:11:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361051613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:11:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:13.801Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:12:13.818Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:12:13.821Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:12:13.822Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:12:13.822Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:12:43.822Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:12:43.836Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:12:43.841Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:12:43.841Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:12:43.842Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:12:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:12:51.244Z||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-05-12T13:12:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:12:51.276Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:12:51.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361049593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361049433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361051613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361049593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361049433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361051613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "cds",
  "timestamp": 1652361057103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361049593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361049433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361051613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "cds",
  "timestamp": 1652361057103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361057765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361049593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361049433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361051613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "cds",
  "timestamp": 1652361057103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361057765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361049593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361049433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361051613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "cds",
  "timestamp": 1652361057103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361057765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361060557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361061395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361049593,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361049433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361051240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361051613,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "cds",
  "timestamp": 1652361057103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361057765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361060557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361061395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "cds",
  "timestamp": 1652361057103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361057765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361060557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361062809,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361062807,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361061395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "cds",
  "timestamp": 1652361057103,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361057765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361060557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361061395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361057765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "cds",
  "timestamp": 1652361065107,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361060557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361061395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "cds",
  "timestamp": 1652361066124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-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-05-12T13:12:51.298Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.298Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361065667,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361060557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.307Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361061395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361065885,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361066045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361066678,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.308Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361060557,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361061395,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.309Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361067049,
  "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-05-12T13:12:51.314Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.314Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361067290,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.325Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.325Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.325Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "policy-id",
  "timestamp": 1652361067683,
  "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-05-12T13:12:51.330Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.330Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.338Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.338Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361068622,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.338Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361069449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361068490,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361070655,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361069730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:12:51.339Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361071845,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361070733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.340Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361072916,
  "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-05-12T13:12:51.344Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.344Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361071739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361072713,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.351Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361073920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/resourceInstances/basic_onboard_tqjuyo0/artifacts/basic_onboard_tqjuyo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361072744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361074724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.352Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "clamp",
  "timestamp": 1652361075729,
  "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-05-12T13:12:51.357Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.357Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:12:51.366Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361076551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardTqjuyo/1.0/artifacts/service-BasicOnboardTqjuyo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:12:51.367Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:12:51.367Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:12:51.367Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "aai-ml",
  "timestamp": 1652361077557,
  "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-05-12T13:12:51.372Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 376f42eb-28e2-4ce0-a5e4-f103900a2814
2022-05-12T13:12:51.373Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:13:13.842Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:13:13.856Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:13:13.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:13:13.860Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:13:13.864Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:13:43.865Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814 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-05-12T13:13:43.880Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 376f42eb-28e2-4ce0-a5e4-f103900a2814 and serviceModelVersionId: 12bddc6c-abf0-4463-9e22-c9aac495399d
2022-05-12T13:13:43.880Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5eca3d37-f755-4cc1-88e0-fd734e154161
2022-05-12T13:13:51.243Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:13:51.245Z||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-05-12T13:13:51.246Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:13:51.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:13:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361149593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361157765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361149593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361157765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.279Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361149593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361157765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361149593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361161395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361157765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.281Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361149593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361161395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "cds",
  "timestamp": 1652361162103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361157765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361149593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.282Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361161395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "cds",
  "timestamp": 1652361162103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361157765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.283Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361149593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361150557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361161395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "cds",
  "timestamp": 1652361162103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.284Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361157765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361165349,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361161395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "cds",
  "timestamp": 1652361162103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.285Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361165516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361161395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "cds",
  "timestamp": 1652361162103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361166521,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:13:51.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361161395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "cds",
  "timestamp": 1652361162103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "policy-id",
  "timestamp": 1652361167524,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-12T13:13:51.304Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:13:51.304Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:13:51.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361169185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.312Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.312Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.312Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "cds",
  "timestamp": 1652361162103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361170410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "cds",
  "timestamp": 1652361170028,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361169433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361171672,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:13:51.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:13:51.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "cds",
  "timestamp": 1652361171036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-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-05-12T13:13:51.318Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:13:51.319Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:13:51.326Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:13:51.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361169433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:13:51.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:13:52.987Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0
2022-05-12T13:13:53.073Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:13:53.440Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?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-05-12T13:13:53.445Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0|INFO|500||Invoke
2022-05-12T13:13:53.532Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-12T13:13:54.316Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0|INFO|500||InvokeReturn
2022-05-12T13:13:54.317Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5eca3d37-f755-4cc1-88e0-fd734e154161/model-vers/model-ver/12bddc6c-abf0-4463-9e22-c9aac495399d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220512-13:13:54:206-68206], vertex-id=[180400], Content-Length=[0], Date=[Thu, 12 May 2022 13:13:54 GMT], Content-Type=[application/json]}
2022-05-12T13:13:54.318Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:13:54.321Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:13:54.322Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:13:54.329Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:13:54.330Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 376f42eb-28e2-4ce0-a5e4-f103900a2814 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:13:54.331Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:13:54.331Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:13:54.335Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:13:54.335Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361234330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:13:54.435Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:13:54.436Z||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-05-12T13:13:54.437Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:13:54.450Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:13:54.451Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-12T13:13:55.350Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:13:55.351Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:13:55.351Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:13:59.826Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:13:59.830Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:13:59.830Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"5af69ad0-3b84-4da2-97ae-e450e1b07f26","serviceName":"vFW 2022-05-12 13-10-51","serviceVersion":"1.0","serviceUUID":"1bfcc522-5236-4baf-b960-1baa17d16c21","serviceDescription":"catalog service description","serviceInvariantUUID":"f9edf652-1e71-40ce-8e92-1174810879d1","resources":[{"resourceInstanceName":"vFW 7baad59b-0372 0","resourceName":"vFW 7baad59b-0372","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1503787d-1703-4918-9567-9e9cf723f8da","resourceInvariantUUID":"f892c716-0e60-4592-8428-7f5fdf6a5630","resourceCustomizationUUID":"d02dea55-37d2-4dd1-83bc-b9cd6c850bb2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml","artifactChecksum":"NDI3YWRjMDAxNGFjOTQ0NDVjZmRiZTk1OTg5ZWU3MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"207b50a6-6a6f-498a-b03d-cc84b4410472","artifactVersion":"1"},{"artifactName":"vfw7baad59b03720_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json","artifactChecksum":"ZTZhOTdlNjc4Y2EyZjIzZmM3OTg0MmE2NjNiZDQwODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d81dcd46-6fed-41fa-b30d-04242a9b537f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"89449f7f-761b-41fa-8968-16c1212a7583","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml","artifactChecksum":"Mzg0NTEyOWQ0MDFkOTg4NDBhNWMyOTNmMzBiOGQ5OWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6e1e80d3-34de-4eab-bfd4-2eb673e36d7e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"440c2c4c-cf95-45fa-a7e1-3e2f33c071a7","artifactVersion":"2","generatedFromUUID":"89449f7f-761b-41fa-8968-16c1212a7583"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220512131051-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml","artifactChecksum":"Njc2MjBhYjMwYmQ3N2VhYjA3NmM0ZTEwZmM3OTk1OTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e2923ae-f362-4291-bf54-2c71a2ee7b8a","artifactVersion":"1"},{"artifactName":"service-Vfw20220512131051-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar","artifactChecksum":"NDYyZWU2ZThmYTNiMTliMDVjNWM3ZTIyYTEyYTAxNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7969e8e5-ffff-49f3-bbde-1506219f1fdf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:13:59.833Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:13:59.833Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:13:59.839Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:13:59.839Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:13:59.939Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:13:59.942Z||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-05-12T13:13:59.942Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:13:59.957Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:13:59.958Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:00.840Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:00.841Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:00.844Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:00.844Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:14:00.944Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:00.945Z||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-05-12T13:14:00.945Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:00.959Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:00.959Z||pool-20-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:01.845Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:01.845Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:01.851Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:01.851Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:14:01.951Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:01.952Z||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-05-12T13:14:01.952Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:01.971Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:01.971Z||pool-21-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:02.851Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:02.855Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:02.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:02.859Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:14:02.960Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:02.961Z||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-05-12T13:14:02.962Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:02.980Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:02.980Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:03.860Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:03.861Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:03.865Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:03.865Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-12T13:14:03.965Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:03.966Z||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-05-12T13:14:03.967Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:03.982Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:03.983Z||pool-23-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:04.866Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:04.867Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:04.869Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:04.869Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:14:04.970Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:14:04.971Z||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-05-12T13:14:04.971Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:04.985Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:04.985Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:05.870Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:14:05.871Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:05.873Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:05.873Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:14:05.973Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:05.975Z||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-05-12T13:14:05.975Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:05.989Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:05.990Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:06.874Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "serviceName": "vFW 2022-05-12 13-10-51",
  "serviceVersion": "1.0",
  "serviceUUID": "1bfcc522-5236-4baf-b960-1baa17d16c21",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f9edf652-1e71-40ce-8e92-1174810879d1",
  "resources": [
    {
      "resourceInstanceName": "vFW 7baad59b-0372 0",
      "resourceCustomizationUUID": "d02dea55-37d2-4dd1-83bc-b9cd6c850bb2",
      "resourceName": "vFW 7baad59b-0372",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1503787d-1703-4918-9567-9e9cf723f8da",
      "resourceInvariantUUID": "f892c716-0e60-4592-8428-7f5fdf6a5630",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw7baad59b03720_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
          "artifactChecksum": "ZTZhOTdlNjc4Y2EyZjIzZmM3OTg0MmE2NjNiZDQwODQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d81dcd46-6fed-41fa-b30d-04242a9b537f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "89449f7f-761b-41fa-8968-16c1212a7583",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "440c2c4c-cf95-45fa-a7e1-3e2f33c071a7",
            "generatedFromUUID": "89449f7f-761b-41fa-8968-16c1212a7583"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "440c2c4c-cf95-45fa-a7e1-3e2f33c071a7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220512131051-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
      "artifactChecksum": "NDYyZWU2ZThmYTNiMTliMDVjNWM3ZTIyYTEyYTAxNGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7969e8e5-ffff-49f3-bbde-1506219f1fdf"
    }
  ],
  "workloadContext": "Production"
}
2022-05-12T13:14:06.875Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:14:06.875Z|376f42eb-28e2-4ce0-a5e4-f103900a2814|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1bfcc522-5236-4baf-b960-1baa17d16c21 ASDC
2022-05-12T13:14:06.877Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:5af69ad0-3b84-4da2-97ae-e450e1b07f26
ServiceName:vFW 2022-05-12 13-10-51
ServiceVersion:1.0
ServiceUUID:1bfcc522-5236-4baf-b960-1baa17d16c21
ServiceInvariantUUID:f9edf652-1e71-40ce-8e92-1174810879d1
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220512131051-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
ArtifactUUID:7969e8e5-ffff-49f3-bbde-1506219f1fdf
ArtifactChecksum:NDYyZWU2ZThmYTNiMTliMDVjNWM3ZTIyYTEyYTAxNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 7baad59b-0372 0
ResourceCustomizationUUID:d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
ResourceInvariantUUID:f892c716-0e60-4592-8428-7f5fdf6a5630
ResourceName:vFW 7baad59b-0372
ResourceType:VF
ResourceUUID:1503787d-1703-4918-9567-9e9cf723f8da
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw7baad59b03720_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
ArtifactUUID:d81dcd46-6fed-41fa-b30d-04242a9b537f
ArtifactChecksum:ZTZhOTdlNjc4Y2EyZjIzZmM3OTg0MmE2NjNiZDQwODQ=
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/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
ArtifactUUID:89449f7f-761b-41fa-8968-16c1212a7583
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/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
ArtifactUUID:440c2c4c-cf95-45fa-a7e1-3e2f33c071a7
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/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
ArtifactUUID:440c2c4c-cf95-45fa-a7e1-3e2f33c071a7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-12T13:14:06.877Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1bfcc522-5236-4baf-b960-1baa17d16c21 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-05-12T13:14:06.913Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:14:06.915Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:14:06.915Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:14:06.915Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7969e8e5-ffff-49f3-bbde-1506219f1fdf from URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:06.916Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:14:06.916Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:07.196Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:14:07.201Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar 7969e8e5-ffff-49f3-bbde-1506219f1fdf 99026
2022-05-12T13:14:07.201Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar ASDC sendASDCNotification
2022-05-12T13:14:07.201Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:07.201Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:14:07.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:07.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:07.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361247201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:14:07.304Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:07.306Z||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-05-12T13:14:07.306Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:07.322Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:07.323Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:08.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:14:08.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:14:08.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 7969e8e5-ffff-49f3-bbde-1506219f1fdf, URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar to file: /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:08.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220512131051-csar.csar
2022-05-12T13:14:08.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:08.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:08.341Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP315990157136518641/Definitions/service-Vfw20220512131051-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-05-12T13:14:09.935Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7baad59b-0372 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.936Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.937Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.938Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.939Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.940Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.941Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:09.942Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.943Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55c3ebe5-65a8-4730-8946-c0baaac1a15a
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:09.944Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:09.945Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cdeb1040-310b-44b7-a8ab-30b923780299
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.946Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-12T13:14:09.947Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9f120306-69e6-49e1-a31f-d6b18a936314
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:09.948Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-12 13-10-51
Description:catalog service description
Model UUID:1bfcc522-5236-4baf-b960-1baa17d16c21
Model Version:NULL
Model InvariantUuid:f9edf652-1e71-40ce-8e92-1174810879d1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 7baad59b-0372
Model UUID:a010bfd2-3eab-4f92-82a1-55e2fca6b996
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f892c716-0e60-4592-8428-7f5fdf6a5630
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c9667905-287e-44f4-8c44-f7298e5ff333
ModelName:Vfw7baad59b0372..base_vfw..module-0
ModelUuid:527876dd-0805-4b6c-8f41-7b06fe0c3bee
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:55c3ebe5-65a8-4730-8946-c0baaac1a15a
ModelInvariantUuid:f66c703c-cb4d-420d-a43e-6cfd36645f86
ModelName:vFW 7baad59b-0372-nodes.vfwCvfc
ModelUuid:6e05870b-e2d2-4a3e-8b4f-ba682cffa825
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:26394f83-a534-4aa3-9017-1a56b0d90483
ModelInvariantUuid:a989c423-d588-4e0d-968d-f64b4c5b0873
ModelName:Vfw7baad59b0372.compute.nodes.heat.vfw
ModelUuid:fa42f05c-193d-4e6c-be24-2832f7a8afd0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:cdeb1040-310b-44b7-a8ab-30b923780299
ModelInvariantUuid:50787587-6280-4b2d-9f81-1a41cb01e269
ModelName:vFW 7baad59b-0372-nodes.vsnCvfc
ModelUuid:ab7419a4-6b5b-46d9-b437-c3e485c1867a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:a7b95e90-3f88-463c-869b-66eaeaa8e2ca
ModelInvariantUuid:8d737f9d-7d43-4c99-94fe-789aed700ae6
ModelName:Vfw7baad59b0372.compute.nodes.heat.vsn
ModelUuid:025b5049-a5b7-4b07-959a-30b7cbb3fb29
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9f120306-69e6-49e1-a31f-d6b18a936314
ModelInvariantUuid:4684deae-c12a-4804-8d7e-59f343515a8d
ModelName:vFW 7baad59b-0372-nodes.vpgCvfc
ModelUuid:81b466bb-26e0-4670-88e2-f6df77768ec3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ccafde4b-0e2a-489a-a5dd-cb95c229f12b
ModelInvariantUuid:6098441e-dee5-46d6-a081-cabeba265f01
ModelName:Vfw7baad59b0372.compute.nodes.heat.vpg
ModelUuid:3f5d2387-492a-4b1b-bc5c-916345b82c4e
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-05-12T13:14:09.958Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1503787d-1703-4918-9567-9e9cf723f8da
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-05-12T13:14:09.961Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||vFW 7baad59b-0372 0
2022-05-12T13:14:09.962Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1503787d-1703-4918-9567-9e9cf723f8da
2022-05-12T13:14:09.962Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d81dcd46-6fed-41fa-b30d-04242a9b537f from URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
2022-05-12T13:14:09.962Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:14:09.962Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
2022-05-12T13:14:10.014Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:14:10.014Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json d81dcd46-6fed-41fa-b30d-04242a9b537f 785
2022-05-12T13:14:10.015Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json ASDC sendASDCNotification
2022-05-12T13:14:10.015Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
2022-05-12T13:14:10.015Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:14:10.015Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:10.018Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:10.018Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361250015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:14:10.118Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:10.119Z||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-05-12T13:14:10.120Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:10.135Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:10.136Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:11.018Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7baad59b0372..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c9667905-287e-44f4-8c44-f7298e5ff333",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "527876dd-0805-4b6c-8f41-7b06fe0c3bee",
    "vfModuleModelCustomizationUUID": "3269f599-90cf-452d-8b9e-09237543476c",
    "isBase": true,
    "artifacts": [
      "89449f7f-761b-41fa-8968-16c1212a7583",
      "440c2c4c-cf95-45fa-a7e1-3e2f33c071a7"
    ],
    "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-05-12T13:14:11.023Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7baad59b0372..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:527876dd-0805-4b6c-8f41-7b06fe0c3bee
VfModuleModelInvariantUUID:c9667905-287e-44f4-8c44-f7298e5ff333
VfModuleModelDescription:NULL
Artifacts UUID List:{
89449f7f-761b-41fa-8968-16c1212a7583
,
440c2c4c-cf95-45fa-a7e1-3e2f33c071a7

}
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-05-12T13:14:11.024Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw7baad59b0372..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c9667905-287e-44f4-8c44-f7298e5ff333",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "527876dd-0805-4b6c-8f41-7b06fe0c3bee",
    "vfModuleModelCustomizationUUID": "3269f599-90cf-452d-8b9e-09237543476c",
    "isBase": true,
    "artifacts": [
      "89449f7f-761b-41fa-8968-16c1212a7583",
      "440c2c4c-cf95-45fa-a7e1-3e2f33c071a7"
    ],
    "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-05-12T13:14:11.024Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw7baad59b0372..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:527876dd-0805-4b6c-8f41-7b06fe0c3bee
VfModuleModelInvariantUUID:c9667905-287e-44f4-8c44-f7298e5ff333
VfModuleModelDescription:NULL
Artifacts UUID List:{
89449f7f-761b-41fa-8968-16c1212a7583
,
440c2c4c-cf95-45fa-a7e1-3e2f33c071a7

}
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-05-12T13:14:11.025Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 89449f7f-761b-41fa-8968-16c1212a7583 from URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
2022-05-12T13:14:11.025Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:14:11.025Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
2022-05-12T13:14:11.105Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml 89449f7f-761b-41fa-8968-16c1212a7583 20368
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:14:11.106Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:11.108Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:11.108Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361251106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:14:11.209Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:14:11.210Z||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-05-12T13:14:11.210Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:11.224Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:11.224Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:14:12.109Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 440c2c4c-cf95-45fa-a7e1-3e2f33c071a7 from URL: /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
2022-05-12T13:14:12.110Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:14:12.110Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
2022-05-12T13:14:12.175Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:14:12.176Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env 440c2c4c-cf95-45fa-a7e1-3e2f33c071a7 2098
2022-05-12T13:14:12.176Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-12T13:14:12.176Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
2022-05-12T13:14:12.176Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:14:12.177Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:12.179Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:12.179Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361252176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:14:12.279Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:12.281Z||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-05-12T13:14:12.281Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:12.296Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:12.296Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:13.180Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 1bfcc522-5236-4baf-b960-1baa17d16c21
2022-05-12T13:14:13.181Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7baad59b-0372 0 1503787d-1703-4918-9567-9e9cf723f8da 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-05-12T13:14:13.198Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13435a4b, org.onap.sdc.toscaparser.api.parameters.Input@299b5582, org.onap.sdc.toscaparser.api.parameters.Input@6d543a49, org.onap.sdc.toscaparser.api.parameters.Input@486a34af, org.onap.sdc.toscaparser.api.parameters.Input@4172aeeb]
2022-05-12T13:14:13.199Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.199Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.200Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-05-12T13:14:13.200Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
2022-05-12T13:14:13.200Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d02dea55-37d2-4dd1-83bc-b9cd6c850bb2 matches Tosca VF Customization UUID: d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
2022-05-12T13:14:13.200Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: d02dea55-37d2-4dd1-83bc-b9cd6c850bb2  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-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id d02dea55-37d2-4dd1-83bc-b9cd6c850bb2: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@67aaaa53
2022-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.202Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:14:13.203Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3269f599-90cf-452d-8b9e-09237543476c
2022-05-12T13:14:13.203Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3269f599-90cf-452d-8b9e-09237543476c
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-05-12T13:14:13.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.204Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.205Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.206Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:13.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:13.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.207Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=55c3ebe5-65a8-4730-8946-c0baaac1a15a
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-05-12T13:14:13.208Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.209Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.210Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=cdeb1040-310b-44b7-a8ab-30b923780299
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-05-12T13:14:13.212Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.212Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.212Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is not matching search criteria
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:14:13.215Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-12T13:14:13.216Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=9f120306-69e6-49e1-a31f-d6b18a936314
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-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.218Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Node template vFW 7baad59b-0372 0 is matching search criteria
2022-05-12T13:14:13.219Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 7baad59b-0372 0] matching following query criteria: sdcType=VF, customizationUUID=d02dea55-37d2-4dd1-83bc-b9cd6c850bb2
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-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 1bfcc522-5236-4baf-b960-1baa17d16c21: vFW 7baad59b-0372
2022-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.220Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-10-51 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:14:13.221Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-12 13-10-51 
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-05-12T13:14:13.358Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7baad59b-0372 1503787d-1703-4918-9567-9e9cf723f8da 1 ASDC deployResourceStructure
2022-05-12T13:14:13.358Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json ASDC sendASDCNotification
2022-05-12T13:14:13.359Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json
2022-05-12T13:14:13.359Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:14:13.359Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:13.361Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:13.361Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361253358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:14:13.462Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:13.463Z||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-05-12T13:14:13.464Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:13.478Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:13.478Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:14.363Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-12T13:14:14.363Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml
2022-05-12T13:14:14.363Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:14:14.364Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:14.367Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:14.367Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361254363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:14:14.467Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:14.468Z||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-05-12T13:14:14.468Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:14.483Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:14.484Z||pool-31-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:15.368Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-12T13:14:15.369Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env
2022-05-12T13:14:15.369Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:14:15.369Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:15.372Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:15.372Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361255368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:14:15.472Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:15.473Z||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-05-12T13:14:15.474Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:15.486Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:15.488Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:16.373Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar ASDC sendASDCNotification
2022-05-12T13:14:16.373Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar
2022-05-12T13:14:16.373Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:14:16.374Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:14:16.377Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:14:16.377Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361256373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:14:16.477Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:14:16.478Z||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-05-12T13:14:16.478Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:16.495Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:16.496Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:14:17.377Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:14:17.387Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:14:17.391Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:14:17.391Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:14:17.391Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:14:47.391Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:14:47.402Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:14:47.406Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:14:47.406Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:14:47.406Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:14:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:14:51.244Z||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-05-12T13:14:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:14:51.274Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:14:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:14:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361172727,
  "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-05-12T13:14:51.284Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:14:51.284Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:15:17.406Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:15:17.418Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:15:17.421Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:15:17.422Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:15:17.422Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:15:47.422Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:15:47.453Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:15:47.456Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:15:47.456Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:15:47.456Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:15:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:15:51.244Z||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-05-12T13:15:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:15:51.273Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:15:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361169433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361171612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361173745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361169433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361171612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361169433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361171612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361175207,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:15:51.278Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361169433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361171612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.280Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "aai-ml",
  "timestamp": 1652361176212,
  "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-05-12T13:15:51.289Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:15:51.289Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:15:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361169433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:15:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361171612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361171612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361171612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361179699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361182376,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361183381,
  "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-05-12T13:15:51.306Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:15:51.307Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:15:51.313Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.313Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361185725,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361187734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "clamp",
  "timestamp": 1652361188739,
  "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-05-12T13:15:51.317Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5af69ad0-3b84-4da2-97ae-e450e1b07f26
2022-05-12T13:15:51.317Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361229593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361229434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "cds",
  "timestamp": 1652361222103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:15:51.324Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:17.456Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:16:17.468Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:16:17.471Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:16:17.472Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:16:17.476Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:16:47.477Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26 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-05-12T13:16:47.485Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5af69ad0-3b84-4da2-97ae-e450e1b07f26 and serviceModelVersionId: 1bfcc522-5236-4baf-b960-1baa17d16c21
2022-05-12T13:16:47.485Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f9edf652-1e71-40ce-8e92-1174810879d1
2022-05-12T13:16:47.486Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0
2022-05-12T13:16:47.492Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:16:47.518Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|INFO|500||Invoke
2022-05-12T13:16:47.519Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5af69ad0-3b84-4da2-97ae-e450e1b07f26], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cdda09ef-b4f6-4330-a28c-128feadb1707], X-ECOMP-RequestID=[5af69ad0-3b84-4da2-97ae-e450e1b07f26], X-TransactionId=[], X-ONAP-RequestID=[5af69ad0-3b84-4da2-97ae-e450e1b07f26], Content-Type=[application/merge-patch+json]}
2022-05-12T13:16:47.540Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-12T13:16:47.668Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?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/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220512-13:16:48:213-85614], vertex-id=[172160], Content-Length=[0], Date=[Thu, 12 May 2022 13:16:48 GMT], Content-Type=[application/json]}
2022-05-12T13:16:47.669Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:16:47.670Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f9edf652-1e71-40ce-8e92-1174810879d1/model-vers/model-ver/1bfcc522-5236-4baf-b960-1baa17d16c21?depth=0|INFO|500||InvokeReturn
2022-05-12T13:16:47.670Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:16:47.671Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:16:47.680Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:16:47.680Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5af69ad0-3b84-4da2-97ae-e450e1b07f26 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:16:47.680Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:16:47.681Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:47.682Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:47.682Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361407680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:16:47.783Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:16:47.784Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-12T13:16:47.784Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:47.799Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:47.800Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-12T13:16:48.695Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:16:48.696Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a152d1df-6e4b-4cce-8c2a-40176c6615a0","serviceName":"vFW 2022-05-12 13-12-14","serviceVersion":"1.0","serviceUUID":"d5287295-9b5c-45d5-bbce-5eb98c6ce7b2","serviceDescription":"catalog service description","serviceInvariantUUID":"9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61","resources":[{"resourceInstanceName":"vFW 3f477290-0395 0","resourceName":"vFW 3f477290-0395","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f86f9c98-04e6-4d02-a167-a4dbb34d804f","resourceInvariantUUID":"56a10841-53d2-45ef-9b3b-b3740598832a","resourceCustomizationUUID":"412dfe04-5b79-4179-816c-c338c5218c09","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml","artifactChecksum":"ODhlNjkyN2IyYTM3NjgxOTllNjQ2ZDYwMzlkODdmZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29182fe7-027a-4c27-86c7-2f52a4924a7e","artifactVersion":"1"},{"artifactName":"vfw3f47729003950_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json","artifactChecksum":"MzM4MzlmN2Y4NDM0NTExZGVmNjU5YWI3NDhjMzMwNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28ef8c51-46be-461c-90b3-5e086760b1f9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ef84c1a1-d74c-40f3-bb15-06f528af2f60","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml","artifactChecksum":"ZWM3MDEzMzIxMDQ3NDU5MjJiYWRhYTViZmU3NDk4NDM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d97b921-788c-44d3-8b84-e16b5da4c5a9","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2494267a-6e99-4ac8-808c-3a1bd5a23fa1","artifactVersion":"2","generatedFromUUID":"ef84c1a1-d74c-40f3-bb15-06f528af2f60"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220512131214-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml","artifactChecksum":"ZmQwNmYxOTEwZGRiNzNkNjM4MjMxM2E3YTA5MTIwYzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6643101f-07ee-4c0b-8887-cadb0c5a8fe1","artifactVersion":"1"},{"artifactName":"service-Vfw20220512131214-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar","artifactChecksum":"ZWE5Njg4YWVjZmU2Nzg0ZmUyMDNkZjYyYmQ4NTgxNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ebd24e23-2f99-432b-8093-f0b5a4ed1509","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:16:48.697Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:48.698Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:48.700Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:48.700Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:48.800Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:48.801Z||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-05-12T13:16:48.802Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:48.822Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:48.822Z||pool-35-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:49.701Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:49.702Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:49.704Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:49.705Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:16:49.806Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:16:49.807Z||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-05-12T13:16:49.807Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:49.828Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:49.829Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:50.705Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:50.706Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:50.709Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:50.709Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:16:50.809Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:50.810Z||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-05-12T13:16:50.810Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:50.833Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:50.833Z||pool-37-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:16:51.243Z||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-05-12T13:16:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:51.271Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361229434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361229593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "cds",
  "timestamp": 1652361222103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361231612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361229434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361229593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "cds",
  "timestamp": 1652361222103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361231612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361229434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361229593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "cds",
  "timestamp": 1652361222103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361231612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "376f42eb-28e2-4ce0-a5e4-f103900a2814",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361234330,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361229434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361229593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "cds",
  "timestamp": 1652361222103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361231612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361229593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "cds",
  "timestamp": 1652361222103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361229434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361231612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361229434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361229593,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "cds",
  "timestamp": 1652361222103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361231612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361237765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361231612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "cds",
  "timestamp": 1652361239098,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.277Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361237765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.278Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.278Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.278Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "cds",
  "timestamp": 1652361240104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-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-05-12T13:16:51.292Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.292Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.299Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361239596,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.299Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.299Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361237765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361240557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361241395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.300Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361237765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361240557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361241395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361242269,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361237765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361240557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.301Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361241395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.302Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361243273,
  "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-05-12T13:16:51.306Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.306Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.314Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.314Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361237765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361240557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361241395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361237765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361240557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.315Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361241395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361245653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361240557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361241395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361246658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.316Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361240557,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361241395,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361247201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.317Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "policy-id",
  "timestamp": 1652361247663,
  "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-05-12T13:16:51.321Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.321Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361248417,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361249262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361248734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361250458,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361249758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361250015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361251548,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "clamp",
  "timestamp": 1652361250762,
  "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-05-12T13:16:51.336Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.336Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.344Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.344Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361251106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.344Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.345Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.345Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361252572,
  "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-05-12T13:16:51.349Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.349Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361252176,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361253578,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361253358,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/vfw7baad59b03720_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:16:51.356Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361254878,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361254363,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.357Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361255883,
  "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-05-12T13:16:51.364Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a152d1df-6e4b-4cce-8c2a-40176c6615a0
2022-05-12T13:16:51.364Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:16:51.373Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.373Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361255368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/resourceInstances/vfw7baad59b03720/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:16:51.373Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.374Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:16:51.374Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361256373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131051/1.0/artifacts/service-Vfw20220512131051-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:16:51.374Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:16:51.710Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:51.711Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:51.714Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:51.714Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:51.814Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:51.815Z||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-05-12T13:16:51.815Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:51.835Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:51.835Z||pool-38-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:52.715Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:52.716Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:52.718Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:52.719Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-12T13:16:52.819Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:52.820Z||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-05-12T13:16:52.820Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:52.836Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:52.837Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:53.720Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:53.721Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:53.723Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:53.723Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:16:53.823Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:53.825Z||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-05-12T13:16:53.825Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:53.839Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:53.840Z||pool-40-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:54.724Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:16:54.725Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:54.726Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:54.727Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:16:54.827Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:54.828Z||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-05-12T13:16:54.828Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:54.843Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:54.843Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:55.729Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "serviceName": "vFW 2022-05-12 13-12-14",
  "serviceVersion": "1.0",
  "serviceUUID": "d5287295-9b5c-45d5-bbce-5eb98c6ce7b2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61",
  "resources": [
    {
      "resourceInstanceName": "vFW 3f477290-0395 0",
      "resourceCustomizationUUID": "412dfe04-5b79-4179-816c-c338c5218c09",
      "resourceName": "vFW 3f477290-0395",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f86f9c98-04e6-4d02-a167-a4dbb34d804f",
      "resourceInvariantUUID": "56a10841-53d2-45ef-9b3b-b3740598832a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw3f47729003950_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
          "artifactChecksum": "MzM4MzlmN2Y4NDM0NTExZGVmNjU5YWI3NDhjMzMwNzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "28ef8c51-46be-461c-90b3-5e086760b1f9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ef84c1a1-d74c-40f3-bb15-06f528af2f60",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2494267a-6e99-4ac8-808c-3a1bd5a23fa1",
            "generatedFromUUID": "ef84c1a1-d74c-40f3-bb15-06f528af2f60"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2494267a-6e99-4ac8-808c-3a1bd5a23fa1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220512131214-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
      "artifactChecksum": "ZWE5Njg4YWVjZmU2Nzg0ZmUyMDNkZjYyYmQ4NTgxNWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ebd24e23-2f99-432b-8093-f0b5a4ed1509"
    }
  ],
  "workloadContext": "Production"
}
2022-05-12T13:16:55.729Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:16:55.730Z|5af69ad0-3b84-4da2-97ae-e450e1b07f26|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d5287295-9b5c-45d5-bbce-5eb98c6ce7b2 ASDC
2022-05-12T13:16:55.730Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a152d1df-6e4b-4cce-8c2a-40176c6615a0
ServiceName:vFW 2022-05-12 13-12-14
ServiceVersion:1.0
ServiceUUID:d5287295-9b5c-45d5-bbce-5eb98c6ce7b2
ServiceInvariantUUID:9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220512131214-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar
ArtifactUUID:ebd24e23-2f99-432b-8093-f0b5a4ed1509
ArtifactChecksum:ZWE5Njg4YWVjZmU2Nzg0ZmUyMDNkZjYyYmQ4NTgxNWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 3f477290-0395 0
ResourceCustomizationUUID:412dfe04-5b79-4179-816c-c338c5218c09
ResourceInvariantUUID:56a10841-53d2-45ef-9b3b-b3740598832a
ResourceName:vFW 3f477290-0395
ResourceType:VF
ResourceUUID:f86f9c98-04e6-4d02-a167-a4dbb34d804f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw3f47729003950_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json
ArtifactUUID:28ef8c51-46be-461c-90b3-5e086760b1f9
ArtifactChecksum:MzM4MzlmN2Y4NDM0NTExZGVmNjU5YWI3NDhjMzMwNzk=
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/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml
ArtifactUUID:ef84c1a1-d74c-40f3-bb15-06f528af2f60
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/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
ArtifactUUID:2494267a-6e99-4ac8-808c-3a1bd5a23fa1
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/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
ArtifactUUID:2494267a-6e99-4ac8-808c-3a1bd5a23fa1
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-12T13:16:55.730Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d5287295-9b5c-45d5-bbce-5eb98c6ce7b2 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-05-12T13:16:55.767Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ebd24e23-2f99-432b-8093-f0b5a4ed1509 from URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:16:55.768Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:56.797Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:16:56.803Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar ebd24e23-2f99-432b-8093-f0b5a4ed1509 98989
2022-05-12T13:16:56.804Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar ASDC sendASDCNotification
2022-05-12T13:16:56.804Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:56.804Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:16:56.805Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:56.806Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:56.806Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361416804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:56.907Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:16:56.908Z||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-05-12T13:16:56.908Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:56.922Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:56.923Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:16:57.807Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:16:57.808Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-05-12T13:16:57.808Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: ebd24e23-2f99-432b-8093-f0b5a4ed1509, URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar to file: /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:57.808Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220512131214-csar.csar
2022-05-12T13:16:57.809Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:57.809Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:57.906Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4218584657703745725/Definitions/service-Vfw20220512131214-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-05-12T13:16:59.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:16:59.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 3f477290-0395 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220512131214-csar.csar
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-05-12T13:16:59.348Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:16:59.349Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:16:59.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:16:59.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3eaac788-8b9f-4ee0-92ca-5b865ee21713
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d815de3-c08c-4430-b540-eb373a601920
2022-05-12T13:16:59.353Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6c35bfbd-b6e0-493b-9d09-eff4ab363a45
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.354Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:16:59.355Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-12 13-12-14
Description:catalog service description
Model UUID:d5287295-9b5c-45d5-bbce-5eb98c6ce7b2
Model Version:NULL
Model InvariantUuid:9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 3f477290-0395
Model UUID:30761ef2-1a09-47db-8ec9-07f1abc17af7
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:56a10841-53d2-45ef-9b3b-b3740598832a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:412dfe04-5b79-4179-816c-c338c5218c09
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:07d9f9fa-81e3-4332-9180-ebb53e2d1f5c
ModelName:Vfw3f4772900395..base_vfw..module-0
ModelUuid:71a83748-8ae5-491e-8fa7-1ab14bee39d0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3eaac788-8b9f-4ee0-92ca-5b865ee21713
ModelInvariantUuid:a45d4f9f-3cd7-496e-8ce3-56fa7ceff802
ModelName:vFW 3f477290-0395-nodes.vfwCvfc
ModelUuid:297ddaf6-f010-4946-bfb0-9a249a7fbe60
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:27330705-6c26-4563-977f-fad2abaeafdd
ModelInvariantUuid:3ac1e9ec-78bc-4dd4-bc0e-ced91ae496d7
ModelName:Vfw3f4772900395.compute.nodes.heat.vfw
ModelUuid:ff89a0d1-6b39-4143-bfb0-4b1de5ac3a2d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7d815de3-c08c-4430-b540-eb373a601920
ModelInvariantUuid:d9677897-0bd6-4d47-82ff-52b09c7f155b
ModelName:vFW 3f477290-0395-nodes.vsnCvfc
ModelUuid:d25172df-3f08-41bf-b337-aa774db61460
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c8504b6e-5871-440b-bbf8-9ef4dc9e80a5
ModelInvariantUuid:ff70751b-be9d-4874-9221-e55ed450b6ac
ModelName:Vfw3f4772900395.compute.nodes.heat.vsn
ModelUuid:7d459b31-da61-4ae9-ac3f-245754ef5572
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:6c35bfbd-b6e0-493b-9d09-eff4ab363a45
ModelInvariantUuid:65ba31cc-3486-42d9-97c1-59a28a93b6dd
ModelName:vFW 3f477290-0395-nodes.vpgCvfc
ModelUuid:89afaa1e-13c0-4546-9e61-81f7e46f3f07
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:fb35dce6-9750-4f51-8a23-f6d915768f28
ModelInvariantUuid:2e4a1037-01ab-4bba-8f92-49458bc3cea2
ModelName:Vfw3f4772900395.compute.nodes.heat.vpg
ModelUuid:664f2c6f-8922-434e-aaa5-43209f423bfe
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-05-12T13:16:59.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f86f9c98-04e6-4d02-a167-a4dbb34d804f
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-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||vFW 3f477290-0395 0
2022-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f86f9c98-04e6-4d02-a167-a4dbb34d804f
2022-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 28ef8c51-46be-461c-90b3-5e086760b1f9 from URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json
2022-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:16:59.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json
2022-05-12T13:16:59.678Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:16:59.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json 28ef8c51-46be-461c-90b3-5e086760b1f9 785
2022-05-12T13:16:59.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json ASDC sendASDCNotification
2022-05-12T13:16:59.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json
2022-05-12T13:16:59.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:16:59.680Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:16:59.682Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:16:59.682Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361419679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:16:59.782Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:16:59.784Z||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-05-12T13:16:59.784Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:16:59.799Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:16:59.799Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:00.683Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3f4772900395..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "07d9f9fa-81e3-4332-9180-ebb53e2d1f5c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71a83748-8ae5-491e-8fa7-1ab14bee39d0",
    "vfModuleModelCustomizationUUID": "101f24ab-b4b7-4cb5-8430-a0ca6d50ba8f",
    "isBase": true,
    "artifacts": [
      "ef84c1a1-d74c-40f3-bb15-06f528af2f60",
      "2494267a-6e99-4ac8-808c-3a1bd5a23fa1"
    ],
    "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-05-12T13:17:00.687Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f4772900395..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71a83748-8ae5-491e-8fa7-1ab14bee39d0
VfModuleModelInvariantUUID:07d9f9fa-81e3-4332-9180-ebb53e2d1f5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef84c1a1-d74c-40f3-bb15-06f528af2f60
,
2494267a-6e99-4ac8-808c-3a1bd5a23fa1

}
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-05-12T13:17:00.690Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw3f4772900395..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "07d9f9fa-81e3-4332-9180-ebb53e2d1f5c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "71a83748-8ae5-491e-8fa7-1ab14bee39d0",
    "vfModuleModelCustomizationUUID": "101f24ab-b4b7-4cb5-8430-a0ca6d50ba8f",
    "isBase": true,
    "artifacts": [
      "ef84c1a1-d74c-40f3-bb15-06f528af2f60",
      "2494267a-6e99-4ac8-808c-3a1bd5a23fa1"
    ],
    "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-05-12T13:17:00.691Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw3f4772900395..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:71a83748-8ae5-491e-8fa7-1ab14bee39d0
VfModuleModelInvariantUUID:07d9f9fa-81e3-4332-9180-ebb53e2d1f5c
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef84c1a1-d74c-40f3-bb15-06f528af2f60
,
2494267a-6e99-4ac8-808c-3a1bd5a23fa1

}
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-05-12T13:17:00.691Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ef84c1a1-d74c-40f3-bb15-06f528af2f60 from URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml
2022-05-12T13:17:00.691Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:17:00.691Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml
2022-05-12T13:17:00.983Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:17:00.984Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml ef84c1a1-d74c-40f3-bb15-06f528af2f60 20368
2022-05-12T13:17:00.985Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-12T13:17:00.985Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml
2022-05-12T13:17:00.985Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:17:00.986Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:17:00.987Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:17:00.987Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361420985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:17:01.087Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:17:01.088Z||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-05-12T13:17:01.088Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:01.102Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:01.102Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:01.988Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2494267a-6e99-4ac8-808c-3a1bd5a23fa1 from URL: /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
2022-05-12T13:17:01.989Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-05-12T13:17:01.989Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
2022-05-12T13:17:02.085Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-05-12T13:17:02.086Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env 2494267a-6e99-4ac8-808c-3a1bd5a23fa1 2098
2022-05-12T13:17:02.087Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-12T13:17:02.087Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
2022-05-12T13:17:02.088Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:17:02.088Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:17:02.090Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:17:02.090Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361422087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:17:02.191Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:17:02.192Z||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-05-12T13:17:02.192Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:02.204Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:02.205Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:03.091Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d5287295-9b5c-45d5-bbce-5eb98c6ce7b2
2022-05-12T13:17:03.092Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 3f477290-0395 0 f86f9c98-04e6-4d02-a167-a4dbb34d804f 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-05-12T13:17:03.110Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2a0eafb8, org.onap.sdc.toscaparser.api.parameters.Input@342cafdc, org.onap.sdc.toscaparser.api.parameters.Input@7327827, org.onap.sdc.toscaparser.api.parameters.Input@2f6a3d4e, org.onap.sdc.toscaparser.api.parameters.Input@70c63474]
2022-05-12T13:17:03.133Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.133Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.133Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-05-12T13:17:03.133Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 412dfe04-5b79-4179-816c-c338c5218c09
2022-05-12T13:17:03.134Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 412dfe04-5b79-4179-816c-c338c5218c09 matches Tosca VF Customization UUID: 412dfe04-5b79-4179-816c-c338c5218c09
2022-05-12T13:17:03.134Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 412dfe04-5b79-4179-816c-c338c5218c09  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-05-12T13:17:03.137Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.137Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 412dfe04-5b79-4179-816c-c338c5218c09: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4bdc4b17
2022-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:17:03.138Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 101f24ab-b4b7-4cb5-8430-a0ca6d50ba8f
2022-05-12T13:17:03.139Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 101f24ab-b4b7-4cb5-8430-a0ca6d50ba8f
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-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:17:03.141Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.142Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3eaac788-8b9f-4ee0-92ca-5b865ee21713
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-05-12T13:17:03.144Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.144Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:17:03.144Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:17:03.144Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.145Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:17:03.145Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:17:03.145Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:17:03.145Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:17:03.145Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:17:03.145Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.145Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.145Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:17:03.146Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-12T13:17:03.146Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-12T13:17:03.146Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-12T13:17:03.146Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-12T13:17:03.146Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.146Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7d815de3-c08c-4430-b540-eb373a601920
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-05-12T13:17:03.147Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.147Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-12T13:17:03.148Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-12T13:17:03.149Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-12T13:17:03.149Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=6c35bfbd-b6e0-493b-9d09-eff4ab363a45
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-05-12T13:17:03.150Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.150Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:17:03.150Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:17:03.150Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.150Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Node template vFW 3f477290-0395 0 is matching search criteria
2022-05-12T13:17:03.150Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 3f477290-0395 0] matching following query criteria: sdcType=VF, customizationUUID=412dfe04-5b79-4179-816c-c338c5218c09
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-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d5287295-9b5c-45d5-bbce-5eb98c6ce7b2: vFW 3f477290-0395
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.152Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.153Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:17:03.153Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-05-12 13-12-14 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:17:03.153Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-05-12 13-12-14 
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-05-12T13:17:03.283Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 3f477290-0395 f86f9c98-04e6-4d02-a167-a4dbb34d804f 1 ASDC deployResourceStructure
2022-05-12T13:17:03.284Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json ASDC sendASDCNotification
2022-05-12T13:17:03.284Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json
2022-05-12T13:17:03.284Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:17:03.284Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:17:03.286Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:17:03.286Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361423284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:17:03.386Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:17:03.387Z||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-05-12T13:17:03.388Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:03.398Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:03.399Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:04.287Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-12T13:17:04.287Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml
2022-05-12T13:17:04.287Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:17:04.287Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:17:04.289Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:17:04.289Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361424287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:17:04.390Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:17:04.391Z||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-05-12T13:17:04.391Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:04.404Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:04.405Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:05.290Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-12T13:17:05.290Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env
2022-05-12T13:17:05.290Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:17:05.290Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:17:05.293Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:17:05.294Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361425290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:17:05.394Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:17:05.395Z||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-05-12T13:17:05.395Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:05.413Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:05.414Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:06.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar ASDC sendASDCNotification
2022-05-12T13:17:06.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar
2022-05-12T13:17:06.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:17:06.296Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:17:06.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:17:06.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361426295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:17:06.399Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:17:06.400Z||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-05-12T13:17:06.400Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:06.417Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:06.417Z||pool-49-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:17:07.300Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a152d1df-6e4b-4cce-8c2a-40176c6615a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:17:07.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a152d1df-6e4b-4cce-8c2a-40176c6615a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:17:07.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:17:07.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:17:07.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:17:07.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:17:07.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:17:07.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:17:07.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:17:07.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:17:07.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:17:07.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:17:07.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:17:07.324Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:17:37.325Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a152d1df-6e4b-4cce-8c2a-40176c6615a0 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-05-12T13:17:37.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a152d1df-6e4b-4cce-8c2a-40176c6615a0 and serviceModelVersionId: d5287295-9b5c-45d5-bbce-5eb98c6ce7b2
2022-05-12T13:17:37.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61
2022-05-12T13:17:37.337Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61/model-vers/model-ver/d5287295-9b5c-45d5-bbce-5eb98c6ce7b2?depth=0
2022-05-12T13:17:37.343Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:17:37.373Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61/model-vers/model-ver/d5287295-9b5c-45d5-bbce-5eb98c6ce7b2?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-05-12T13:17:37.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61/model-vers/model-ver/d5287295-9b5c-45d5-bbce-5eb98c6ce7b2?depth=0|INFO|500||Invoke
2022-05-12T13:17:37.395Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61/model-vers/model-ver/d5287295-9b5c-45d5-bbce-5eb98c6ce7b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-12T13:17:37.676Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61/model-vers/model-ver/d5287295-9b5c-45d5-bbce-5eb98c6ce7b2?depth=0|INFO|500||InvokeReturn
2022-05-12T13:17:37.676Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9b6360f8-08bc-4a6a-8880-3bbe0b4a5f61/model-vers/model-ver/d5287295-9b5c-45d5-bbce-5eb98c6ce7b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220512-13:17:38:067-7090], vertex-id=[208960], Content-Length=[0], Date=[Thu, 12 May 2022 13:17:38 GMT], Content-Type=[application/json]}
2022-05-12T13:17:37.677Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:17:37.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:17:37.679Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:17:37.685Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:17:37.686Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a152d1df-6e4b-4cce-8c2a-40176c6615a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:17:37.686Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:17:37.686Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:17:37.688Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:17:37.688Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361457686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:17:37.788Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:17:37.790Z||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-05-12T13:17:37.790Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:37.806Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:37.807Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-12T13:17:38.699Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:17:38.700Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:17:38.700Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:48.969Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:48.970Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:17:48.971Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:17:48.971Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:17:51.243Z||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-05-12T13:17:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:17:51.270Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:51.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:17:51.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5af69ad0-3b84-4da2-97ae-e450e1b07f26",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361407680,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:17:51.272Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:17:51.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:17:51.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:17:51.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:17:51.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:17:51.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:17:51.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:17:51.273Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-12T13:17:51.273Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:17:51.273Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:17:58.518Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:17:58.518Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:17:58.519Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:17:58.519Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:18:08.077Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:18:08.078Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:18:08.079Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:18:08.080Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:18:17.620Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:18:17.622Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:18:17.622Z||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-05-12T13:18:17.622Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:18:27.159Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:18:27.160Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:18:27.160Z||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-05-12T13:18:27.161Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:18:36.711Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:18:51.240Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:18:51.242Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:18:51.242Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:18:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:18:51.243Z||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-05-12T13:18:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:18:51.771Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:18:51.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:18:51.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:18:51.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-12T13:18:51.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:18:51.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:18:51.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:18:51.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361235350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:18:51.776Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:18:51.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361416804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:18:51.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:18:51.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361419679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:18:51.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:18:51.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361420985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:18:51.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:18:51.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.777Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361422087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:18:51.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:18:51.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361423284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/vfw3f47729003950_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:18:51.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:18:51.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.778Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361424287,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:18:51.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:18:51.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361425290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/resourceInstances/vfw3f47729003950/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:18:51.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:18:51.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361426295,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220512131214/1.0/artifacts/service-Vfw20220512131214-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:18:51.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:18:51.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-05-12T13:18:51.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a152d1df-6e4b-4cce-8c2a-40176c6615a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361457686,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:18:51.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:19:00.786Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:19:51.241Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:19:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:19:51.243Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:19:51.243Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:19:51.243Z||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-05-12T13:19:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:20:00.793Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:20:00.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:20:51.240Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:20:51.241Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:20:51.242Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:20:51.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:20:51.243Z||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-05-12T13:20:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:21:00.804Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:21:00.805Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:21:51.240Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:21:51.241Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:21:51.241Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:21:51.242Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:21:51.243Z||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-05-12T13:21:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:22:00.795Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:22:00.798Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:22:51.240Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:22:51.241Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:22:51.242Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:22:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:22:51.243Z||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-05-12T13:22:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:23:00.803Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:23:00.806Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:23:51.240Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:23:51.242Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:23:51.242Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:23:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:23:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:23:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:24:00.569Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:24:00.570Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-12T13:24:00.571Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1c2864ed-713f-4970-ab25-edcc0667453e","serviceDescription":"service","serviceInvariantUUID":"5aeb9215-54a8-4778-a0d7-4987c06b48b5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ff8fa1b3-18a6-4387-957a-20a4361b32cd","resourceInvariantUUID":"bbf990a7-98c1-4cfb-84fa-856f6f2752e5","resourceCustomizationUUID":"e552295e-ccb8-4f87-8d95-7d0de614abfc","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"Y2YyMDkxNzQ0NDc5NDM1OGM5NDhjNDBiNWZiZWU5Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"28344704-a825-4663-a03a-031be3e2d694","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDIwZjQwNzEzYTgwZjNlY2IwYTVkMWJkM2FhY2RkMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d9956ad-eca0-4e00-bf50-05bf98f9ef62","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:24:00.574Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:24:00.574Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:24:00.580Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:24:00.580Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361831240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:24:00.680Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:24:00.681Z||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-05-12T13:24:00.682Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:24:00.698Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:24:00.698Z||pool-51-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:24:00.823Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:24:00.824Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:24:00.824Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361831240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:24:00.825Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:24:00.826Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:24:00.826Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "cds",
  "timestamp": 1652361837103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:24:00.826Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:24:01.584Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:24:01.584Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:24:01.587Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:24:01.587Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361831240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:24:01.687Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:24:01.688Z||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-05-12T13:24:01.688Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:24:01.704Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:24:01.705Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:24:02.589Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "1c2864ed-713f-4970-ab25-edcc0667453e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5aeb9215-54a8-4778-a0d7-4987c06b48b5",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "e552295e-ccb8-4f87-8d95-7d0de614abfc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ff8fa1b3-18a6-4387-957a-20a4361b32cd",
      "resourceInvariantUUID": "bbf990a7-98c1-4cfb-84fa-856f6f2752e5",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "NDIwZjQwNzEzYTgwZjNlY2IwYTVkMWJkM2FhY2RkMDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2d9956ad-eca0-4e00-bf50-05bf98f9ef62"
    }
  ],
  "workloadContext": "Production"
}
2022-05-12T13:24:02.590Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:24:02.590Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1c2864ed-713f-4970-ab25-edcc0667453e ASDC
2022-05-12T13:24:02.591Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:1c2864ed-713f-4970-ab25-edcc0667453e
ServiceInvariantUUID:5aeb9215-54a8-4778-a0d7-4987c06b48b5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:2d9956ad-eca0-4e00-bf50-05bf98f9ef62
ArtifactChecksum:NDIwZjQwNzEzYTgwZjNlY2IwYTVkMWJkM2FhY2RkMDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:e552295e-ccb8-4f87-8d95-7d0de614abfc
ResourceInvariantUUID:bbf990a7-98c1-4cfb-84fa-856f6f2752e5
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ff8fa1b3-18a6-4387-957a-20a4361b32cd
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-12T13:24:02.591Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1c2864ed-713f-4970-ab25-edcc0667453e 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-05-12T13:24:02.621Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:24:02.622Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:24:02.622Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:24:02.622Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2d9956ad-eca0-4e00-bf50-05bf98f9ef62 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-12T13:24:02.622Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:24:02.623Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-12T13:24:03.185Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:24:03.187Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2d9956ad-eca0-4e00-bf50-05bf98f9ef62 52505
2022-05-12T13:24:03.187Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-12T13:24:03.187Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-12T13:24:03.187Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:24:03.187Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:24:03.189Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:24:03.189Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361843187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:24:03.290Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:24:03.291Z||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-05-12T13:24:03.291Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:24:03.302Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:24:03.303Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:24:04.190Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:24:04.192Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:24:04.193Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2d9956ad-eca0-4e00-bf50-05bf98f9ef62, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.194Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-12T13:24:04.194Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.195Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.275Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12674935261652762587/Definitions/service-BasicNetwork-template.yml
2022-05-12T13:24:04.641Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:24:04.642Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.643Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.643Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-12T13:24:04.643Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:24:04.643Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:24:04.643Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.643Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.643Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.644Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:1c2864ed-713f-4970-ab25-edcc0667453e
Model Version:NULL
Model InvariantUuid:5aeb9215-54a8-4778-a0d7-4987c06b48b5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:bbf990a7-98c1-4cfb-84fa-856f6f2752e5
Model UUID:60aa972e-9d33-45dd-9427-500c02be3915
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:e552295e-ccb8-4f87-8d95-7d0de614abfc
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-12T13:24:04.652Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ff8fa1b3-18a6-4387-957a-20a4361b32cd
2022-05-12T13:24:04.652Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||No resources found for Service: 1c2864ed-713f-4970-ab25-edcc0667453e
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-05-12T13:24:04.659Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||
2022-05-12T13:24:04.659Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-12T13:24:04.660Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 1c2864ed-713f-4970-ab25-edcc0667453e
2022-05-12T13:24:04.660Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1c2864ed-713f-4970-ab25-edcc0667453e
2022-05-12T13:24:04.660Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-12T13:24:04.660Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:24:04.665Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44dd7f49, org.onap.sdc.toscaparser.api.parameters.Input@411a39fa, org.onap.sdc.toscaparser.api.parameters.Input@78ec5261, org.onap.sdc.toscaparser.api.parameters.Input@1d0351dd, org.onap.sdc.toscaparser.api.parameters.Input@328b4203]
2022-05-12T13:24:04.666Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.667Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.667Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.667Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.667Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1c2864ed-713f-4970-ab25-edcc0667453e: Generic NeutronNet
2022-05-12T13:24:04.667Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.667Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.667Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.667Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-12T13:24:04.697Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.697Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.697Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.697Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.697Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:24:04.697Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:24:04.697Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-12T13:24:04.740Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-12T13:24:04.741Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-12T13:24:04.741Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-12T13:24:04.741Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:24:04.741Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:24:04.743Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:24:04.743Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361844741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:24:04.843Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:24:04.845Z||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-05-12T13:24:04.845Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:24:04.859Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:24:04.859Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:24:05.743Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:24:05.754Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:24:05.757Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:24:05.757Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:24:05.757Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:24:35.758Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:24:35.796Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:24:35.799Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:24:35.799Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:24:35.799Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:24:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:24:51.246Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:24:51.246Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:24:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:24:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:24:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361831612,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:24:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:25:05.799Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:25:05.813Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:25:05.815Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:25:05.815Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:25:05.816Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:25:35.816Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:25:35.829Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:25:35.831Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:25:35.832Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:25:35.832Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:25:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:25:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:25:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:25:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:25:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:25:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1652361840557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:25:51.281Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:25:51.281Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:25:51.281Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "policy-id",
  "timestamp": 1652361837766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:25:51.281Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:05.832Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:26:05.846Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:26:05.849Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:26:05.849Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:26:05.849Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:26:35.850Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:26:35.862Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:26:35.864Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:26:35.865Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-12T13:26:35.865Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-12T13:26:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:26:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:26:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:26:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:26:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361841397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "cds",
  "timestamp": 1652361837103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:26:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361831240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361831612,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "policy-id",
  "timestamp": 1652361837766,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1652361840557,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361841397,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "cds",
  "timestamp": 1652361843780,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361843187,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1652361843801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361843268,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "policy-id",
  "timestamp": 1652361843425,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "cds",
  "timestamp": 1652361844790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:26:51.286Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
2022-05-12T13:26:51.286Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf 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-05-12T13:26:51.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "policy-id",
  "timestamp": 1652361844431,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:26:51.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652361844741,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:26:51.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.295Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.296Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361844794,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:26:51.296Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.296Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.296Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "policy-id",
  "timestamp": 1652361845434,
  "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-05-12T13:26:51.300Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
2022-05-12T13:26:51.300Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf 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-05-12T13:26:51.308Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.308Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361845800,
  "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-05-12T13:26:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
2022-05-12T13:26:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf 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-05-12T13:26:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1652361848061,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:26:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "aai-ml",
  "timestamp": 1652361849065,
  "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-05-12T13:26:51.325Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
2022-05-12T13:26:51.325Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf 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-05-12T13:26:51.332Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.332Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361849593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361849593,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "clamp",
  "timestamp": 1652361859434,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "clamp",
  "timestamp": 1652361859434,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "clamp",
  "timestamp": 1652361866831,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "clamp",
  "timestamp": 1652361868842,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:26:51.334Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:26:51.334Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.334Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "clamp",
  "timestamp": 1652361869846,
  "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-05-12T13:26:51.337Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
2022-05-12T13:26:51.337Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf 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-05-12T13:26:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361882103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361881395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361889593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361882103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361881395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361889434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361889593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361882103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361881395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361889434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361889593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.346Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361882103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:26:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:26:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361881395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:26:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:05.865Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:27:05.877Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:27:05.880Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:05.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:27:05.886Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:27:35.886Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf 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-05-12T13:27:35.894Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf and serviceModelVersionId: 1c2864ed-713f-4970-ab25-edcc0667453e
2022-05-12T13:27:35.894Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5aeb9215-54a8-4778-a0d7-4987c06b48b5
2022-05-12T13:27:35.896Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5aeb9215-54a8-4778-a0d7-4987c06b48b5/model-vers/model-ver/1c2864ed-713f-4970-ab25-edcc0667453e?depth=0
2022-05-12T13:27:35.903Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:27:35.941Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aeb9215-54a8-4778-a0d7-4987c06b48b5/model-vers/model-ver/1c2864ed-713f-4970-ab25-edcc0667453e?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-05-12T13:27:35.943Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aeb9215-54a8-4778-a0d7-4987c06b48b5/model-vers/model-ver/1c2864ed-713f-4970-ab25-edcc0667453e?depth=0|INFO|500||Invoke
2022-05-12T13:27:35.962Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aeb9215-54a8-4778-a0d7-4987c06b48b5/model-vers/model-ver/1c2864ed-713f-4970-ab25-edcc0667453e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-12T13:27:36.366Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aeb9215-54a8-4778-a0d7-4987c06b48b5/model-vers/model-ver/1c2864ed-713f-4970-ab25-edcc0667453e?depth=0|INFO|500||InvokeReturn
2022-05-12T13:27:36.367Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5aeb9215-54a8-4778-a0d7-4987c06b48b5/model-vers/model-ver/1c2864ed-713f-4970-ab25-edcc0667453e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220512-13:27:36:638-17176], vertex-id=[221248], Content-Length=[0], Date=[Thu, 12 May 2022 13:27:36 GMT], Content-Type=[application/json]}
2022-05-12T13:27:36.367Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:27:36.367Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:27:36.367Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:27:36.373Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:27:36.373Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:27:36.373Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:27:36.374Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:36.377Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:36.377Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362056373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:27:36.480Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-12T13:27:36.481Z||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-05-12T13:27:36.481Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:36.498Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:36.499Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-12T13:27:37.389Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:27:37.390Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:27:37.390Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:41.858Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:41.860Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-12T13:27:41.860Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d878e08-71c0-4f37-b3c7-87c4a1a3cace","serviceName":"Demo_pNF_dSUVGysJ7fc3Khq4tc1g","serviceVersion":"1.0","serviceUUID":"b97df087-4668-4a67-8155-df23f606f1b3","serviceDescription":"catalog service description","serviceInvariantUUID":"652c83ee-aedb-46fa-a70d-88198eded258","resources":[{"resourceInstanceName":"pNF 86af6ac1-4371 0","resourceName":"pNF 86af6ac1-4371","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5a908d97-16c7-42cd-815f-af2d0546eb4a","resourceInvariantUUID":"b07a0dea-a2d8-40ca-bfa1-bba1130c4507","resourceCustomizationUUID":"dfa25a26-4416-4aff-9bd0-d74e64217eb6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml","artifactChecksum":"NjBkZTJjZmRjNDU5ODczZTM1NGViYWU0OTYyZmEzOTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ce7c330-f440-4f4e-8532-1cbce9bfcda2","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar","artifactChecksum":"NTdjOTBkYWJiNjViMTY0NmVjMjkzODY1OTIwZmIzYzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8119bcfe-9051-455f-87a2-274ac1601ff7","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ae8e5947-afc3-46cb-ad38-e7b06ed43adb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml","artifactChecksum":"NGEzZjc3ZWUzYTBjMzQ0MDI5OGY0NGNjNzUyOGI1N2E\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"56827003-f080-4bd6-b703-8a1853863b23","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ede7391c-14b1-4044-932d-1b978b4f3e2a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"233ccc28-c027-49a8-929a-36adc93d19a7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml","artifactChecksum":"NWFiN2ViM2I1OWYxYzc3ZGE5NWZiMjE0ZmRjODljOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9a7e1c3-e6e1-4853-9080-4804a1771d64","artifactVersion":"1"},{"artifactName":"service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar","artifactChecksum":"MzY0MDIxYmZjM2ViNTgwYzFlMjdkYjFlZTc5OGNmYTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87e2297b-9664-42ed-96e3-8164c29caff2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:27:41.863Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:27:41.863Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:41.865Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:41.865Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:41.965Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:41.966Z||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-05-12T13:27:41.966Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:41.979Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:41.980Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:27:42.865Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:27:42.866Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:42.868Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:42.868Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:42.968Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:42.969Z||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-05-12T13:27:42.969Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:42.980Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:42.980Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:27:43.869Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:27:43.869Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:43.872Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:43.872Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:43.972Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:43.973Z||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-05-12T13:27:43.973Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:43.986Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:43.987Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:27:44.872Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:27:44.873Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:44.876Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:44.876Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:44.976Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:44.977Z||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-05-12T13:27:44.977Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:44.990Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:44.991Z||pool-59-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:27:45.877Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:27:45.878Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:45.879Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:45.880Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:45.980Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:45.981Z||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-05-12T13:27:45.981Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:45.996Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:45.997Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:27:46.880Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:27:46.881Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:46.882Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:46.883Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:46.983Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:46.984Z||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-05-12T13:27:46.984Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:46.995Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:46.995Z||pool-61-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:27:47.883Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:27:47.884Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:47.885Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:47.885Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:47.986Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:47.986Z||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-05-12T13:27:47.987Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:48.000Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:48.001Z||pool-62-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:27:48.886Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:27:48.887Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:48.889Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:48.889Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:48.989Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:48.990Z||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-05-12T13:27:48.990Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:49.002Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:49.002Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:27:49.890Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "serviceName": "Demo_pNF_dSUVGysJ7fc3Khq4tc1g",
  "serviceVersion": "1.0",
  "serviceUUID": "b97df087-4668-4a67-8155-df23f606f1b3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "652c83ee-aedb-46fa-a70d-88198eded258",
  "resources": [
    {
      "resourceInstanceName": "pNF 86af6ac1-4371 0",
      "resourceCustomizationUUID": "dfa25a26-4416-4aff-9bd0-d74e64217eb6",
      "resourceName": "pNF 86af6ac1-4371",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5a908d97-16c7-42cd-815f-af2d0546eb4a",
      "resourceInvariantUUID": "b07a0dea-a2d8-40ca-bfa1-bba1130c4507",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
      "artifactChecksum": "MzY0MDIxYmZjM2ViNTgwYzFlMjdkYjFlZTc5OGNmYTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "87e2297b-9664-42ed-96e3-8164c29caff2"
    }
  ],
  "workloadContext": "Production"
}
2022-05-12T13:27:49.890Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:27:49.890Z|01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b97df087-4668-4a67-8155-df23f606f1b3 ASDC
2022-05-12T13:27:49.891Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3d878e08-71c0-4f37-b3c7-87c4a1a3cace
ServiceName:Demo_pNF_dSUVGysJ7fc3Khq4tc1g
ServiceVersion:1.0
ServiceUUID:b97df087-4668-4a67-8155-df23f606f1b3
ServiceInvariantUUID:652c83ee-aedb-46fa-a70d-88198eded258
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
ArtifactUUID:87e2297b-9664-42ed-96e3-8164c29caff2
ArtifactChecksum:MzY0MDIxYmZjM2ViNTgwYzFlMjdkYjFlZTc5OGNmYTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 86af6ac1-4371 0
ResourceCustomizationUUID:dfa25a26-4416-4aff-9bd0-d74e64217eb6
ResourceInvariantUUID:b07a0dea-a2d8-40ca-bfa1-bba1130c4507
ResourceName:pNF 86af6ac1-4371
ResourceType:PNF
ResourceUUID:5a908d97-16c7-42cd-815f-af2d0546eb4a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-12T13:27:49.891Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b97df087-4668-4a67-8155-df23f606f1b3 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-05-12T13:27:49.918Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:27:49.919Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:27:49.919Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:27:49.919Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87e2297b-9664-42ed-96e3-8164c29caff2 from URL: /sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:49.919Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:27:49.920Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:50.137Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:27:50.141Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar 87e2297b-9664-42ed-96e3-8164c29caff2 82641
2022-05-12T13:27:50.141Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar ASDC sendASDCNotification
2022-05-12T13:27:50.141Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:50.142Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:27:50.142Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:50.143Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:50.143Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362070141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:50.244Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:50.245Z||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-05-12T13:27:50.245Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:50.259Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:50.259Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:27:51.144Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:27:51.145Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:27:51.146Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 87e2297b-9664-42ed-96e3-8164c29caff2, URL: /sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar to file: /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.146Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.147Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.147Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:27:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:27:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:51.262Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361889434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361889593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361882103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361881395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361891612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361889434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361889593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361882103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361881395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361891612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361889434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361889593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361882103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361881395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361891612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361889434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361889593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361882103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361881395,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361891612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361889434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361889593,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361891612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361897114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.280Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.280Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.280Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361889434,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.280Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.280Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.280Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361891612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.280Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.280Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.280Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "cds",
  "timestamp": 1652361898120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-05-12T13:27:51.281Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8213983052122326069/Definitions/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-05-12T13:27:51.288Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d878e08-71c0-4f37-b3c7-87c4a1a3cace
2022-05-12T13:27:51.288Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d878e08-71c0-4f37-b3c7-87c4a1a3cace 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-05-12T13:27:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361891612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361897765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361899658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361891612,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361897765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.299Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361900871,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.300Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.300Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.300Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361897765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.300Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.300Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.300Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361901876,
  "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-05-12T13:27:51.304Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3d878e08-71c0-4f37-b3c7-87c4a1a3cace
2022-05-12T13:27:51.304Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d878e08-71c0-4f37-b3c7-87c4a1a3cace 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-05-12T13:27:51.311Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.311Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361900557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361900671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361897765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361900557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.312Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361902298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361897765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361900557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361903302,
  "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-05-12T13:27:51.317Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d878e08-71c0-4f37-b3c7-87c4a1a3cace
2022-05-12T13:27:51.317Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d878e08-71c0-4f37-b3c7-87c4a1a3cace 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-05-12T13:27:51.326Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.326Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361897765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.327Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.327Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.327Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361900557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.327Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.327Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.327Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361897765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.327Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.327Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.327Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361900557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361897765,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361900557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361906630,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361900557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361907635,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361900557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361908096,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "policy-id",
  "timestamp": 1652361908638,
  "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-05-12T13:27:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d878e08-71c0-4f37-b3c7-87c4a1a3cace
2022-05-12T13:27:51.333Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d878e08-71c0-4f37-b3c7-87c4a1a3cace 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-05-12T13:27:51.340Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.341Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361909672,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.341Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.341Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.341Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361909870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.341Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.341Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.341Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "clamp",
  "timestamp": 1652361910874,
  "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-05-12T13:27:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d878e08-71c0-4f37-b3c7-87c4a1a3cace
2022-05-12T13:27:51.345Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d878e08-71c0-4f37-b3c7-87c4a1a3cace 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-05-12T13:27:51.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361913911,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "aai-ml",
  "timestamp": 1652361914916,
  "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-05-12T13:27:51.356Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d878e08-71c0-4f37-b3c7-87c4a1a3cace
2022-05-12T13:27:51.357Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d878e08-71c0-4f37-b3c7-87c4a1a3cace 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-05-12T13:27:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361921395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.365Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.365Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.365Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361919433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.365Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.365Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.365Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361921612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.365Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361917765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361919433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361921612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361921395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361917765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361921395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361921612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361919433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361917765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.370Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.370Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.370Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361921395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.370Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.370Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.370Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361921612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.371Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.371Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.371Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361919433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.371Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.371Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.371Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361917765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.371Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.371Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.371Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.372Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.372Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.372Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361921395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.372Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.372Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.372Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361921612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.372Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.372Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.372Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361919433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.373Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.373Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.373Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361917765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.373Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.373Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.373Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.373Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.373Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.374Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361921395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.374Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.374Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.374Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361921612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.374Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.374Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.374Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361919433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.374Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.374Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.375Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361917765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.375Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.375Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.375Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361929593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.375Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.375Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.375Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.375Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.375Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361921395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361921612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361919433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.376Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.377Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361917765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.377Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.377Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.377Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361929593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.377Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.377Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.377Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.377Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361930557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361921395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361921612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361919433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361917765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361929593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.379Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361930557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361921395,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.380Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361921612,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.381Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.381Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.381Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361919433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.381Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.381Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.381Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361917765,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.381Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.381Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.381Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361929593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.382Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.382Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.382Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.382Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.382Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.382Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361930557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.382Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.382Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.383Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361929593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.383Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.383Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.383Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.383Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.383Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.383Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361934652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.383Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.383Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361933369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361933535,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361930557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361929593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361934539,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361930557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361936049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361929593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.386Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361927103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.387Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.387Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.387Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361935257,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.387Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.387Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.387Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "policy-id",
  "timestamp": 1652361935543,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-12T13:27:51.400Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0
2022-05-12T13:27:51.400Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0 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-05-12T13:27:51.408Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.408Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361930557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.408Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.408Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.408Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361937179,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.409Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.409Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.409Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361929593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.409Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.409Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.409Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361936265,
  "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-05-12T13:27:51.413Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0
2022-05-12T13:27:51.414Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0 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-05-12T13:27:51.423Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.423Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361936967,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.424Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.424Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.424Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361930557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.425Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.425Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.425Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361929593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.425Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.425Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.425Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361938649,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.426Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.426Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.426Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "cds",
  "timestamp": 1652361937974,
  "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=?
2022-05-12T13:27:51.441Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0
2022-05-12T13:27:51.442Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0 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-05-12T13:27:51.452Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.452Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361930557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.452Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.452Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.452Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361939710,
  "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-05-12T13:27:51.460Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0
2022-05-12T13:27:51.460Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0 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-05-12T13:27:51.467Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.467Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361930557,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.468Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.468Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.468Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361940715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.468Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.468Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.468Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361940463,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.469Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.469Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.469Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361941855,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:27:51.469Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.469Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.469Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361941721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.494Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.495Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.495Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361942103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.495Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.496Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.496Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361937765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.496Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.496Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.496Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361942103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.496Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.497Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.497Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361941721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.497Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.497Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.497Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361937765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.497Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.498Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.498Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361944916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.498Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.498Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.498Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361944868,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.498Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:27:51.499Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.499Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361942103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.499Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.499Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.499Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361941721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.499Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.499Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.500Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361937765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.500Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.500Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.500Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "aai-ml",
  "timestamp": 1652361945920,
  "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-05-12T13:27:51.505Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0
2022-05-12T13:27:51.506Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0 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-05-12T13:27:51.520Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.520Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "clamp",
  "timestamp": 1652361945872,
  "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-05-12T13:27:51.524Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0
2022-05-12T13:27:51.524Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0 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-05-12T13:27:51.530Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.530Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361942103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.530Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361941721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361937765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361942103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361941721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361937765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361942103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361937765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361941721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.531Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361949593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361942103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361941721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361937765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361949433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361949593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361942103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361937765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.532Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.533Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361941721,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.533Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.533Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.533Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361949433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:27:51.533Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.533Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:27:51.533Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361949593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:27:51.533Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 86af6ac1-4371 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-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.808Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dSUVGysJ7fc3Khq4tc1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Node template pNF 86af6ac1-4371 0 is matching search criteria
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 86af6ac1-4371 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dSUVGysJ7fc3Khq4tc1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Node template pNF 86af6ac1-4371 0 is matching search criteria
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 86af6ac1-4371 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dSUVGysJ7fc3Khq4tc1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:27:51.809Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:27:51.810Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dSUVGysJ7fc3Khq4tc1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:27:51.810Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:27:51.810Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dSUVGysJ7fc3Khq4tc1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:27:51.810Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:27:51.810Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dSUVGysJ7fc3Khq4tc1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:27:51.810Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:27:51.810Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dSUVGysJ7fc3Khq4tc1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:27:51.810Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_dSUVGysJ7fc3Khq4tc1g
Description:catalog service description
Model UUID:b97df087-4668-4a67-8155-df23f606f1b3
Model Version:NULL
Model InvariantUuid:652c83ee-aedb-46fa-a70d-88198eded258
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-05-12T13:27:51.816Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5a908d97-16c7-42cd-815f-af2d0546eb4a
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-05-12T13:27:51.819Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||pNF 86af6ac1-4371 0
2022-05-12T13:27:51.819Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5a908d97-16c7-42cd-815f-af2d0546eb4a
2022-05-12T13:27:51.820Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b97df087-4668-4a67-8155-df23f606f1b3
2022-05-12T13:27:51.820Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b97df087-4668-4a67-8155-df23f606f1b3
2022-05-12T13:27:51.820Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 86af6ac1-4371 0 5a908d97-16c7-42cd-815f-af2d0546eb4a 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-05-12T13:27:51.823Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ee5bc2, org.onap.sdc.toscaparser.api.parameters.Input@1351bacb, org.onap.sdc.toscaparser.api.parameters.Input@129002f1, org.onap.sdc.toscaparser.api.parameters.Input@2d683c3f, org.onap.sdc.toscaparser.api.parameters.Input@5aaf421b]
2022-05-12T13:27:51.824Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:27:51.824Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dSUVGysJ7fc3Khq4tc1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:27:51.824Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b97df087-4668-4a67-8155-df23f606f1b3: pNF 86af6ac1-4371
2022-05-12T13:27:51.824Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||Processing PNF resource: 5a908d97-16c7-42cd-815f-af2d0546eb4a
2022-05-12T13:27:51.824Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:27:51.824Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_dSUVGysJ7fc3Khq4tc1g is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:27:51.824Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||Resource customization UUID: dfa25a26-4416-4aff-9bd0-d74e64217eb6 is the same as notified resource customizationUUID: dfa25a26-4416-4aff-9bd0-d74e64217eb6
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-05-12T13:27:51.860Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 86af6ac1-4371 5a908d97-16c7-42cd-815f-af2d0546eb4a 0 ASDC deployResourceStructure
2022-05-12T13:27:51.861Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar ASDC sendASDCNotification
2022-05-12T13:27:51.861Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar
2022-05-12T13:27:51.861Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:27:51.861Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:27:51.863Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:27:51.863Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362071861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:27:51.963Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:27:51.964Z||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-05-12T13:27:51.964Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:27:51.984Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:27:51.984Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:27:52.864Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d878e08-71c0-4f37-b3c7-87c4a1a3cace
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:27:52.875Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d878e08-71c0-4f37-b3c7-87c4a1a3cace
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:27:52.878Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:27:52.878Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:27:52.879Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:27:52.884Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:28:22.884Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d878e08-71c0-4f37-b3c7-87c4a1a3cace 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-05-12T13:28:22.893Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d878e08-71c0-4f37-b3c7-87c4a1a3cace and serviceModelVersionId: b97df087-4668-4a67-8155-df23f606f1b3
2022-05-12T13:28:22.893Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 652c83ee-aedb-46fa-a70d-88198eded258
2022-05-12T13:28:22.894Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/652c83ee-aedb-46fa-a70d-88198eded258/model-vers/model-ver/b97df087-4668-4a67-8155-df23f606f1b3?depth=0
2022-05-12T13:28:22.898Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:28:22.922Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/652c83ee-aedb-46fa-a70d-88198eded258/model-vers/model-ver/b97df087-4668-4a67-8155-df23f606f1b3?depth=0|INFO|500||Invoke
2022-05-12T13:28:22.922Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/652c83ee-aedb-46fa-a70d-88198eded258/model-vers/model-ver/b97df087-4668-4a67-8155-df23f606f1b3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/652c83ee-aedb-46fa-a70d-88198eded258/model-vers/model-ver/b97df087-4668-4a67-8155-df23f606f1b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3d878e08-71c0-4f37-b3c7-87c4a1a3cace], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[178c0346-47a2-4c62-9f78-5ed12407c961], X-ECOMP-RequestID=[3d878e08-71c0-4f37-b3c7-87c4a1a3cace], X-TransactionId=[], X-ONAP-RequestID=[3d878e08-71c0-4f37-b3c7-87c4a1a3cace], Content-Type=[application/merge-patch+json]}
2022-05-12T13:28:22.935Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/652c83ee-aedb-46fa-a70d-88198eded258/model-vers/model-ver/b97df087-4668-4a67-8155-df23f606f1b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-12T13:28:23.615Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/652c83ee-aedb-46fa-a70d-88198eded258/model-vers/model-ver/b97df087-4668-4a67-8155-df23f606f1b3?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/652c83ee-aedb-46fa-a70d-88198eded258/model-vers/model-ver/b97df087-4668-4a67-8155-df23f606f1b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220512-13:28:23:610-81204], vertex-id=[381152], Content-Length=[0], Date=[Thu, 12 May 2022 13:28:23 GMT], Content-Type=[application/json]}
2022-05-12T13:28:23.616Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/652c83ee-aedb-46fa-a70d-88198eded258/model-vers/model-ver/b97df087-4668-4a67-8155-df23f606f1b3?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:28:23.616Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/652c83ee-aedb-46fa-a70d-88198eded258/model-vers/model-ver/b97df087-4668-4a67-8155-df23f606f1b3?depth=0|INFO|500||InvokeReturn
2022-05-12T13:28:23.617Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:28:23.618Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:28:23.625Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:28:23.625Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d878e08-71c0-4f37-b3c7-87c4a1a3cace and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:28:23.625Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:28:23.626Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:23.628Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:23.628Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362103625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:28:23.728Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:23.729Z||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-05-12T13:28:23.729Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:23.746Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:23.747Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-12T13:28:24.642Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-12T13:28:24.642Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"130cf7d3-aa46-42d8-8ca7-9c35f5e746a0","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0","serviceDescription":"service","serviceInvariantUUID":"84496c79-49c8-4e1a-b6d5-8e6e038104ae","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0d03987-22dc-4386-96eb-dc2c3a52805f","resourceInvariantUUID":"e8d3c6bc-9a07-4ad3-a703-8fb0a0c5ed59","resourceCustomizationUUID":"9549fd99-029b-4757-bc6c-e9c551853f45","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":"NzZjYTY0MDM3MzcwYmVmYThjOGMxZWRlOTU3Yzg4NzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62d90840-62a9-47bb-96f7-ec697eabc848","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":"81c73b54-a565-4e70-bac6-d87418bc726b","artifactVersion":"2","generatedFromUUID":"34d71767-8e98-48db-8240-290dc4ebc5a4"},{"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":"34d71767-8e98-48db-8240-290dc4ebc5a4","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":"OTU1OGIwOTIwZjliYjQ4YTMxMTExZmQzMTg4ZTkwMmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29ad79e4-60e8-46a9-ac17-1863a4be0a60","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":"26b64646-8930-4939-aa6c-29df30366eac","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":"85961c0d-4929-43c1-9f30-288e5a697a71","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":"a5117af4-32c6-4559-84a9-a06c530c3943","artifactVersion":"2","generatedFromUUID":"26b64646-8930-4939-aa6c-29df30366eac"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWQxYTA5ZjYwNmUwMGE4NjE4MGE4NmIzNDRiNGI0N2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f490e60-3b7d-40dc-88ec-9d3ebf568deb","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZWE5Y2U1ZDQxNzc0ZWM4OTI2OGFlYmVkZWI0ZTNmYzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"78097bd4-4ca4-440f-bcb3-ae34f77c2ad4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:28:24.643Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:28:24.643Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:24.645Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:24.645Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:24.745Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:24.746Z||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-05-12T13:28:24.746Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:24.760Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:24.760Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:25.645Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:28:25.646Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:25.648Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:25.648Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-12T13:28:25.749Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:28:25.750Z||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-05-12T13:28:25.750Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:25.761Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:25.762Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:26.649Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:28:26.650Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:26.652Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:26.652Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-12T13:28:26.752Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:26.754Z||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-05-12T13:28:26.754Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:26.767Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:26.768Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:27.653Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:28:27.654Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:27.657Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:27.657Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:28:27.757Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:27.758Z||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-05-12T13:28:27.758Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:27.771Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:27.772Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:28.658Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:28:28.659Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:28.660Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:28.661Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:28:28.761Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:28.762Z||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-05-12T13:28:28.762Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:28.776Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:28.777Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:29.661Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:28:29.662Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:29.665Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:29.665Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:29.765Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:29.766Z||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-05-12T13:28:29.766Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:29.778Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:29.779Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:30.666Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:28:30.668Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:30.670Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:30.670Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-12T13:28:30.770Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:28:30.771Z||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-05-12T13:28:30.771Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:30.787Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:30.787Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:31.671Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:28:31.672Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:31.674Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:31.674Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:31.775Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:28:31.776Z||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-05-12T13:28:31.776Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:31.791Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:31.792Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:32.675Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:28:32.676Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:32.678Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:32.679Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:32.779Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:32.780Z||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-05-12T13:28:32.780Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:32.794Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:32.795Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:28:33.680Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "84496c79-49c8-4e1a-b6d5-8e6e038104ae",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "9549fd99-029b-4757-bc6c-e9c551853f45",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d0d03987-22dc-4386-96eb-dc2c3a52805f",
      "resourceInvariantUUID": "e8d3c6bc-9a07-4ad3-a703-8fb0a0c5ed59",
      "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": "81c73b54-a565-4e70-bac6-d87418bc726b",
          "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": "34d71767-8e98-48db-8240-290dc4ebc5a4",
          "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": "OTU1OGIwOTIwZjliYjQ4YTMxMTExZmQzMTg4ZTkwMmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "29ad79e4-60e8-46a9-ac17-1863a4be0a60",
          "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": "26b64646-8930-4939-aa6c-29df30366eac",
          "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": "a5117af4-32c6-4559-84a9-a06c530c3943",
            "generatedFromUUID": "26b64646-8930-4939-aa6c-29df30366eac"
          },
          "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": "a5117af4-32c6-4559-84a9-a06c530c3943",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZWE5Y2U1ZDQxNzc0ZWM4OTI2OGFlYmVkZWI0ZTNmYzc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "78097bd4-4ca4-440f-bcb3-ae34f77c2ad4"
    }
  ],
  "workloadContext": "Production"
}
2022-05-12T13:28:33.680Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:28:33.680Z|3d878e08-71c0-4f37-b3c7-87c4a1a3cace|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0 ASDC
2022-05-12T13:28:33.681Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:130cf7d3-aa46-42d8-8ca7-9c35f5e746a0
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0
ServiceInvariantUUID:84496c79-49c8-4e1a-b6d5-8e6e038104ae
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:78097bd4-4ca4-440f-bcb3-ae34f77c2ad4
ArtifactChecksum:ZWE5Y2U1ZDQxNzc0ZWM4OTI2OGFlYmVkZWI0ZTNmYzc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:9549fd99-029b-4757-bc6c-e9c551853f45
ResourceInvariantUUID:e8d3c6bc-9a07-4ad3-a703-8fb0a0c5ed59
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d0d03987-22dc-4386-96eb-dc2c3a52805f
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:81c73b54-a565-4e70-bac6-d87418bc726b
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:34d71767-8e98-48db-8240-290dc4ebc5a4
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:29ad79e4-60e8-46a9-ac17-1863a4be0a60
ArtifactChecksum:OTU1OGIwOTIwZjliYjQ4YTMxMTExZmQzMTg4ZTkwMmM=
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:26b64646-8930-4939-aa6c-29df30366eac
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:a5117af4-32c6-4559-84a9-a06c530c3943
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:a5117af4-32c6-4559-84a9-a06c530c3943
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-12T13:28:33.681Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0 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-05-12T13:28:33.721Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:28:33.722Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:28:33.722Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:28:33.722Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 78097bd4-4ca4-440f-bcb3-ae34f77c2ad4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-12T13:28:33.722Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:28:33.722Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-12T13:28:34.387Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:28:34.392Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 78097bd4-4ca4-440f-bcb3-ae34f77c2ad4 68961
2022-05-12T13:28:34.392Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-12T13:28:34.392Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-12T13:28:34.392Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:28:34.393Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:34.395Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:34.395Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362114392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:34.495Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:34.496Z||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-05-12T13:28:34.496Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:34.516Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:34.517Z||pool-76-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:28:35.396Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:28:35.397Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:28:35.398Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 78097bd4-4ca4-440f-bcb3-ae34f77c2ad4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-12T13:28:35.398Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-12T13:28:35.399Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-12T13:28:35.399Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-12T13:28:35.463Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16665390163638074047/Definitions/service-BasicCnf-template.yml
2022-05-12T13:28:36.227Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:28:36.227Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:28:36.228Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:28:36.229Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.229Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:36.229Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-12T13:28:36.229Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:28:36.229Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:28:36.229Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.229Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:36.229Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.230Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-12T13:28:36.230Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-12T13:28:36.230Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-12T13:28:36.230Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-12T13:28:36.230Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.230Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:28:36.230Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.230Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-12T13:28:36.230Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c8503bbd-b4c9-4f1d-86e3-e9b88d87bab2
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.231Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:36.232Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:36.232Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:36.232Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0
Model Version:NULL
Model InvariantUuid:84496c79-49c8-4e1a-b6d5-8e6e038104ae
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0c48bafd-c496-4279-9272-394ac20fe961
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e8d3c6bc-9a07-4ad3-a703-8fb0a0c5ed59
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9549fd99-029b-4757-bc6c-e9c551853f45
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:08e91a68-a351-472c-b73a-addbd0a7c6d2
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:64c3526c-ad21-4f53-a5b4-6887ef74edfe
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c8503bbd-b4c9-4f1d-86e3-e9b88d87bab2
ModelInvariantUuid:6af5614d-cc5e-42d8-9d56-da003075fcdf
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:16576eb1-186f-46c9-a2e7-88bb313d2783
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f86c8a19-c1ff-4856-8d1d-f195c5d4091b
ModelInvariantUuid:9edc7f3f-c3b2-47f2-8b83-5c398d3d3cb2
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:26da7ffc-7157-43d8-ac1b-e3dfbb4b2f19
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-05-12T13:28:36.238Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d0d03987-22dc-4386-96eb-dc2c3a52805f
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-05-12T13:28:36.241Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-05-12T13:28:36.241Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0d03987-22dc-4386-96eb-dc2c3a52805f
2022-05-12T13:28:36.241Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81c73b54-a565-4e70-bac6-d87418bc726b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-12T13:28:36.241Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:28:36.241Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-12T13:28:36.366Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:28:36.367Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 81c73b54-a565-4e70-bac6-d87418bc726b 12
2022-05-12T13:28:36.367Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-12T13:28:36.367Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-12T13:28:36.367Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:28:36.368Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:36.371Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:36.371Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362116367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:36.471Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:36.472Z||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-05-12T13:28:36.472Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:36.486Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:36.487Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:28:37.372Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 34d71767-8e98-48db-8240-290dc4ebc5a4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-12T13:28:37.372Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:28:37.373Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-12T13:28:37.561Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:28:37.562Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 34d71767-8e98-48db-8240-290dc4ebc5a4 2688
2022-05-12T13:28:37.562Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-12T13:28:37.562Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-12T13:28:37.562Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:28:37.562Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:37.564Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:37.564Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362117562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:37.664Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:37.665Z||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-05-12T13:28:37.666Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:37.680Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:37.681Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:28:38.566Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 29ad79e4-60e8-46a9-ac17-1863a4be0a60 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-12T13:28:38.566Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:28:38.566Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-12T13:28:38.614Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:28:38.615Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 29ad79e4-60e8-46a9-ac17-1863a4be0a60 828
2022-05-12T13:28:38.615Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-12T13:28:38.616Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-12T13:28:38.616Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:28:38.616Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:38.618Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:38.618Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362118615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:38.719Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:38.720Z||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-05-12T13:28:38.720Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:38.734Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:38.735Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:28:39.619Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08e91a68-a351-472c-b73a-addbd0a7c6d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64c3526c-ad21-4f53-a5b4-6887ef74edfe",
    "vfModuleModelCustomizationUUID": "4b0d3354-6475-42dd-bd18-b2d01b48f943",
    "isBase": true,
    "artifacts": [
      "26b64646-8930-4939-aa6c-29df30366eac",
      "34d71767-8e98-48db-8240-290dc4ebc5a4",
      "a5117af4-32c6-4559-84a9-a06c530c3943"
    ],
    "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-05-12T13:28:39.624Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64c3526c-ad21-4f53-a5b4-6887ef74edfe
VfModuleModelInvariantUUID:08e91a68-a351-472c-b73a-addbd0a7c6d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
26b64646-8930-4939-aa6c-29df30366eac
,
34d71767-8e98-48db-8240-290dc4ebc5a4
,
a5117af4-32c6-4559-84a9-a06c530c3943

}
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-05-12T13:28:39.626Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "08e91a68-a351-472c-b73a-addbd0a7c6d2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "64c3526c-ad21-4f53-a5b4-6887ef74edfe",
    "vfModuleModelCustomizationUUID": "4b0d3354-6475-42dd-bd18-b2d01b48f943",
    "isBase": true,
    "artifacts": [
      "26b64646-8930-4939-aa6c-29df30366eac",
      "34d71767-8e98-48db-8240-290dc4ebc5a4",
      "a5117af4-32c6-4559-84a9-a06c530c3943"
    ],
    "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-05-12T13:28:39.626Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:64c3526c-ad21-4f53-a5b4-6887ef74edfe
VfModuleModelInvariantUUID:08e91a68-a351-472c-b73a-addbd0a7c6d2
VfModuleModelDescription:NULL
Artifacts UUID List:{
26b64646-8930-4939-aa6c-29df30366eac
,
34d71767-8e98-48db-8240-290dc4ebc5a4
,
a5117af4-32c6-4559-84a9-a06c530c3943

}
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-05-12T13:28:39.626Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 26b64646-8930-4939-aa6c-29df30366eac from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-12T13:28:39.626Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:28:39.626Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-12T13:28:39.675Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:28:39.675Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 26b64646-8930-4939-aa6c-29df30366eac 1164
2022-05-12T13:28:39.676Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-12T13:28:39.676Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-12T13:28:39.676Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:28:39.676Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:39.678Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:39.679Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362119676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:39.779Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:39.780Z||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-05-12T13:28:39.780Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:39.790Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:39.791Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:40.679Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a5117af4-32c6-4559-84a9-a06c530c3943 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-12T13:28:40.680Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:28:40.680Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-12T13:28:40.727Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:28:40.728Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env a5117af4-32c6-4559-84a9-a06c530c3943 200
2022-05-12T13:28:40.728Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-12T13:28:40.728Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-12T13:28:40.728Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:28:40.729Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:40.731Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:40.731Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362120728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:40.833Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-12T13:28:40.834Z||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-05-12T13:28:40.834Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:40.847Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:40.847Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:41.732Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0
2022-05-12T13:28:41.732Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d0d03987-22dc-4386-96eb-dc2c3a52805f 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=?
2022-05-12T13:28:41.747Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_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-05-12T13:28:41.752Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33447d0e, org.onap.sdc.toscaparser.api.parameters.Input@789d97e3, org.onap.sdc.toscaparser.api.parameters.Input@657cc0cc, org.onap.sdc.toscaparser.api.parameters.Input@7be7aa74, org.onap.sdc.toscaparser.api.parameters.Input@6b5b140b]
2022-05-12T13:28:41.753Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.753Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:41.753Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-12T13:28:41.753Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9549fd99-029b-4757-bc6c-e9c551853f45
2022-05-12T13:28:41.753Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9549fd99-029b-4757-bc6c-e9c551853f45 matches Tosca VF Customization UUID: 9549fd99-029b-4757-bc6c-e9c551853f45
2022-05-12T13:28:41.753Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9549fd99-029b-4757-bc6c-e9c551853f45  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-05-12T13:28:41.755Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.755Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:41.756Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9549fd99-029b-4757-bc6c-e9c551853f45: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-12T13:28:41.756Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3a66d061
2022-05-12T13:28:41.756Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.756Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:28:41.756Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4b0d3354-6475-42dd-bd18-b2d01b48f943
2022-05-12T13:28:41.756Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4b0d3354-6475-42dd-bd18-b2d01b48f943
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-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-12T13:28:41.758Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c8503bbd-b4c9-4f1d-86e3-e9b88d87bab2
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-05-12T13:28:41.760Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.760Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-12T13:28:41.760Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:28:41.760Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.760Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-12T13:28:41.760Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=9549fd99-029b-4757-bc6c-e9c551853f45
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-05-12T13:28:41.761Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.761Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0: basic_cnf
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:28:41.762Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||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-05-12T13:28:41.813Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d0d03987-22dc-4386-96eb-dc2c3a52805f 1 ASDC deployResourceStructure
2022-05-12T13:28:41.813Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-12T13:28:41.813Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-12T13:28:41.814Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-12T13:28:41.814Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:41.815Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:41.815Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362121813,
  "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-05-12T13:28:41.919Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-12T13:28:41.919Z||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-05-12T13:28:41.919Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:41.941Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:41.941Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:28:42.816Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-12T13:28:42.816Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-12T13:28:42.816Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-12T13:28:42.817Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:42.818Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:42.818Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362122816,
  "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-05-12T13:28:42.919Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:42.919Z||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-05-12T13:28:42.920Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:42.935Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:42.935Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:43.819Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-12T13:28:43.820Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-12T13:28:43.820Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:28:43.821Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:43.823Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:43.823Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362123819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:43.923Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:28:43.925Z||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-05-12T13:28:43.925Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:43.937Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:43.938Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:44.825Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-12T13:28:44.825Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-12T13:28:44.825Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:28:44.825Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:44.828Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:44.828Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362124824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:44.928Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:44.929Z||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-05-12T13:28:44.929Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:44.940Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:44.940Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:45.829Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-12T13:28:45.830Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-12T13:28:45.830Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:28:45.830Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:45.833Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:45.833Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362125829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:45.933Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:28:45.934Z||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-05-12T13:28:45.934Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:45.949Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:45.949Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:28:46.834Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-12T13:28:46.835Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-12T13:28:46.835Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:28:46.835Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:28:46.838Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:28:46.838Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362126834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:46.939Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:28:46.940Z||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-05-12T13:28:46.940Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:46.955Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:46.955Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:28:47.839Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:28:47.849Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:28:47.852Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:28:47.853Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:28:47.853Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:28:47.853Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:28:47.853Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:28:47.853Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:28:47.853Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:28:47.854Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:28:47.854Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:28:47.854Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:28:47.854Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:28:47.858Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:28:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:28:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:28:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:28:51.257Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:28:51.267Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.267Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361953104,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361952419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361949433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361949593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361952157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361951612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361949433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361949593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361953162,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361954498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361951612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "cds",
  "timestamp": 1652361954372,
  "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-05-12T13:28:51.285Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 809107a8-05cf-4f90-bf22-aa1742ccfe53
2022-05-12T13:28:51.286Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809107a8-05cf-4f90-bf22-aa1742ccfe53 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-05-12T13:28:51.292Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.292Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361949433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.292Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.292Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.292Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361949593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.292Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.292Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.292Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "policy-id",
  "timestamp": 1652361954165,
  "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-05-12T13:28:51.296Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 809107a8-05cf-4f90-bf22-aa1742ccfe53
2022-05-12T13:28:51.296Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809107a8-05cf-4f90-bf22-aa1742ccfe53 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-05-12T13:28:51.308Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.308Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361951612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.308Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361955801,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361949433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361949593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361951612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361956827,
  "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-05-12T13:28:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 809107a8-05cf-4f90-bf22-aa1742ccfe53
2022-05-12T13:28:51.313Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809107a8-05cf-4f90-bf22-aa1742ccfe53 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-05-12T13:28:51.318Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361949433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361949593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361951612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.319Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361957833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361949433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361951612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361951612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361951612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.320Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361960394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361960557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361960557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361962332,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361960557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.321Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361963336,
  "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-05-12T13:28:51.326Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 809107a8-05cf-4f90-bf22-aa1742ccfe53
2022-05-12T13:28:51.326Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809107a8-05cf-4f90-bf22-aa1742ccfe53 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-05-12T13:28:51.334Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.334Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361960557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.334Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.334Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.334Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361960557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.334Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361960557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361965878,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361960557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361960557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361969388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361969876,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.335Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.336Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "clamp",
  "timestamp": 1652361970881,
  "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-05-12T13:28:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 809107a8-05cf-4f90-bf22-aa1742ccfe53
2022-05-12T13:28:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809107a8-05cf-4f90-bf22-aa1742ccfe53 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-05-12T13:28:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361974120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.347Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "aai-ml",
  "timestamp": 1652361975127,
  "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-05-12T13:28:51.350Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 809107a8-05cf-4f90-bf22-aa1742ccfe53
2022-05-12T13:28:51.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 809107a8-05cf-4f90-bf22-aa1742ccfe53 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-05-12T13:28:51.357Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.357Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652361979433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361981612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361981395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361977765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652361979433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.358Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361981612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361977765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361981395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652361979433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361981612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361977765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.359Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361981395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "cds",
  "timestamp": 1652361987103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361981612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652361979433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361977765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361981395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "cds",
  "timestamp": 1652361987103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.360Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652361979433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361981612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361977765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361981395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361989593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "cds",
  "timestamp": 1652361987103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.361Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652361979433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361981612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361981395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361977765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361989593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "cds",
  "timestamp": 1652361987103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652361979433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.362Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361981612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361977765,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361981395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652361990557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361989593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "cds",
  "timestamp": 1652361987103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.363Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652361990557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361989593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "cds",
  "timestamp": 1652361987103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361992552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.364Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361992466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361993753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652361990557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361989593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.366Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "cds",
  "timestamp": 1652361987103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361993563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652361990557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361994960,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361989593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "cds",
  "timestamp": 1652361994981,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "policy-id",
  "timestamp": 1652361994566,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-12T13:28:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6884fe7-6bde-4b59-9c82-aaec52ad6767
2022-05-12T13:28:51.378Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6884fe7-6bde-4b59-9c82-aaec52ad6767 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-05-12T13:28:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361994466,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.384Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652361990557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361996247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652361989593,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.385Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "cds",
  "timestamp": 1652361995987,
  "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=?
2022-05-12T13:28:51.389Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6884fe7-6bde-4b59-9c82-aaec52ad6767
2022-05-12T13:28:51.389Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6884fe7-6bde-4b59-9c82-aaec52ad6767 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-05-12T13:28:51.395Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.395Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652361995470,
  "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-05-12T13:28:51.400Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6884fe7-6bde-4b59-9c82-aaec52ad6767
2022-05-12T13:28:51.400Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6884fe7-6bde-4b59-9c82-aaec52ad6767 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-05-12T13:28:51.410Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.410Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652361990557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.410Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.411Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.411Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361997272,
  "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-05-12T13:28:51.415Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6884fe7-6bde-4b59-9c82-aaec52ad6767
2022-05-12T13:28:51.415Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6884fe7-6bde-4b59-9c82-aaec52ad6767 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-05-12T13:28:51.421Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.421Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652361990557,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:28:51.421Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.421Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.421Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652361998275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652361998457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652361998880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652362000890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.422Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "clamp",
  "timestamp": 1652362001893,
  "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-05-12T13:28:51.426Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6884fe7-6bde-4b59-9c82-aaec52ad6767
2022-05-12T13:28:51.427Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6884fe7-6bde-4b59-9c82-aaec52ad6767 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-05-12T13:28:51.434Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.434Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652362003172,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:28:51.435Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:28:51.435Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.435Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "aai-ml",
  "timestamp": 1652362004176,
  "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-05-12T13:28:51.438Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6884fe7-6bde-4b59-9c82-aaec52ad6767
2022-05-12T13:28:51.438Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6884fe7-6bde-4b59-9c82-aaec52ad6767 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-05-12T13:28:51.444Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.444Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362002103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.444Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.445Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.445Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362009593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.445Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:28:51.445Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:28:51.445Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362009433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:28:51.445Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:17.859Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0 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-05-12T13:29:17.888Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0 and serviceModelVersionId: 4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0
2022-05-12T13:29:17.888Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 84496c79-49c8-4e1a-b6d5-8e6e038104ae
2022-05-12T13:29:17.892Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/84496c79-49c8-4e1a-b6d5-8e6e038104ae/model-vers/model-ver/4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0?depth=0
2022-05-12T13:29:17.902Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:29:17.936Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84496c79-49c8-4e1a-b6d5-8e6e038104ae/model-vers/model-ver/4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0?depth=0|INFO|500||Invoke
2022-05-12T13:29:17.937Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84496c79-49c8-4e1a-b6d5-8e6e038104ae/model-vers/model-ver/4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84496c79-49c8-4e1a-b6d5-8e6e038104ae/model-vers/model-ver/4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[130cf7d3-aa46-42d8-8ca7-9c35f5e746a0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[14ed3cbb-b7a6-4de4-9809-2c2fa298d2ab], X-ECOMP-RequestID=[130cf7d3-aa46-42d8-8ca7-9c35f5e746a0], X-TransactionId=[], X-ONAP-RequestID=[130cf7d3-aa46-42d8-8ca7-9c35f5e746a0], Content-Type=[application/merge-patch+json]}
2022-05-12T13:29:17.954Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84496c79-49c8-4e1a-b6d5-8e6e038104ae/model-vers/model-ver/4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-12T13:29:18.054Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84496c79-49c8-4e1a-b6d5-8e6e038104ae/model-vers/model-ver/4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0?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/84496c79-49c8-4e1a-b6d5-8e6e038104ae/model-vers/model-ver/4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220512-13:29:18:630-68933], vertex-id=[393440], Content-Length=[0], Date=[Thu, 12 May 2022 13:29:18 GMT], Content-Type=[application/json]}
2022-05-12T13:29:18.054Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84496c79-49c8-4e1a-b6d5-8e6e038104ae/model-vers/model-ver/4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:29:18.055Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/84496c79-49c8-4e1a-b6d5-8e6e038104ae/model-vers/model-ver/4f75e0e6-4dcf-4259-ad0d-cfd1681a6ce0?depth=0|INFO|500||InvokeReturn
2022-05-12T13:29:18.056Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:29:18.056Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:29:18.062Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:29:18.063Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 130cf7d3-aa46-42d8-8ca7-9c35f5e746a0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:29:18.063Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:29:18.063Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:18.066Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:18.066Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362158063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:29:18.166Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:18.168Z||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-05-12T13:29:18.168Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:18.187Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:18.188Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-12T13:29:19.080Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-12T13:29:19.080Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"809107a8-05cf-4f90-bf22-aa1742ccfe53","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d4d3f4a0-4994-476d-89ef-168231afd8d6","serviceDescription":"service","serviceInvariantUUID":"4d8e009a-d314-4064-ace1-0e56e6126ef6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8db526de-a16c-4a89-b495-227c37ddd768","resourceInvariantUUID":"71a7a33b-12eb-4489-bc2f-203d8bd17504","resourceCustomizationUUID":"e13cbd8e-010f-444c-b95f-b9fd577e62ce","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":"MWQ0MjlhMTQyMGNiZmVlOTQ3M2UwMTNkYzZjNjQwOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"245b0418-1935-4886-8e14-a47d6c54ae97","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":"OTBkZTU2OWE1ZjgzZTE3YzIyYTljYWRiODU1MDI1Mjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f442c308-f3b9-4d7f-a4bb-9d7258c1e836","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":"b343037e-f4a8-4c6b-8548-a2e55be2baad","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":"6915db74-a718-4bee-a9e3-c5e23baff9de","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":"0c671cd9-8637-4f15-b4c3-2c569e473cf7","artifactVersion":"2","generatedFromUUID":"b343037e-f4a8-4c6b-8548-a2e55be2baad"},{"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":"YmE2M2U3ZWYwZWZiOTZlZGViZTQwMmI2MGRjOGQzZjg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"aaabe418-935c-40be-9184-bf61bb581856","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":"ZDRiZDA5MjI4YzZmMmVjMWFhYTQzZjBlZDkzN2U5ZDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5992a733-1021-4ebf-aebe-684b5ec33150","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"M2ZkNjRkYTczZTJhNDY4OGQ2MTVlMTM3Yzc2OTZlODE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"096bcee2-1555-438e-87a9-fa2ec30e6208","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:29:19.081Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:29:19.081Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:19.082Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:19.082Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:19.184Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:29:19.184Z||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-05-12T13:29:19.184Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:19.202Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:19.203Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:20.083Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:29:20.084Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:20.087Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:20.087Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:29:20.187Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:20.188Z||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-05-12T13:29:20.189Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:20.202Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:20.203Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:21.087Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:29:21.089Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:21.091Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:21.092Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:29:21.192Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:21.193Z||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-05-12T13:29:21.193Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:21.206Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:21.207Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:22.092Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:29:22.093Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:22.096Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:22.096Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:22.196Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:22.197Z||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-05-12T13:29:22.197Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:22.211Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:22.211Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:23.096Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:29:23.097Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:23.099Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:23.099Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-12T13:29:23.199Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:23.201Z||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-05-12T13:29:23.201Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:23.219Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:23.220Z||pool-93-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:24.100Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:29:24.101Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:24.103Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:24.103Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:24.204Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:24.205Z||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-05-12T13:29:24.205Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:24.217Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:24.218Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:25.104Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:29:25.106Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:25.111Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:25.111Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:25.211Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:25.212Z||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-05-12T13:29:25.213Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:25.233Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:25.233Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:26.112Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:29:26.113Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:26.116Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:26.117Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:29:26.217Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:26.218Z||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-05-12T13:29:26.219Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:26.232Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:26.233Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:27.118Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d4d3f4a0-4994-476d-89ef-168231afd8d6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4d8e009a-d314-4064-ace1-0e56e6126ef6",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "e13cbd8e-010f-444c-b95f-b9fd577e62ce",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8db526de-a16c-4a89-b495-227c37ddd768",
      "resourceInvariantUUID": "71a7a33b-12eb-4489-bc2f-203d8bd17504",
      "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": "OTBkZTU2OWE1ZjgzZTE3YzIyYTljYWRiODU1MDI1Mjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f442c308-f3b9-4d7f-a4bb-9d7258c1e836",
          "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": "b343037e-f4a8-4c6b-8548-a2e55be2baad",
          "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": "0c671cd9-8637-4f15-b4c3-2c569e473cf7",
            "generatedFromUUID": "b343037e-f4a8-4c6b-8548-a2e55be2baad"
          },
          "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": "0c671cd9-8637-4f15-b4c3-2c569e473cf7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "M2ZkNjRkYTczZTJhNDY4OGQ2MTVlMTM3Yzc2OTZlODE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "096bcee2-1555-438e-87a9-fa2ec30e6208"
    }
  ],
  "workloadContext": "Production"
}
2022-05-12T13:29:27.119Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:29:27.119Z|130cf7d3-aa46-42d8-8ca7-9c35f5e746a0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d4d3f4a0-4994-476d-89ef-168231afd8d6 ASDC
2022-05-12T13:29:27.119Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:809107a8-05cf-4f90-bf22-aa1742ccfe53
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:d4d3f4a0-4994-476d-89ef-168231afd8d6
ServiceInvariantUUID:4d8e009a-d314-4064-ace1-0e56e6126ef6
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:096bcee2-1555-438e-87a9-fa2ec30e6208
ArtifactChecksum:M2ZkNjRkYTczZTJhNDY4OGQ2MTVlMTM3Yzc2OTZlODE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:e13cbd8e-010f-444c-b95f-b9fd577e62ce
ResourceInvariantUUID:71a7a33b-12eb-4489-bc2f-203d8bd17504
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8db526de-a16c-4a89-b495-227c37ddd768
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:f442c308-f3b9-4d7f-a4bb-9d7258c1e836
ArtifactChecksum:OTBkZTU2OWE1ZjgzZTE3YzIyYTljYWRiODU1MDI1Mjg=
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:b343037e-f4a8-4c6b-8548-a2e55be2baad
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:0c671cd9-8637-4f15-b4c3-2c569e473cf7
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:0c671cd9-8637-4f15-b4c3-2c569e473cf7
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-12T13:29:27.120Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4d3f4a0-4994-476d-89ef-168231afd8d6 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-05-12T13:29:27.149Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:29:27.150Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:29:27.150Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:29:27.150Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 096bcee2-1555-438e-87a9-fa2ec30e6208 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-12T13:29:27.150Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:29:27.151Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-12T13:29:28.557Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:29:28.564Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 096bcee2-1555-438e-87a9-fa2ec30e6208 78823
2022-05-12T13:29:28.565Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-12T13:29:28.565Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-12T13:29:28.565Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:29:28.565Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:28.568Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:28.568Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362168565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:28.668Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:28.669Z||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-05-12T13:29:28.669Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:28.690Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:28.690Z||pool-97-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:29.568Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:29:29.570Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:29:29.570Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 096bcee2-1555-438e-87a9-fa2ec30e6208, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:29.570Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-05-12T13:29:29.571Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:29.571Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:29.658Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7958389484944681420/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-12T13:29:30.444Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:29:30.444Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:29:30.444Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:29:30.445Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-12T13:29:30.446Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-12T13:29:30.447Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4f69a076-91bd-4d88-b8e6-451059da2621
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:30.448Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:d4d3f4a0-4994-476d-89ef-168231afd8d6
Model Version:NULL
Model InvariantUuid:4d8e009a-d314-4064-ace1-0e56e6126ef6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:5d7d8bb6-a38f-4add-88e8-7bd95d8176e0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:71a7a33b-12eb-4489-bc2f-203d8bd17504
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e13cbd8e-010f-444c-b95f-b9fd577e62ce
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d4aac89e-cb42-49d1-9dc0-1fec20802e12
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:676cfc17-6f98-43d0-9ec8-f3477e324dca
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4f69a076-91bd-4d88-b8e6-451059da2621
ModelInvariantUuid:ae7213e8-d4cc-4f85-aa8a-a99db3fe381b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:87ab50ff-b862-48f8-ab1a-6a847d098e9b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d7c439c4-4f54-46e8-9801-4062ed3b6719
ModelInvariantUuid:b6561a47-53b3-4f1a-801c-44fc91b09464
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a7cbe6b1-a33e-4267-b973-b6b63f463d92
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-05-12T13:29:30.455Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8db526de-a16c-4a89-b495-227c37ddd768
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-05-12T13:29:30.457Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-05-12T13:29:30.458Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8db526de-a16c-4a89-b495-227c37ddd768
2022-05-12T13:29:30.458Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f442c308-f3b9-4d7f-a4bb-9d7258c1e836 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-12T13:29:30.458Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:29:30.458Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-12T13:29:30.662Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:29:30.662Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f442c308-f3b9-4d7f-a4bb-9d7258c1e836 792
2022-05-12T13:29:30.663Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-12T13:29:30.663Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-12T13:29:30.663Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:29:30.663Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:30.665Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:30.666Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362170663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:30.766Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:30.767Z||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-05-12T13:29:30.767Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:30.781Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:30.781Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:31.668Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d4aac89e-cb42-49d1-9dc0-1fec20802e12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "676cfc17-6f98-43d0-9ec8-f3477e324dca",
    "vfModuleModelCustomizationUUID": "34ffb990-0fdf-435b-815d-fb99aafc26b9",
    "isBase": true,
    "artifacts": [
      "b343037e-f4a8-4c6b-8548-a2e55be2baad",
      "0c671cd9-8637-4f15-b4c3-2c569e473cf7"
    ],
    "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-05-12T13:29:31.671Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:676cfc17-6f98-43d0-9ec8-f3477e324dca
VfModuleModelInvariantUUID:d4aac89e-cb42-49d1-9dc0-1fec20802e12
VfModuleModelDescription:NULL
Artifacts UUID List:{
b343037e-f4a8-4c6b-8548-a2e55be2baad
,
0c671cd9-8637-4f15-b4c3-2c569e473cf7

}
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-05-12T13:29:31.673Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d4aac89e-cb42-49d1-9dc0-1fec20802e12",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "676cfc17-6f98-43d0-9ec8-f3477e324dca",
    "vfModuleModelCustomizationUUID": "34ffb990-0fdf-435b-815d-fb99aafc26b9",
    "isBase": true,
    "artifacts": [
      "b343037e-f4a8-4c6b-8548-a2e55be2baad",
      "0c671cd9-8637-4f15-b4c3-2c569e473cf7"
    ],
    "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-05-12T13:29:31.673Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:676cfc17-6f98-43d0-9ec8-f3477e324dca
VfModuleModelInvariantUUID:d4aac89e-cb42-49d1-9dc0-1fec20802e12
VfModuleModelDescription:NULL
Artifacts UUID List:{
b343037e-f4a8-4c6b-8548-a2e55be2baad
,
0c671cd9-8637-4f15-b4c3-2c569e473cf7

}
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-05-12T13:29:31.673Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b343037e-f4a8-4c6b-8548-a2e55be2baad from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-12T13:29:31.673Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:29:31.674Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-12T13:29:32.067Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:29:32.068Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b343037e-f4a8-4c6b-8548-a2e55be2baad 5033
2022-05-12T13:29:32.069Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-12T13:29:32.069Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-12T13:29:32.069Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:29:32.069Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:32.071Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:32.072Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362172068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:32.172Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:32.173Z||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-05-12T13:29:32.173Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:32.186Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:32.187Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:33.072Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0c671cd9-8637-4f15-b4c3-2c569e473cf7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-12T13:29:33.073Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:29:33.074Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-12T13:29:33.255Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:29:33.255Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0c671cd9-8637-4f15-b4c3-2c569e473cf7 903
2022-05-12T13:29:33.255Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-12T13:29:33.255Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-12T13:29:33.255Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:29:33.255Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:33.257Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:33.258Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362173255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:33.358Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:33.359Z||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-05-12T13:29:33.359Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:33.372Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:33.373Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:34.258Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d4d3f4a0-4994-476d-89ef-168231afd8d6
2022-05-12T13:29:34.259Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8db526de-a16c-4a89-b495-227c37ddd768 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-05-12T13:29:34.273Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4511905, org.onap.sdc.toscaparser.api.parameters.Input@21b06535, org.onap.sdc.toscaparser.api.parameters.Input@4510c8f2, org.onap.sdc.toscaparser.api.parameters.Input@4b902d16, org.onap.sdc.toscaparser.api.parameters.Input@47859c50]
2022-05-12T13:29:34.275Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.276Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:34.276Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-12T13:29:34.276Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e13cbd8e-010f-444c-b95f-b9fd577e62ce
2022-05-12T13:29:34.276Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e13cbd8e-010f-444c-b95f-b9fd577e62ce matches Tosca VF Customization UUID: e13cbd8e-010f-444c-b95f-b9fd577e62ce
2022-05-12T13:29:34.276Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e13cbd8e-010f-444c-b95f-b9fd577e62ce  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-05-12T13:29:34.278Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.278Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:34.279Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e13cbd8e-010f-444c-b95f-b9fd577e62ce: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-05-12T13:29:34.279Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c98a21b
2022-05-12T13:29:34.279Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.279Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:29:34.280Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 34ffb990-0fdf-435b-815d-fb99aafc26b9
2022-05-12T13:29:34.280Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 34ffb990-0fdf-435b-815d-fb99aafc26b9
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-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-12T13:29:34.282Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4f69a076-91bd-4d88-b8e6-451059da2621
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-05-12T13:29:34.284Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.284Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-12T13:29:34.284Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:29:34.284Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.284Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-05-12T13:29:34.284Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=e13cbd8e-010f-444c-b95f-b9fd577e62ce
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-05-12T13:29:34.285Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.285Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:34.285Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d4d3f4a0-4994-476d-89ef-168231afd8d6: basic_vm_macro
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:29:34.286Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||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-05-12T13:29:34.352Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8db526de-a16c-4a89-b495-227c37ddd768 1 ASDC deployResourceStructure
2022-05-12T13:29:34.353Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-05-12T13:29:34.353Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-05-12T13:29:34.353Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:29:34.353Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:34.355Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:34.356Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362174353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:29:34.455Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:29:34.456Z||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-05-12T13:29:34.456Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:34.476Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:34.477Z||pool-101-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:35.357Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-12T13:29:35.357Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-05-12T13:29:35.357Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:29:35.357Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:35.359Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:35.359Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362175356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:29:35.459Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:35.460Z||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-05-12T13:29:35.460Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:35.475Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:35.475Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:36.360Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-12T13:29:36.361Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-05-12T13:29:36.361Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:29:36.362Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:36.364Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:36.365Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362176360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:29:36.465Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:29:36.466Z||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-05-12T13:29:36.466Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:36.480Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:36.481Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:29:37.366Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-05-12T13:29:37.366Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-05-12T13:29:37.366Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:29:37.366Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:29:37.368Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:29:37.369Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362177366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:29:37.469Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:29:37.470Z||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-05-12T13:29:37.470Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:37.485Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:37.485Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:29:38.369Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 809107a8-05cf-4f90-bf22-aa1742ccfe53
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:29:38.380Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 809107a8-05cf-4f90-bf22-aa1742ccfe53
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:29:38.382Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:29:38.383Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:29:38.386Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:29:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:29:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:29:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:29:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:29:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362002103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362009593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362009433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362011612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362002103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362009593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362009433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362011612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362002103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362009433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362009593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362011612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362002103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362009593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362009433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362011612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362002103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362009593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362009433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362011612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362002103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362009593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362009433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362011612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362009433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362002103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362009593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362011612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362017765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362009593,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362002103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362009433,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362011612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.277Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362017765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362020873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362011612,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362021562,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362017765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362020557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652362021395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.278Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362017765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362022592,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362021398,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.279Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "cds",
  "timestamp": 1652362022092,
  "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-05-12T13:29:51.291Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce2b3d84-d66d-45aa-b2c5-1639347887b5
2022-05-12T13:29:51.291Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce2b3d84-d66d-45aa-b2c5-1639347887b5 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-05-12T13:29:51.297Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.297Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362020557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652362021395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.298Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1652362023596,
  "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-05-12T13:29:51.301Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ce2b3d84-d66d-45aa-b2c5-1639347887b5
2022-05-12T13:29:51.302Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce2b3d84-d66d-45aa-b2c5-1639347887b5 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-05-12T13:29:51.308Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.308Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362017765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362020557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652362021395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362023039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362017765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.309Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.310Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.310Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362020557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.310Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.310Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.310Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652362021395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.310Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.310Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.310Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1652362024058,
  "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-05-12T13:29:51.314Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce2b3d84-d66d-45aa-b2c5-1639347887b5
2022-05-12T13:29:51.315Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce2b3d84-d66d-45aa-b2c5-1639347887b5 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-05-12T13:29:51.322Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.322Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362017765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.322Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.322Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.322Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362020557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.322Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.322Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.322Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652362021395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.322Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362017765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362020557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652362021395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362017765,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362020557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652362021395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362027725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362020557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652362021395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362028729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.323Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362020557,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:29:51.324Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.324Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.324Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1652362021395,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:29:51.324Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.324Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.324Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "policy-id",
  "timestamp": 1652362029732,
  "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-05-12T13:29:51.328Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce2b3d84-d66d-45aa-b2c5-1639347887b5
2022-05-12T13:29:51.329Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce2b3d84-d66d-45aa-b2c5-1639347887b5 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-05-12T13:29:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362029936,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362030375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.339Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362030954,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:29:51.340Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.340Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.340Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "clamp",
  "timestamp": 1652362031957,
  "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-05-12T13:29:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce2b3d84-d66d-45aa-b2c5-1639347887b5
2022-05-12T13:29:51.344Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce2b3d84-d66d-45aa-b2c5-1639347887b5 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-05-12T13:29:51.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.351Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362033585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:29:51.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.352Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "aai-ml",
  "timestamp": 1652362034591,
  "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-05-12T13:29:51.356Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce2b3d84-d66d-45aa-b2c5-1639347887b5
2022-05-12T13:29:51.356Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce2b3d84-d66d-45aa-b2c5-1639347887b5 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-05-12T13:29:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.367Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "01c7bafb-c12d-4f5e-9da0-af0e40a6f3cf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362056373,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/resourceInstances/pnf86af6ac143710/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:29:51.368Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362070141,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:29:51.369Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:08.386Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 809107a8-05cf-4f90-bf22-aa1742ccfe53 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-05-12T13:30:08.394Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 809107a8-05cf-4f90-bf22-aa1742ccfe53 and serviceModelVersionId: d4d3f4a0-4994-476d-89ef-168231afd8d6
2022-05-12T13:30:08.394Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d8e009a-d314-4064-ace1-0e56e6126ef6
2022-05-12T13:30:08.395Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d8e009a-d314-4064-ace1-0e56e6126ef6/model-vers/model-ver/d4d3f4a0-4994-476d-89ef-168231afd8d6?depth=0
2022-05-12T13:30:08.400Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:30:08.430Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8e009a-d314-4064-ace1-0e56e6126ef6/model-vers/model-ver/d4d3f4a0-4994-476d-89ef-168231afd8d6?depth=0|INFO|500||Invoke
2022-05-12T13:30:08.431Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8e009a-d314-4064-ace1-0e56e6126ef6/model-vers/model-ver/d4d3f4a0-4994-476d-89ef-168231afd8d6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8e009a-d314-4064-ace1-0e56e6126ef6/model-vers/model-ver/d4d3f4a0-4994-476d-89ef-168231afd8d6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[809107a8-05cf-4f90-bf22-aa1742ccfe53], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[bd9bcd58-8619-4cea-92f8-66db9eda416b], X-ECOMP-RequestID=[809107a8-05cf-4f90-bf22-aa1742ccfe53], X-TransactionId=[], X-ONAP-RequestID=[809107a8-05cf-4f90-bf22-aa1742ccfe53], Content-Type=[application/merge-patch+json]}
2022-05-12T13:30:08.459Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8e009a-d314-4064-ace1-0e56e6126ef6/model-vers/model-ver/d4d3f4a0-4994-476d-89ef-168231afd8d6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-12T13:30:08.550Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8e009a-d314-4064-ace1-0e56e6126ef6/model-vers/model-ver/d4d3f4a0-4994-476d-89ef-168231afd8d6?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/4d8e009a-d314-4064-ace1-0e56e6126ef6/model-vers/model-ver/d4d3f4a0-4994-476d-89ef-168231afd8d6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220512-13:30:09:135-17150], vertex-id=[221360], Content-Length=[0], Date=[Thu, 12 May 2022 13:30:09 GMT], Content-Type=[application/json]}
2022-05-12T13:30:08.552Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8e009a-d314-4064-ace1-0e56e6126ef6/model-vers/model-ver/d4d3f4a0-4994-476d-89ef-168231afd8d6?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:30:08.553Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d8e009a-d314-4064-ace1-0e56e6126ef6/model-vers/model-ver/d4d3f4a0-4994-476d-89ef-168231afd8d6?depth=0|INFO|500||InvokeReturn
2022-05-12T13:30:08.554Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:30:08.554Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:30:08.560Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:30:08.560Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 809107a8-05cf-4f90-bf22-aa1742ccfe53 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:30:08.560Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:30:08.560Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:08.562Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:08.562Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362208560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:30:08.662Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:08.663Z||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-05-12T13:30:08.663Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:08.682Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:08.683Z||pool-105-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-05-12T13:30:09.575Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-12T13:30:09.575Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6884fe7-6bde-4b59-9c82-aaec52ad6767","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a36ea544-9fec-4a02-9060-3b56e1102c4f","serviceDescription":"service","serviceInvariantUUID":"f66708de-bd80-47e8-89cb-cf8d704ea1bd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d87712fc-0b13-479c-8091-e86a8d9803bc","resourceInvariantUUID":"8d2d1175-75ae-48f8-b62a-dcae15c2c257","resourceCustomizationUUID":"4fd7e8cb-e96b-42e4-af28-b98f82d8fb01","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":"Zjc0YTVmYmFlY2M1MzZhZTU2ZGEyOWUwMzA4ZDNjY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"34615442-8921-4d1f-955d-d014126aa6ef","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":"ODUyY2YwMTc5OWQ0MjQ4YjA3MThiZjUzNWE4MDQ1N2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d30da98-6c89-47f3-ada9-07c057d038c3","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":"701d8bb6-1e8d-468c-a398-591198c2dc6d","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":"5cf916d2-82c5-45d1-a9c6-51c17cdb808b","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":"d02d8bc9-6f20-4872-b069-5d0bc3d4fae3","artifactVersion":"2","generatedFromUUID":"701d8bb6-1e8d-468c-a398-591198c2dc6d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NzFhYTNhNmFiYTM2MGYyZDc0ZWY2NWI3NGJhOTFkNzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec859bea-a03d-44cc-bc5c-3dc159be8a10","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MDRlNzQ2NjNjMDM2OTZiY2M5ODY4ZTU3ZGJhOWY5NWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"417e145e-3543-4fa8-81f0-4d5b69673a60","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:30:09.576Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:09.576Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:09.579Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:09.579Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:30:09.679Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:09.680Z||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-05-12T13:30:09.680Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:09.696Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:09.697Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:10.579Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:10.580Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:10.582Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:10.582Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:30:10.683Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:30:10.684Z||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-05-12T13:30:10.684Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:10.697Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:10.698Z||pool-107-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:11.583Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:11.584Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:11.586Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:11.587Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:30:11.687Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:11.688Z||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-05-12T13:30:11.688Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:11.702Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:11.703Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:12.587Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:12.588Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:12.590Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:12.590Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:30:12.690Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:12.692Z||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-05-12T13:30:12.692Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:12.705Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:12.706Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:13.591Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:13.592Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:13.594Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:13.594Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-12T13:30:13.694Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:13.696Z||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-05-12T13:30:13.696Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:13.710Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:13.710Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:30:14.595Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:14.596Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:14.598Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:14.598Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:30:14.698Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:14.700Z||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-05-12T13:30:14.700Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:14.714Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:14.715Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:15.599Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:15.599Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:15.602Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:15.603Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:30:15.703Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:30:15.703Z||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-05-12T13:30:15.704Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:15.716Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:15.717Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:16.604Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "a36ea544-9fec-4a02-9060-3b56e1102c4f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f66708de-bd80-47e8-89cb-cf8d704ea1bd",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "4fd7e8cb-e96b-42e4-af28-b98f82d8fb01",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d87712fc-0b13-479c-8091-e86a8d9803bc",
      "resourceInvariantUUID": "8d2d1175-75ae-48f8-b62a-dcae15c2c257",
      "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": "ODUyY2YwMTc5OWQ0MjQ4YjA3MThiZjUzNWE4MDQ1N2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4d30da98-6c89-47f3-ada9-07c057d038c3",
          "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": "701d8bb6-1e8d-468c-a398-591198c2dc6d",
          "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": "d02d8bc9-6f20-4872-b069-5d0bc3d4fae3",
            "generatedFromUUID": "701d8bb6-1e8d-468c-a398-591198c2dc6d"
          },
          "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": "d02d8bc9-6f20-4872-b069-5d0bc3d4fae3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MDRlNzQ2NjNjMDM2OTZiY2M5ODY4ZTU3ZGJhOWY5NWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "417e145e-3543-4fa8-81f0-4d5b69673a60"
    }
  ],
  "workloadContext": "Production"
}
2022-05-12T13:30:16.604Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:30:16.605Z|809107a8-05cf-4f90-bf22-aa1742ccfe53|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a36ea544-9fec-4a02-9060-3b56e1102c4f ASDC
2022-05-12T13:30:16.605Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a6884fe7-6bde-4b59-9c82-aaec52ad6767
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:a36ea544-9fec-4a02-9060-3b56e1102c4f
ServiceInvariantUUID:f66708de-bd80-47e8-89cb-cf8d704ea1bd
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:417e145e-3543-4fa8-81f0-4d5b69673a60
ArtifactChecksum:MDRlNzQ2NjNjMDM2OTZiY2M5ODY4ZTU3ZGJhOWY5NWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:4fd7e8cb-e96b-42e4-af28-b98f82d8fb01
ResourceInvariantUUID:8d2d1175-75ae-48f8-b62a-dcae15c2c257
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:d87712fc-0b13-479c-8091-e86a8d9803bc
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:4d30da98-6c89-47f3-ada9-07c057d038c3
ArtifactChecksum:ODUyY2YwMTc5OWQ0MjQ4YjA3MThiZjUzNWE4MDQ1N2Y=
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:701d8bb6-1e8d-468c-a398-591198c2dc6d
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:d02d8bc9-6f20-4872-b069-5d0bc3d4fae3
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:d02d8bc9-6f20-4872-b069-5d0bc3d4fae3
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-12T13:30:16.606Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a36ea544-9fec-4a02-9060-3b56e1102c4f 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-05-12T13:30:16.637Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:30:16.638Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:30:16.638Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:30:16.638Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 417e145e-3543-4fa8-81f0-4d5b69673a60 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-12T13:30:16.638Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:30:16.638Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-12T13:30:16.783Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:30:16.788Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 417e145e-3543-4fa8-81f0-4d5b69673a60 71075
2022-05-12T13:30:16.788Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-12T13:30:16.788Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-12T13:30:16.788Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:30:16.789Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:16.791Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:16.791Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362216788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:16.891Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:16.892Z||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-05-12T13:30:16.892Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:16.909Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:16.909Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:17.792Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:30:17.793Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:30:17.794Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 417e145e-3543-4fa8-81f0-4d5b69673a60, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:17.795Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-12T13:30:17.795Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:17.795Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:17.912Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16039493185587076918/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-12T13:30:18.630Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:30:18.630Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:30:18.630Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-12T13:30:18.631Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.632Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3e60799-99f4-4829-8d42-40d1883ec63f
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:18.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:a36ea544-9fec-4a02-9060-3b56e1102c4f
Model Version:NULL
Model InvariantUuid:f66708de-bd80-47e8-89cb-cf8d704ea1bd
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d18ab911-10d4-47ef-a8cd-97a26dc5f555
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d2d1175-75ae-48f8-b62a-dcae15c2c257
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4fd7e8cb-e96b-42e4-af28-b98f82d8fb01
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5aa53811-49b6-42f2-8b27-c991480fdfa0
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:eeea6137-5e91-4025-a3a0-3192fec42966
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c3e60799-99f4-4829-8d42-40d1883ec63f
ModelInvariantUuid:b4bfe84d-6537-4d70-9e63-861d9902a406
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a86827a1-5ac1-4347-961c-9a9b922291d4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:056bbb38-3344-4ba8-a985-c44aab8a4c9b
ModelInvariantUuid:180c832f-6f3b-4dd1-a764-76f7a8d5c03a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:414b4ccd-5dd7-482b-bf04-52a54f5101f4
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-05-12T13:30:18.638Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d87712fc-0b13-479c-8091-e86a8d9803bc
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-05-12T13:30:18.641Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-05-12T13:30:18.641Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d87712fc-0b13-479c-8091-e86a8d9803bc
2022-05-12T13:30:18.641Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4d30da98-6c89-47f3-ada9-07c057d038c3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-12T13:30:18.641Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:30:18.642Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-12T13:30:18.692Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:30:18.693Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 4d30da98-6c89-47f3-ada9-07c057d038c3 787
2022-05-12T13:30:18.693Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-12T13:30:18.693Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-12T13:30:18.693Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:30:18.694Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:18.696Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:18.696Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362218693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:18.796Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:18.798Z||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-05-12T13:30:18.798Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:18.812Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:18.813Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:30:19.697Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5aa53811-49b6-42f2-8b27-c991480fdfa0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eeea6137-5e91-4025-a3a0-3192fec42966",
    "vfModuleModelCustomizationUUID": "33526568-3584-4e2a-a8dc-764f354e493a",
    "isBase": true,
    "artifacts": [
      "701d8bb6-1e8d-468c-a398-591198c2dc6d",
      "d02d8bc9-6f20-4872-b069-5d0bc3d4fae3"
    ],
    "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-05-12T13:30:19.702Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eeea6137-5e91-4025-a3a0-3192fec42966
VfModuleModelInvariantUUID:5aa53811-49b6-42f2-8b27-c991480fdfa0
VfModuleModelDescription:NULL
Artifacts UUID List:{
701d8bb6-1e8d-468c-a398-591198c2dc6d
,
d02d8bc9-6f20-4872-b069-5d0bc3d4fae3

}
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-05-12T13:30:19.706Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5aa53811-49b6-42f2-8b27-c991480fdfa0",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "eeea6137-5e91-4025-a3a0-3192fec42966",
    "vfModuleModelCustomizationUUID": "33526568-3584-4e2a-a8dc-764f354e493a",
    "isBase": true,
    "artifacts": [
      "701d8bb6-1e8d-468c-a398-591198c2dc6d",
      "d02d8bc9-6f20-4872-b069-5d0bc3d4fae3"
    ],
    "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-05-12T13:30:19.706Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:eeea6137-5e91-4025-a3a0-3192fec42966
VfModuleModelInvariantUUID:5aa53811-49b6-42f2-8b27-c991480fdfa0
VfModuleModelDescription:NULL
Artifacts UUID List:{
701d8bb6-1e8d-468c-a398-591198c2dc6d
,
d02d8bc9-6f20-4872-b069-5d0bc3d4fae3

}
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-05-12T13:30:19.706Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 701d8bb6-1e8d-468c-a398-591198c2dc6d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-12T13:30:19.706Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:30:19.706Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-12T13:30:19.831Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:30:19.832Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 701d8bb6-1e8d-468c-a398-591198c2dc6d 5033
2022-05-12T13:30:19.832Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-12T13:30:19.832Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-12T13:30:19.832Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:30:19.833Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:19.835Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:19.835Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362219832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:19.935Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:19.936Z||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-05-12T13:30:19.937Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:19.951Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:19.952Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:30:20.836Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d02d8bc9-6f20-4872-b069-5d0bc3d4fae3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-12T13:30:20.836Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:30:20.837Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-12T13:30:21.096Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:30:21.097Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env d02d8bc9-6f20-4872-b069-5d0bc3d4fae3 903
2022-05-12T13:30:21.098Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-12T13:30:21.098Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-12T13:30:21.098Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:30:21.098Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:21.101Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:21.101Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362221097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:21.201Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:21.202Z||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-05-12T13:30:21.203Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:21.215Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:21.216Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:22.101Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: a36ea544-9fec-4a02-9060-3b56e1102c4f
2022-05-12T13:30:22.102Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d87712fc-0b13-479c-8091-e86a8d9803bc 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-05-12T13:30:22.118Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c25be82, org.onap.sdc.toscaparser.api.parameters.Input@f968704, org.onap.sdc.toscaparser.api.parameters.Input@1e618b1d, org.onap.sdc.toscaparser.api.parameters.Input@67963a81, org.onap.sdc.toscaparser.api.parameters.Input@66c6495f]
2022-05-12T13:30:22.120Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.120Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:22.120Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-05-12T13:30:22.120Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4fd7e8cb-e96b-42e4-af28-b98f82d8fb01
2022-05-12T13:30:22.120Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4fd7e8cb-e96b-42e4-af28-b98f82d8fb01 matches Tosca VF Customization UUID: 4fd7e8cb-e96b-42e4-af28-b98f82d8fb01
2022-05-12T13:30:22.121Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4fd7e8cb-e96b-42e4-af28-b98f82d8fb01  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-05-12T13:30:22.122Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.123Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:22.123Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4fd7e8cb-e96b-42e4-af28-b98f82d8fb01: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-12T13:30:22.123Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@196c64bc
2022-05-12T13:30:22.124Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.124Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-12T13:30:22.124Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 33526568-3584-4e2a-a8dc-764f354e493a
2022-05-12T13:30:22.124Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 33526568-3584-4e2a-a8dc-764f354e493a
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-05-12T13:30:22.126Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.126Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-12T13:30:22.126Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:30:22.126Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.126Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-12T13:30:22.126Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:30:22.126Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.127Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-12T13:30:22.127Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-12T13:30:22.127Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-12T13:30:22.127Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c3e60799-99f4-4829-8d42-40d1883ec63f
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-05-12T13:30:22.128Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.128Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-12T13:30:22.128Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-12T13:30:22.128Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.128Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-12T13:30:22.128Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=4fd7e8cb-e96b-42e4-af28-b98f82d8fb01
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-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid a36ea544-9fec-4a02-9060-3b56e1102c4f: basic_vm
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.130Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:22.131Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:30:22.131Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:30:22.131Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||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-05-12T13:30:22.209Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d87712fc-0b13-479c-8091-e86a8d9803bc 1 ASDC deployResourceStructure
2022-05-12T13:30:22.210Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-12T13:30:22.210Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-12T13:30:22.210Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:30:22.210Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:22.212Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:22.212Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362222210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:30:22.312Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:22.313Z||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-05-12T13:30:22.313Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:22.331Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:22.331Z||pool-117-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:23.213Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-12T13:30:23.213Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-12T13:30:23.213Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:30:23.214Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:23.216Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:23.216Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362223212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:30:23.316Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:23.317Z||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-05-12T13:30:23.317Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:23.333Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:23.333Z||pool-118-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:24.217Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-12T13:30:24.218Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-12T13:30:24.218Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:30:24.218Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:24.221Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:24.221Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362224217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:30:24.321Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:24.322Z||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-05-12T13:30:24.322Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:24.336Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:24.337Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:30:25.222Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-12T13:30:25.222Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-12T13:30:25.223Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:30:25.223Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:25.225Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:25.225Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362225222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:30:25.326Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:25.326Z||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-05-12T13:30:25.327Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:25.338Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:25.338Z||pool-120-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:26.227Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6884fe7-6bde-4b59-9c82-aaec52ad6767
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:30:26.238Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6884fe7-6bde-4b59-9c82-aaec52ad6767
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:30:26.240Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:30:26.240Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:30:26.240Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:30:26.240Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:30:26.240Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:30:26.240Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:30:26.240Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:30:26.240Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:30:26.240Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:30:26.241Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:30:26.241Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:30:26.245Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:30:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:30:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:30:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362071861,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDsuvgysj7fc3khq4tc1g/1.0/artifacts/service-DemoPnfDsuvgysj7fc3khq4tc1g-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:30:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d878e08-71c0-4f37-b3c7-87c4a1a3cace",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362103625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:30:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:30:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:30:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-12T13:30:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:30:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:30:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:30:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:30:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:30:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362114392,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362116367,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362117562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362118615,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362119676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362120728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362121813,
  "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-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362122816,
  "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-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362123819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362124824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362125829,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:30:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:30:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362126834,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:30:51.276Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:30:56.245Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6884fe7-6bde-4b59-9c82-aaec52ad6767 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-05-12T13:30:56.255Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6884fe7-6bde-4b59-9c82-aaec52ad6767 and serviceModelVersionId: a36ea544-9fec-4a02-9060-3b56e1102c4f
2022-05-12T13:30:56.255Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f66708de-bd80-47e8-89cb-cf8d704ea1bd
2022-05-12T13:30:56.256Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f66708de-bd80-47e8-89cb-cf8d704ea1bd/model-vers/model-ver/a36ea544-9fec-4a02-9060-3b56e1102c4f?depth=0
2022-05-12T13:30:56.260Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:30:56.281Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66708de-bd80-47e8-89cb-cf8d704ea1bd/model-vers/model-ver/a36ea544-9fec-4a02-9060-3b56e1102c4f?depth=0|INFO|500||Invoke
2022-05-12T13:30:56.282Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66708de-bd80-47e8-89cb-cf8d704ea1bd/model-vers/model-ver/a36ea544-9fec-4a02-9060-3b56e1102c4f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66708de-bd80-47e8-89cb-cf8d704ea1bd/model-vers/model-ver/a36ea544-9fec-4a02-9060-3b56e1102c4f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a6884fe7-6bde-4b59-9c82-aaec52ad6767], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[019d5519-f0f8-4c6d-9edd-55a07a3ea1e4], X-ECOMP-RequestID=[a6884fe7-6bde-4b59-9c82-aaec52ad6767], X-TransactionId=[], X-ONAP-RequestID=[a6884fe7-6bde-4b59-9c82-aaec52ad6767], Content-Type=[application/merge-patch+json]}
2022-05-12T13:30:56.296Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66708de-bd80-47e8-89cb-cf8d704ea1bd/model-vers/model-ver/a36ea544-9fec-4a02-9060-3b56e1102c4f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-12T13:30:56.633Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66708de-bd80-47e8-89cb-cf8d704ea1bd/model-vers/model-ver/a36ea544-9fec-4a02-9060-3b56e1102c4f?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/f66708de-bd80-47e8-89cb-cf8d704ea1bd/model-vers/model-ver/a36ea544-9fec-4a02-9060-3b56e1102c4f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220512-13:30:56:972-5829], vertex-id=[217216], Content-Length=[0], Date=[Thu, 12 May 2022 13:30:56 GMT], Content-Type=[application/json]}
2022-05-12T13:30:56.634Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66708de-bd80-47e8-89cb-cf8d704ea1bd/model-vers/model-ver/a36ea544-9fec-4a02-9060-3b56e1102c4f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:30:56.634Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66708de-bd80-47e8-89cb-cf8d704ea1bd/model-vers/model-ver/a36ea544-9fec-4a02-9060-3b56e1102c4f?depth=0|INFO|500||InvokeReturn
2022-05-12T13:30:56.634Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:30:56.634Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:30:56.640Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:30:56.641Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6884fe7-6bde-4b59-9c82-aaec52ad6767 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:30:56.641Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:30:56.641Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:56.642Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:56.642Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362256641,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:30:56.743Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:30:56.743Z||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-05-12T13:30:56.743Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:56.767Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:56.768Z||pool-121-thread-1|||||INFO|500||cambria reply ok (25 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-05-12T13:30:57.655Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-05-12T13:30:57.656Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce2b3d84-d66d-45aa-b2c5-1639347887b5","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"65c2fd83-4c91-46f3-b772-e73a9f4ec2f6","serviceDescription":"service","serviceInvariantUUID":"e7da0204-4fcc-4d0f-8b3d-0acab38bcf14","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dec2432b-ad7d-45c4-ba69-9e7a9a26d0ad","resourceInvariantUUID":"c504f119-1f40-425f-bad4-c69c820b77fe","resourceCustomizationUUID":"38b5a8b9-75e5-45ca-b760-a7e689e8d565","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":"NjFiZjU5YjJjYzA4YzY5MDhmYTc5Y2M0NjU0ZTkzNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d702810-e8fa-4609-bc95-4ecbd5e829ca","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":"f473eded-9134-47e8-a171-426b3cc863c3","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":"fbe63a85-9b4e-4ee8-b475-20a435bd9f1b","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":"NDU0ODRlZjYzZjNhOTNiNzE2MWMwNmRlNjMwMWZjODY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"65b53736-0fa5-4f26-97f8-1daf6d31b100","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":"93a0af4d-e2a3-40c9-8371-9d38e29e3ba2","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":"2882db0d-b991-4944-812a-929249ff566a","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":"54f54bbc-58e2-4763-9549-3bcefdc52c8a","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":"YWEzYTA3Mjk1NTYzNzMyMzg5YzU3NTFjYjA2NTkwNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"625d260a-550b-44ae-ba4c-2f2ddb153bc8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGZhYzFkNDAzZTQ4ZTViMzQ4N2ZjMTllNzU5YTM5MTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"64ff615a-f33c-4257-a97c-a48b501122b0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-12T13:30:57.656Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:57.656Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:57.658Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:57.658Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:30:57.758Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:57.760Z||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-05-12T13:30:57.760Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:57.796Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:57.796Z||pool-122-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:58.659Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:58.659Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:58.661Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:58.661Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:30:58.761Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:30:58.762Z||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-05-12T13:30:58.763Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:58.777Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:58.777Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:30:59.662Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:30:59.663Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:30:59.665Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:30:59.666Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:30:59.766Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:30:59.767Z||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-05-12T13:30:59.767Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:30:59.783Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:30:59.784Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:31:00.666Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:31:00.667Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:31:00.669Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:31:00.669Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:31:00.769Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:31:00.770Z||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-05-12T13:31:00.770Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:00.783Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:00.784Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:31:01.670Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:31:01.670Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:31:01.672Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:31:01.672Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:31:01.772Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:31:01.773Z||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-05-12T13:31:01.773Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:01.786Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:01.786Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:31:02.675Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:31:02.676Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:31:02.680Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:31:02.680Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:31:02.779Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-12T13:31:02.780Z||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-05-12T13:31:02.780Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:02.798Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:02.798Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:31:03.680Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:31:03.681Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:31:03.684Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:31:03.684Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:31:03.784Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:31:03.785Z||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-05-12T13:31:03.785Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:03.800Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:03.801Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:31:04.684Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:31:04.685Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:31:04.687Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:31:04.687Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:31:04.788Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:31:04.788Z||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-05-12T13:31:04.789Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:04.801Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:04.801Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:31:05.688Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-12T13:31:05.689Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:31:05.691Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:31:05.691Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:31:05.791Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:31:05.793Z||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-05-12T13:31:05.793Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:05.808Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:05.809Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-12T13:31:06.695Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "65c2fd83-4c91-46f3-b772-e73a9f4ec2f6",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e7da0204-4fcc-4d0f-8b3d-0acab38bcf14",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "38b5a8b9-75e5-45ca-b760-a7e689e8d565",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "dec2432b-ad7d-45c4-ba69-9e7a9a26d0ad",
      "resourceInvariantUUID": "c504f119-1f40-425f-bad4-c69c820b77fe",
      "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": "ZGZhYzFkNDAzZTQ4ZTViMzQ4N2ZjMTllNzU5YTM5MTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "64ff615a-f33c-4257-a97c-a48b501122b0"
    }
  ],
  "workloadContext": "Production"
}
2022-05-12T13:31:06.696Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-12T13:31:06.696Z|a6884fe7-6bde-4b59-9c82-aaec52ad6767|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 65c2fd83-4c91-46f3-b772-e73a9f4ec2f6 ASDC
2022-05-12T13:31:06.696Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ce2b3d84-d66d-45aa-b2c5-1639347887b5
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:65c2fd83-4c91-46f3-b772-e73a9f4ec2f6
ServiceInvariantUUID:e7da0204-4fcc-4d0f-8b3d-0acab38bcf14
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:64ff615a-f33c-4257-a97c-a48b501122b0
ArtifactChecksum:ZGZhYzFkNDAzZTQ4ZTViMzQ4N2ZjMTllNzU5YTM5MTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:38b5a8b9-75e5-45ca-b760-a7e689e8d565
ResourceInvariantUUID:c504f119-1f40-425f-bad4-c69c820b77fe
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:dec2432b-ad7d-45c4-ba69-9e7a9a26d0ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-12T13:31:06.696Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65c2fd83-4c91-46f3-b772-e73a9f4ec2f6 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-05-12T13:31:06.718Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:31:06.719Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:31:06.719Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:31:06.719Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 64ff615a-f33c-4257-a97c-a48b501122b0 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-12T13:31:06.719Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-05-12T13:31:06.719Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-12T13:31:07.365Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-05-12T13:31:07.372Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 64ff615a-f33c-4257-a97c-a48b501122b0 105657
2022-05-12T13:31:07.372Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-12T13:31:07.372Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-12T13:31:07.372Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-12T13:31:07.373Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:31:07.374Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:31:07.374Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362267372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:31:07.475Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:31:07.476Z||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-05-12T13:31:07.476Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:07.499Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:07.500Z||pool-131-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:31:08.375Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-12T13:31:08.376Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-05-12T13:31:08.376Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 64ff615a-f33c-4257-a97c-a48b501122b0, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.376Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.377Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.377Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.458Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10119449733819874324/Definitions/service-TestPnfMacro-template.yml
2022-05-12T13:31:08.928Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-12T13:31:08.929Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:31:08.930Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:31:08.931Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:31:08.931Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:31:08.931Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:31:08.931Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:65c2fd83-4c91-46f3-b772-e73a9f4ec2f6
Model Version:NULL
Model InvariantUuid:e7da0204-4fcc-4d0f-8b3d-0acab38bcf14
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-05-12T13:31:08.938Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: dec2432b-ad7d-45c4-ba69-9e7a9a26d0ad
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-05-12T13:31:08.941Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-05-12T13:31:08.941Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dec2432b-ad7d-45c4-ba69-9e7a9a26d0ad
2022-05-12T13:31:08.941Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 65c2fd83-4c91-46f3-b772-e73a9f4ec2f6
2022-05-12T13:31:08.941Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 65c2fd83-4c91-46f3-b772-e73a9f4ec2f6
2022-05-12T13:31:08.941Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 dec2432b-ad7d-45c4-ba69-9e7a9a26d0ad 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-05-12T13:31:08.945Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4beca293, org.onap.sdc.toscaparser.api.parameters.Input@5622fa03, org.onap.sdc.toscaparser.api.parameters.Input@6e39b626, org.onap.sdc.toscaparser.api.parameters.Input@5a8f4149, org.onap.sdc.toscaparser.api.parameters.Input@74d988b1]
2022-05-12T13:31:08.945Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:31:08.946Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:31:08.946Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 65c2fd83-4c91-46f3-b772-e73a9f4ec2f6: test-pnf
2022-05-12T13:31:08.946Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||Processing PNF resource: dec2432b-ad7d-45c4-ba69-9e7a9a26d0ad
2022-05-12T13:31:08.946Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-12T13:31:08.946Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-12T13:31:08.946Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||Resource customization UUID: 38b5a8b9-75e5-45ca-b760-a7e689e8d565 is the same as notified resource customizationUUID: 38b5a8b9-75e5-45ca-b760-a7e689e8d565
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-05-12T13:31:08.982Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf dec2432b-ad7d-45c4-ba69-9e7a9a26d0ad 0 ASDC deployResourceStructure
2022-05-12T13:31:08.982Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-12T13:31:08.982Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-12T13:31:08.982Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-12T13:31:08.982Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:31:08.984Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:31:08.984Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362268982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:31:09.085Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-05-12T13:31:09.088Z||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-05-12T13:31:09.088Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:09.106Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:09.106Z||pool-132-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-05-12T13:31:09.985Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce2b3d84-d66d-45aa-b2c5-1639347887b5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-05-12T13:31:10.002Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce2b3d84-d66d-45aa-b2c5-1639347887b5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-05-12T13:31:10.005Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-12T13:31:10.005Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-12T13:31:10.005Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-12T13:31:10.005Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-12T13:31:10.005Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:31:10.005Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:31:10.005Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:31:10.006Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:31:10.006Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:31:10.006Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:31:10.006Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-12T13:31:10.006Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-12T13:31:10.010Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-12T13:31:40.010Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce2b3d84-d66d-45aa-b2c5-1639347887b5 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-05-12T13:31:40.018Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce2b3d84-d66d-45aa-b2c5-1639347887b5 and serviceModelVersionId: 65c2fd83-4c91-46f3-b772-e73a9f4ec2f6
2022-05-12T13:31:40.018Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7da0204-4fcc-4d0f-8b3d-0acab38bcf14
2022-05-12T13:31:40.019Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7da0204-4fcc-4d0f-8b3d-0acab38bcf14/model-vers/model-ver/65c2fd83-4c91-46f3-b772-e73a9f4ec2f6?depth=0
2022-05-12T13:31:40.023Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-05-12T13:31:40.055Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7da0204-4fcc-4d0f-8b3d-0acab38bcf14/model-vers/model-ver/65c2fd83-4c91-46f3-b772-e73a9f4ec2f6?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-05-12T13:31:40.058Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7da0204-4fcc-4d0f-8b3d-0acab38bcf14/model-vers/model-ver/65c2fd83-4c91-46f3-b772-e73a9f4ec2f6?depth=0|INFO|500||Invoke
2022-05-12T13:31:40.070Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7da0204-4fcc-4d0f-8b3d-0acab38bcf14/model-vers/model-ver/65c2fd83-4c91-46f3-b772-e73a9f4ec2f6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-12T13:31:40.355Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7da0204-4fcc-4d0f-8b3d-0acab38bcf14/model-vers/model-ver/65c2fd83-4c91-46f3-b772-e73a9f4ec2f6?depth=0|INFO|500||InvokeReturn
2022-05-12T13:31:40.359Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7da0204-4fcc-4d0f-8b3d-0acab38bcf14/model-vers/model-ver/65c2fd83-4c91-46f3-b772-e73a9f4ec2f6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220512-13:31:40:745-60262], vertex-id=[225408], Content-Length=[0], Date=[Thu, 12 May 2022 13:31:40 GMT], Content-Type=[application/json]}
2022-05-12T13:31:40.360Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-05-12T13:31:40.360Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-12T13:31:40.361Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-12T13:31:40.365Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-12T13:31:40.365Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce2b3d84-d66d-45aa-b2c5-1639347887b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-12T13:31:40.366Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-12T13:31:40.366Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-05-12T13:31:40.368Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-12T13:31:40.368Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362300366,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:31:40.468Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-12T13:31:40.469Z||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-05-12T13:31:40.470Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:40.490Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:40.490Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-12T13:31:41.380Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:31:41.381Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:31:41.381Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:51.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:31:51.243Z||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-05-12T13:31:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:31:51.268Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:51.269Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "130cf7d3-aa46-42d8-8ca7-9c35f5e746a0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362158063,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:31:51.270Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:31:51.270Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.270Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:31:51.271Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362168565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362170663,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362172068,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362173255,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.272Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362174353,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362175356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362176360,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362177366,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:31:51.273Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:31:51.638Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:31:51.639Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:31:51.639Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:31:51.639Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:32:01.196Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:32:01.197Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:32:01.198Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:32:01.198Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:32:10.750Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:32:10.751Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:32:10.751Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:32:10.752Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:32:20.345Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:32:20.345Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:32:20.346Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:32:20.346Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:32:29.890Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:32:29.891Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:32:29.891Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:32:29.891Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:32:39.441Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:32:39.442Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:32:39.442Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:32:39.442Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:32:48.995Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:32:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:32:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:32:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:32:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:32:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:32:51.243Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:32:51.269Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:32:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.270Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "809107a8-05cf-4f90-bf22-aa1742ccfe53",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362208560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:32:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:32:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:32:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:32:51.271Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:32:51.272Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:32:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:32:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:32:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:32:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.273Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362216788,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362218693,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362219832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362221097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.274Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362222210,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362223212,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362224217,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362225222,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:32:51.275Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:33:00.797Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:33:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:33:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:33:51.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:33:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:33:51.243Z||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-05-12T13:33:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:33:51.769Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:33:51.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6884fe7-6bde-4b59-9c82-aaec52ad6767",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362256641,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:33:51.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362057389,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362267372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362268982,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ce2b3d84-d66d-45aa-b2c5-1639347887b5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1652362300366,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-12T13:33:51.773Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-12T13:34:00.823Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:34:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:34:51.242Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:34:51.244Z||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-05-12T13:34:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:34:51.244Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:34:51.244Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:35:00.795Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:35:00.798Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:35:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:35:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:35:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:35:51.242Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:35:51.243Z||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-05-12T13:35:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:36:00.794Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:36:00.800Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:36:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:36:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:36:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:36:51.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:36:51.243Z||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-05-12T13:36:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:37:00.797Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:37:00.800Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:37:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:37:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:37:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:37:51.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:37:51.242Z||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-05-12T13:37:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:38:00.799Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:38:00.801Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:38:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:38:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:38:51.249Z||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-05-12T13:38:51.249Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:38:51.249Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:38:51.250Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:39:00.796Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:39:00.800Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:39:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:39:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:39:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:39:51.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:39:51.243Z||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-05-12T13:39:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:40:00.792Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:40:00.797Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:40:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:40:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:40:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:40:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:40:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:40:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:41:00.798Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:41:00.799Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:41:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:41:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:41:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:41:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:41:51.243Z||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-05-12T13:41:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:42:00.798Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:42:00.798Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:42:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:42:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:42:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:42:51.243Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:42:51.244Z||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-05-12T13:42:51.244Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:43:00.787Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:43:00.787Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:43:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:43:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:43:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:43:51.242Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:43:51.243Z||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-05-12T13:43:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:44:00.792Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:44:00.802Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:44:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:44:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:44:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:44:51.242Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:44:51.243Z||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-05-12T13:44:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:45:00.798Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:45:00.807Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:45:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:45:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:45:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:45:51.242Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:45:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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-05-12T13:45:51.244Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:46:00.794Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:46:00.801Z|a152d1df-6e4b-4cce-8c2a-40176c6615a0|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:46:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:46:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:46:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:46:51.242Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:46:51.243Z||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-05-12T13:46:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:47:00.790Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:47:00.791Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:47:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:47:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:47:51.242Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:47:51.242Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:47:51.243Z||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-05-12T13:47:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:48:00.796Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:48:00.800Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:48:51.240Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:48:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-12T13:48:51.241Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:48:51.242Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-12T13:48:51.243Z||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-05-12T13:48:51.243Z||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 pSfjpFcU8JMN1AIZ) ...
2022-05-12T13:49:00.795Z|ce2b3d84-d66d-45aa-b2c5-1639347887b5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-12T13:49:00.795Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK