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-03-23T03:15:32.487Z||main|||||INFO|500||The following profiles are active: basic
2022-03-23T03:15:46.693Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-23T03:15:46.695Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-23T03:15:46.868Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-23T03:15:52.877Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-23T03:15:53.451Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-23T03:15:54.182Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-23T03:15:54.195Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-23T03:15:54.393Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-23T03:15:54.677Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-23T03:15:55.377Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-23T03:15:57.430Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-23T03:16:00.616Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-23T03:16:00.680Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-23T03:16:01.411Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-23T03:16:01.685Z||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-03-23T03:16:03.645Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-23T03:16:05.084Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-23T03:16:05.109Z||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$$fa32a587.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-03-23T03:16:05.110Z||main|||||WARN|500||The sdc end point is not alive
2022-03-23T03:16:09.334Z||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-03-23T03:16:13.401Z||main|||||WARN|500||---
2022-03-23T03:16:13.402Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-23T03:16:13.402Z||main|||||WARN|500||---
2022-03-23T03:16:13.963Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-23T03:16:21.506Z||main|||||INFO|500||Started Application in 53.023 seconds (JVM running for 55.485)
2022-03-23T03:16:21.573Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-23T03:16:21.578Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-23T03:16:21.596Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-23T03:16:21.628Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-23T03:16:21.686Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 919bb9d9-ebe1-4b2b-a8ca-51205d52c653 url= /sdc/v1/artifactTypes
2022-03-23T03:16:21.686Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-23T03:16:22.123Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:16:22.161Z||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-03-23T03:16:22.184Z||scheduling-1|||||DEBUG|500||create keys
2022-03-23T03:16:22.192Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-23T03:16:22.228Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:16:22.248Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 35fc37e5-8a38-4392-a8d2-fee834102ca4 url= /sdc/v1/registerForDistribution
2022-03-23T03:16:22.452Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 35fc37e5-8a38-4392-a8d2-fee834102ca4 url= /sdc/v1/registerForDistribution
2022-03-23T03:16:22.453Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-23T03:16:22.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:16:22.465Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:16:22.470Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-23T03:16:22.480Z||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-03-23T03:16:22.481Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:16:22.482Z||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-03-23T03:16:22.486Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:16:32.803Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:16:32.832Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:17:22.461Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:17:22.462Z||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-03-23T03:17:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:17:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:17:22.464Z||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-03-23T03:17:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:17:32.043Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:17:32.053Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:18:22.461Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:18:22.462Z||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-03-23T03:18:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:18:22.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:18:22.465Z||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-03-23T03:18:22.466Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:18:32.016Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:18:32.016Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:19:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:19:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:19:22.463Z||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-03-23T03:19:22.463Z||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-03-23T03:19:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:19:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:19:32.018Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:19:32.020Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:20:22.461Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:20:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:20:22.462Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-23T03:20:22.463Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:20:22.463Z||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-03-23T03:20:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:20:32.008Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:20:32.014Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:21:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:21:22.462Z||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-03-23T03:21:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:21:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:21:22.463Z||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-03-23T03:21:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:21:32.004Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:21:32.007Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:22:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:22:22.462Z||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-03-23T03:22:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:22:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:22:22.463Z||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-03-23T03:22:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:22:32.022Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:22:32.024Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:23:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:23:22.462Z||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-03-23T03:23:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:23:22.462Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:23:22.463Z||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-03-23T03:23:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:23:32.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:23:32.004Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:24:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:24:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:24:22.463Z||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-03-23T03:24:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:24:22.464Z||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-03-23T03:24:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:24:32.007Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:24:32.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:25:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:25:22.462Z||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-03-23T03:25:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:25:22.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:25:22.466Z||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-03-23T03:25:22.466Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:25:32.031Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:25:32.039Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:25:47.073Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-23T03:26:22.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:26:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:26:22.463Z||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-03-23T03:26:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:26:22.463Z||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-03-23T03:26:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:26:32.014Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:26:32.014Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:27:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:27:22.462Z||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-03-23T03:27:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:27:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:27:22.463Z||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-03-23T03:27:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:27:32.014Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:27:32.020Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:28:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:28:22.463Z||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-03-23T03:28:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:28:22.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:28:22.464Z||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-03-23T03:28:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:28:32.071Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:28:32.081Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:29:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:29:22.462Z||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-03-23T03:29:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:29:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:29:22.463Z||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-03-23T03:29:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:29:32.015Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:29:32.020Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:30:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:30:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:30:22.463Z||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-03-23T03:30:22.463Z||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-03-23T03:30:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:30:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:30:32.021Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:30:32.048Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:31:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:31:22.462Z||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-03-23T03:31:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:31:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:31:22.463Z||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-03-23T03:31:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:31:32.014Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:31:32.014Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:32:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:32:22.462Z||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-03-23T03:32:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:32:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:32:22.463Z||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-03-23T03:32:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:32:32.017Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:32:32.019Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:33:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:33:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:33:22.463Z||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-03-23T03:33:22.463Z||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-03-23T03:33:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:33:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:33:32.028Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:33:32.030Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:34:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:34:22.462Z||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-03-23T03:34:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:34:22.462Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:34:22.463Z||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-03-23T03:34:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:34:32.023Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:34:32.023Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:35:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:35:22.462Z||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-03-23T03:35:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:35:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:35:22.463Z||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-03-23T03:35:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:35:32.023Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:35:32.023Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:36:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:36:22.462Z||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-03-23T03:36:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:36:22.462Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:36:22.463Z||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-03-23T03:36:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:36:32.009Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:36:32.009Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:37:22.460Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:37:22.462Z||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-03-23T03:37:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:37:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:37:22.465Z||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-03-23T03:37:22.466Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:37:32.018Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:37:32.020Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:38:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:38:22.462Z||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-03-23T03:38:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:38:22.463Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:38:22.464Z||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-03-23T03:38:22.465Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:38:32.009Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:38:32.011Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:39:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:39:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:39:22.463Z||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-03-23T03:39:22.463Z||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-03-23T03:39:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:39:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:39:32.013Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:39:32.013Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:40:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:40:22.463Z||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-03-23T03:40:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:40:22.464Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:40:22.464Z||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-03-23T03:40:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:40:32.011Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:40:32.011Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:41:22.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:41:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:41:22.463Z||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-03-23T03:41:22.463Z||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-03-23T03:41:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:41:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:41:32.020Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:41:32.020Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:42:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:42:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:42:22.463Z||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-03-23T03:42:22.463Z||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-03-23T03:42:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:42:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:42:32.049Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:42:32.100Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:43:22.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:43:22.462Z||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-03-23T03:43:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:43:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:43:22.463Z||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-03-23T03:43:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:43:32.020Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:43:32.038Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:44:22.460Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:44:22.462Z||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-03-23T03:44:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:44:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:44:22.463Z||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-03-23T03:44:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:44:32.008Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:44:32.013Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:22.461Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:45:22.462Z||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-03-23T03:45:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:45:22.463Z||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-03-23T03:45:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:23.099Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:23.100Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:23.115Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.116Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3d650aef-b69f-410b-acc6-d8808c6c19c8","serviceName":"basic_onboard_VgoWrV","serviceVersion":"1.0","serviceUUID":"6a27405a-db3f-4ceb-84c0-5e36ddcbad65","serviceDescription":"service","serviceInvariantUUID":"0a5b33f4-57c4-45fc-8c4a-cba87d466244","resources":[{"resourceInstanceName":"basic_onboard_VgoWrV 0","resourceName":"basic_onboard_VgoWrV","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dff6c8c7-afcd-4a2d-8de3-80e4df47dce3","resourceInvariantUUID":"6003e7a5-8b03-4ffe-b02c-a71bbe6d2f32","resourceCustomizationUUID":"2553696e-bd2c-41af-8908-a791a2e38d08","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml","artifactChecksum":"YWJhMmM0YmZhMTQ4ZTg2MGI5MDg3OTEwZGNlYzk4ZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2b6883aa-4a9c-4476-8ab2-3d25628d7b4a","artifactVersion":"1"},{"artifactName":"basic_onboard_vgowrv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json","artifactChecksum":"YzU1ZGZmYTA5NTVhOGZlMzdlZDQwMThkZmFmNDM5ZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"ffd7634a-82f9-4917-aa52-f792a54e0dcc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d98f835e-2154-4699-8359-191275982c9b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d62ff243-8c4b-420e-b3ee-7c93b8a9880c","artifactVersion":"2","generatedFromUUID":"ffd7634a-82f9-4917-aa52-f792a54e0dcc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVgowrv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml","artifactChecksum":"Y2MyN2YwYmZjMDk5ZmZlMzNkMWQzNjJmNmRjZTJjMWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf70e0cb-b1e1-483f-be7d-787381e9ae81","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVgowrv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar","artifactChecksum":"YWVlNDVkMWQ3ZDk0M2MzYzE4OGQ0ZjAxZGQ0ZDdiZjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f075beeb-fced-46b9-9d4b-429f47b0c919","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T03:45:23.116Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "cds",
  "timestamp": 1648007079648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.131Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:23.139Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:23.154Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:23.154Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007086123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.160Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007086856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "cds",
  "timestamp": 1648007079648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007086123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007086856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "cds",
  "timestamp": 1648007079648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007086123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007086856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "dcae-sch",
  "timestamp": 1648007089879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007089705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "cds",
  "timestamp": 1648007079648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007086123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007086856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "dcae-sch",
  "timestamp": 1648007089879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007089705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "cds",
  "timestamp": 1648007079648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007086123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007086856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "dcae-sch",
  "timestamp": 1648007089879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007089705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007086123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "cds",
  "timestamp": 1648007079648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007086856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "dcae-sch",
  "timestamp": 1648007089879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007089705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007086123,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "cds",
  "timestamp": 1648007079648,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007086856,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "dcae-sch",
  "timestamp": 1648007089879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007089705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007093647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "dcae-sch",
  "timestamp": 1648007089879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007089705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007093647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007095985,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007095908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "cds",
  "timestamp": 1648007096019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "dcae-sch",
  "timestamp": 1648007089879,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007089705,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007093647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007096919,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "cds",
  "timestamp": 1648007097040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-23T03:45:23.254Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 92 ms
2022-03-23T03:45:23.259Z||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-03-23T03:45:23.259Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:23.272Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:23.272Z||pool-3-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:45:23.466Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.491Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-03-23T03:45:23.522Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.522Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007093647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007097724,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.523Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "policy-id",
  "timestamp": 1648007097925,
  "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-03-23T03:45:23.542Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.542Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-03-23T03:45:23.551Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.551Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007097338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.552Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.552Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007093647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.552Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007099100,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.553Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007097338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007093647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.554Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007100197,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.555Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007097338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.555Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.556Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007093647,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.556Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.556Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.557Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007101263,
  "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-03-23T03:45:23.562Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.562Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-03-23T03:45:23.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007097338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.574Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.574Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.574Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007101730,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007102268,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.575Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007097338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.576Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007102738,
  "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-03-23T03:45:23.582Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.582Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-03-23T03:45:23.590Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007097338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.591Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.591Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.591Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007103063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007097338,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.592Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007103063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007103063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007103063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007103063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007103063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:23.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007103063,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007111503,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007112531,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007114543,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:45:23.597Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:45:23.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:45:23.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "clamp",
  "timestamp": 1648007115548,
  "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-03-23T03:45:23.603Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:45:23.604Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-03-23T03:45:24.164Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:24.165Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:24.168Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:24.168Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:45:24.268Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:24.269Z||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-03-23T03:45:24.270Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:24.283Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:24.284Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:25.168Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:25.169Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:25.172Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:25.172Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:45:25.272Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:45:25.274Z||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-03-23T03:45:25.274Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:25.290Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:25.291Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:26.173Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:26.174Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:26.178Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:26.178Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:26.278Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:26.279Z||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-03-23T03:45:26.280Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:26.330Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:26.331Z||pool-6-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:27.179Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:27.180Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:27.182Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:27.182Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-23T03:45:27.283Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T03:45:27.284Z||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-03-23T03:45:27.284Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:27.294Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:27.294Z||pool-7-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:28.183Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:28.183Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:28.186Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:28.187Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:45:28.287Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:45:28.288Z||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-03-23T03:45:28.288Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:28.299Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:28.300Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:29.188Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:45:29.191Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:29.193Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:29.193Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:45:29.294Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T03:45:29.296Z||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-03-23T03:45:29.296Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:29.317Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:29.318Z||pool-9-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:45:30.196Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "serviceName": "basic_onboard_VgoWrV",
  "serviceVersion": "1.0",
  "serviceUUID": "6a27405a-db3f-4ceb-84c0-5e36ddcbad65",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0a5b33f4-57c4-45fc-8c4a-cba87d466244",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_VgoWrV 0",
      "resourceCustomizationUUID": "2553696e-bd2c-41af-8908-a791a2e38d08",
      "resourceName": "basic_onboard_VgoWrV",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dff6c8c7-afcd-4a2d-8de3-80e4df47dce3",
      "resourceInvariantUUID": "6003e7a5-8b03-4ffe-b02c-a71bbe6d2f32",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_vgowrv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
          "artifactChecksum": "YzU1ZGZmYTA5NTVhOGZlMzdlZDQwMThkZmFmNDM5ZWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "ffd7634a-82f9-4917-aa52-f792a54e0dcc",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d62ff243-8c4b-420e-b3ee-7c93b8a9880c",
            "generatedFromUUID": "ffd7634a-82f9-4917-aa52-f792a54e0dcc"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d62ff243-8c4b-420e-b3ee-7c93b8a9880c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardVgowrv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
      "artifactChecksum": "YWVlNDVkMWQ3ZDk0M2MzYzE4OGQ0ZjAxZGQ0ZDdiZjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f075beeb-fced-46b9-9d4b-429f47b0c919"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T03:45:30.197Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T03:45:30.198Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6a27405a-db3f-4ceb-84c0-5e36ddcbad65 ASDC
2022-03-23T03:45:30.319Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:3d650aef-b69f-410b-acc6-d8808c6c19c8
ServiceName:basic_onboard_VgoWrV
ServiceVersion:1.0
ServiceUUID:6a27405a-db3f-4ceb-84c0-5e36ddcbad65
ServiceInvariantUUID:0a5b33f4-57c4-45fc-8c4a-cba87d466244
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardVgowrv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
ArtifactUUID:f075beeb-fced-46b9-9d4b-429f47b0c919
ArtifactChecksum:YWVlNDVkMWQ3ZDk0M2MzYzE4OGQ0ZjAxZGQ0ZDdiZjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_VgoWrV 0
ResourceCustomizationUUID:2553696e-bd2c-41af-8908-a791a2e38d08
ResourceInvariantUUID:6003e7a5-8b03-4ffe-b02c-a71bbe6d2f32
ResourceName:basic_onboard_VgoWrV
ResourceType:VF
ResourceUUID:dff6c8c7-afcd-4a2d-8de3-80e4df47dce3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_vgowrv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
ArtifactUUID:ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed
ArtifactChecksum:YzU1ZGZmYTA5NTVhOGZlMzdlZDQwMThkZmFmNDM5ZWM=
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/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:ffd7634a-82f9-4917-aa52-f792a54e0dcc
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/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
ArtifactUUID:d62ff243-8c4b-420e-b3ee-7c93b8a9880c
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/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
ArtifactUUID:d62ff243-8c4b-420e-b3ee-7c93b8a9880c
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-23T03:45:30.319Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6a27405a-db3f-4ceb-84c0-5e36ddcbad65 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-03-23T03:45:30.398Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:45:30.401Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:45:30.405Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:45:30.405Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f075beeb-fced-46b9-9d4b-429f47b0c919 from URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:30.406Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:45:30.408Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:30.531Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:45:30.550Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar f075beeb-fced-46b9-9d4b-429f47b0c919 71574
2022-03-23T03:45:30.552Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar ASDC sendASDCNotification
2022-03-23T03:45:30.552Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:30.554Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:45:30.555Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:30.559Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:30.559Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007130551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:30.659Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:30.660Z||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-03-23T03:45:30.660Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:30.728Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:30.729Z||pool-10-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:45:31.560Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:45:31.561Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:45:31.562Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f075beeb-fced-46b9-9d4b-429f47b0c919, URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar to file: /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:31.562Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:31.665Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:31.665Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:32.362Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4129228610353797297/Definitions/service-BasicOnboardVgowrv-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-03-23T03:45:34.511Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T03:45:34.518Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:45:34.519Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.539Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-23T03:45:34.539Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.540Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.540Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.540Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.541Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.541Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.541Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_VgoWrV 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-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.541Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.542Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:34.542Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:45:34.550Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.552Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.557Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.558Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:45:34.560Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:45:34.562Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.563Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.563Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.563Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:45:34.563Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:45:34.564Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.564Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.568Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.568Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is not matching search criteria
2022-03-23T03:45:34.569Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-23T03:45:34.569Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-23T03:45:34.569Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-23T03:45:34.569Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-23T03:45:34.570Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T03:45:34.570Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.570Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:45:34.572Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.572Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.572Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:34.573Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.574Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.574Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:34.574Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.574Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:34.575Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:34.575Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.575Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is not matching search criteria
2022-03-23T03:45:34.576Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-23T03:45:34.576Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-23T03:45:34.576Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9cd5f3e2-5b7a-4701-b8e4-948fdf7a2394
2022-03-23T03:45:34.577Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.577Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.578Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.578Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.578Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.579Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.579Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:34.579Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:34.579Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_VgoWrV
Description:service
Model UUID:6a27405a-db3f-4ceb-84c0-5e36ddcbad65
Model Version:NULL
Model InvariantUuid:0a5b33f4-57c4-45fc-8c4a-cba87d466244
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_VgoWrV
Model UUID:079891bd-472a-44c6-83bf-a494a62a2f89
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6003e7a5-8b03-4ffe-b02c-a71bbe6d2f32
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2553696e-bd2c-41af-8908-a791a2e38d08
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:598d5e72-6d3b-46ac-ad32-eaec1bf6ede3
ModelName:BasicOnboardVgowrv..base_ubuntu18..module-0
ModelUuid:a59d8d37-27f6-423b-99c3-51347bc9466b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9cd5f3e2-5b7a-4701-b8e4-948fdf7a2394
ModelInvariantUuid:f124fcfd-2a08-481b-b1f3-b8db8425c4c0
ModelName:basic_onboard_VgoWrV-nodes.ubuntu18Cvfc
ModelUuid:0ff6f3a8-2263-483f-ab24-0db0f872ceda
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:33388a9e-e53d-4225-b0f4-109876045a32
ModelInvariantUuid:f0a550d3-e58a-45f9-b095-a9e60554c232
ModelName:BasicOnboardVgowrv.compute.nodes.heat.ubuntu18
ModelUuid:8d5c1b46-b1a0-4a38-b152-5c7bcc8b1f7f
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-03-23T03:45:34.589Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: dff6c8c7-afcd-4a2d-8de3-80e4df47dce3
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-03-23T03:45:34.697Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||basic_onboard_VgoWrV 0
2022-03-23T03:45:34.703Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dff6c8c7-afcd-4a2d-8de3-80e4df47dce3
2022-03-23T03:45:34.704Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed from URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
2022-03-23T03:45:34.704Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:45:34.704Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
2022-03-23T03:45:34.920Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:45:34.920Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json ac3ac377-3ed0-479a-bfdf-f82fbb8f81ed 798
2022-03-23T03:45:34.921Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json ASDC sendASDCNotification
2022-03-23T03:45:34.921Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
2022-03-23T03:45:34.921Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:45:34.922Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:34.925Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:34.925Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007134921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:35.025Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:35.026Z||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-03-23T03:45:35.026Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:35.036Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:35.037Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:35.927Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVgowrv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "598d5e72-6d3b-46ac-ad32-eaec1bf6ede3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a59d8d37-27f6-423b-99c3-51347bc9466b",
    "vfModuleModelCustomizationUUID": "0486261a-9580-4ba3-b301-1d436d98e2aa",
    "isBase": true,
    "artifacts": [
      "ffd7634a-82f9-4917-aa52-f792a54e0dcc",
      "d62ff243-8c4b-420e-b3ee-7c93b8a9880c"
    ],
    "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-03-23T03:45:35.951Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgowrv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a59d8d37-27f6-423b-99c3-51347bc9466b
VfModuleModelInvariantUUID:598d5e72-6d3b-46ac-ad32-eaec1bf6ede3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ffd7634a-82f9-4917-aa52-f792a54e0dcc
,
d62ff243-8c4b-420e-b3ee-7c93b8a9880c

}
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-03-23T03:45:35.955Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardVgowrv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "598d5e72-6d3b-46ac-ad32-eaec1bf6ede3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a59d8d37-27f6-423b-99c3-51347bc9466b",
    "vfModuleModelCustomizationUUID": "0486261a-9580-4ba3-b301-1d436d98e2aa",
    "isBase": true,
    "artifacts": [
      "ffd7634a-82f9-4917-aa52-f792a54e0dcc",
      "d62ff243-8c4b-420e-b3ee-7c93b8a9880c"
    ],
    "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-03-23T03:45:35.955Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardVgowrv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a59d8d37-27f6-423b-99c3-51347bc9466b
VfModuleModelInvariantUUID:598d5e72-6d3b-46ac-ad32-eaec1bf6ede3
VfModuleModelDescription:NULL
Artifacts UUID List:{
ffd7634a-82f9-4917-aa52-f792a54e0dcc
,
d62ff243-8c4b-420e-b3ee-7c93b8a9880c

}
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-03-23T03:45:35.955Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ffd7634a-82f9-4917-aa52-f792a54e0dcc from URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
2022-03-23T03:45:35.956Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:45:35.956Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
2022-03-23T03:45:36.332Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:45:36.333Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml ffd7634a-82f9-4917-aa52-f792a54e0dcc 5033
2022-03-23T03:45:36.333Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-23T03:45:36.333Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
2022-03-23T03:45:36.334Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:45:36.334Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:36.339Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:36.339Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007136333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:36.439Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:36.441Z||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-03-23T03:45:36.441Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:36.455Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:36.456Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:45:37.346Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d62ff243-8c4b-420e-b3ee-7c93b8a9880c from URL: /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
2022-03-23T03:45:37.346Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:45:37.346Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
2022-03-23T03:45:37.630Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:45:37.630Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env d62ff243-8c4b-420e-b3ee-7c93b8a9880c 909
2022-03-23T03:45:37.631Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-23T03:45:37.631Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
2022-03-23T03:45:37.631Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:45:37.631Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:37.635Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:37.635Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007137631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:45:37.735Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:37.736Z||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-03-23T03:45:37.736Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:37.749Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:37.750Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:38.636Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 6a27405a-db3f-4ceb-84c0-5e36ddcbad65
2022-03-23T03:45:38.637Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_VgoWrV 0 dff6c8c7-afcd-4a2d-8de3-80e4df47dce3 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-03-23T03:45:38.670Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@46cdd1f3, org.onap.sdc.toscaparser.api.parameters.Input@ff95e7e, org.onap.sdc.toscaparser.api.parameters.Input@6d3f5bf0, org.onap.sdc.toscaparser.api.parameters.Input@4a48c63f, org.onap.sdc.toscaparser.api.parameters.Input@6222c4cc]
2022-03-23T03:45:38.674Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.674Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.675Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-23T03:45:38.675Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 2553696e-bd2c-41af-8908-a791a2e38d08
2022-03-23T03:45:38.675Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2553696e-bd2c-41af-8908-a791a2e38d08 matches Tosca VF Customization UUID: 2553696e-bd2c-41af-8908-a791a2e38d08
2022-03-23T03:45:38.676Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 2553696e-bd2c-41af-8908-a791a2e38d08  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-03-23T03:45:38.684Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.685Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.687Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 2553696e-bd2c-41af-8908-a791a2e38d08: {\"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-03-23T03:45:38.688Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d2cdda4
2022-03-23T03:45:38.688Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.689Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:45:38.690Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0486261a-9580-4ba3-b301-1d436d98e2aa
2022-03-23T03:45:38.692Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0486261a-9580-4ba3-b301-1d436d98e2aa
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-03-23T03:45:38.702Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.703Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:38.705Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:38.706Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.707Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:38.707Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:38.707Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.708Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is not matching search criteria
2022-03-23T03:45:38.708Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-23T03:45:38.708Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-23T03:45:38.709Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9cd5f3e2-5b7a-4701-b8e4-948fdf7a2394
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-03-23T03:45:38.718Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.719Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:38.719Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:45:38.720Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.720Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_VgoWrV 0 is matching search criteria
2022-03-23T03:45:38.720Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_VgoWrV 0] matching following query criteria: sdcType=VF, customizationUUID=2553696e-bd2c-41af-8908-a791a2e38d08
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-03-23T03:45:38.722Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.723Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.723Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 6a27405a-db3f-4ceb-84c0-5e36ddcbad65: basic_onboard_VgoWrV
2022-03-23T03:45:38.723Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.724Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.724Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.724Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.724Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:45:38.725Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_VgoWrV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:45:38.726Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_VgoWrV 
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-03-23T03:45:38.899Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_VgoWrV dff6c8c7-afcd-4a2d-8de3-80e4df47dce3 1 ASDC deployResourceStructure
2022-03-23T03:45:38.899Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json ASDC sendASDCNotification
2022-03-23T03:45:38.899Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json
2022-03-23T03:45:38.900Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:45:38.900Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:38.902Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:38.902Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007138899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T03:45:39.002Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:45:39.004Z||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-03-23T03:45:39.004Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:39.015Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:39.016Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:45:39.904Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-23T03:45:39.904Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml
2022-03-23T03:45:39.904Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:45:39.905Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:39.907Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:39.907Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007139904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T03:45:40.007Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:45:40.008Z||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-03-23T03:45:40.008Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:40.019Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:40.020Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:40.910Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-23T03:45:40.910Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env
2022-03-23T03:45:40.910Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:45:40.911Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:40.913Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:40.913Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007140910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-23T03:45:41.014Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T03:45:41.027Z||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-03-23T03:45:41.028Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:41.050Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:41.051Z||pool-16-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:41.914Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar ASDC sendASDCNotification
2022-03-23T03:45:41.914Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar
2022-03-23T03:45:41.915Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:45:41.916Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:45:41.920Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:45:41.920Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007141914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:45:42.020Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:45:42.021Z||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-03-23T03:45:42.021Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:45:42.030Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:45:42.031Z||pool-17-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:45:42.921Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:45:42.948Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:45:42.952Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:45:42.952Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:45:42.952Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:46:12.953Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:46:12.968Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:46:12.973Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:46:12.974Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:46:12.974Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:46:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:46:22.463Z||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-03-23T03:46:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:46:22.587Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:46:22.588Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:46:22.588Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:46:22.589Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:46:42.974Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:46:42.992Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:46:42.996Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:46:42.996Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:46:42.996Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:47:12.996Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:47:13.015Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:47:13.021Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:47:13.021Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:47:13.021Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:47:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:47:22.464Z||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-03-23T03:47:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:47:22.994Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:47:22.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:47:22.996Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:47:22.996Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.996Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-23T03:47:22.997Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007127559,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:47:22.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:47:22.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:22.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "aai-ml",
  "timestamp": 1648007128566,
  "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-03-23T03:47:23.015Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3d650aef-b69f-410b-acc6-d8808c6c19c8
2022-03-23T03:47:23.015Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-03-23T03:47:23.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007122460,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:47:23.027Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:47:23.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007130551,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007134921,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007136333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:47:23.028Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007137631,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007138899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/basic_onboard_vgowrv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007139904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007140910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/resourceInstances/basic_onboard_vgowrv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007141914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVgowrv/1.0/artifacts/service-BasicOnboardVgowrv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:47:23.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:47:43.022Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:47:43.034Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:47:43.039Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:47:43.039Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T03:47:43.039Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T03:47:43.039Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T03:47:43.040Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:47:43.040Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:47:43.040Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:47:43.040Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:47:43.041Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:47:43.041Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:47:43.041Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-03-23T03:47:43.047Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T03:48:13.049Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8 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-03-23T03:48:13.060Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3d650aef-b69f-410b-acc6-d8808c6c19c8 and serviceModelVersionId: 6a27405a-db3f-4ceb-84c0-5e36ddcbad65
2022-03-23T03:48:13.060Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a5b33f4-57c4-45fc-8c4a-cba87d466244
2022-03-23T03:48:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:48:22.464Z||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-03-23T03:48:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:23.095Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:23.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007243647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "cds",
  "timestamp": 1648007244648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007236123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007237338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007243647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007237338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "cds",
  "timestamp": 1648007244648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007236123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007246856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007243647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "cds",
  "timestamp": 1648007244648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007236123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007237338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007246856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007243647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "cds",
  "timestamp": 1648007244648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007236123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.126Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007237338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007246856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.127Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007243647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "cds",
  "timestamp": 1648007244648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007236123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007237338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "dcae-sch",
  "timestamp": 1648007249879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007249707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007246856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007243647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "cds",
  "timestamp": 1648007244648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007237338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007236123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "dcae-sch",
  "timestamp": 1648007249879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007249707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007246856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007243647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "cds",
  "timestamp": 1648007244648,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007236123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007237338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "dcae-sch",
  "timestamp": 1648007249879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007249707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007246856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "dcae-sch",
  "timestamp": 1648007249879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007249707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "cds",
  "timestamp": 1648007253355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007253526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007246856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007253062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "dcae-sch",
  "timestamp": 1648007249879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007249707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "cds",
  "timestamp": 1648007254361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-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-03-23T03:48:23.162Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.162Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-03-23T03:48:23.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007254635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.172Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007253062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "dcae-sch",
  "timestamp": 1648007249879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007249707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007255640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007253062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "dcae-sch",
  "timestamp": 1648007249879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007249707,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "policy-id",
  "timestamp": 1648007256643,
  "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-03-23T03:48:23.206Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.206Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-03-23T03:48:23.220Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007253062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.221Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.221Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.221Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007257515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007257732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.222Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007257550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007253062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.223Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007258522,
  "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-03-23T03:48:23.231Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.232Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-03-23T03:48:23.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007259043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007253062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007259559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007253062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007260238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.244Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "clamp",
  "timestamp": 1648007260564,
  "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-03-23T03:48:23.250Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.250Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-03-23T03:48:23.259Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.259Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007261258,
  "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-03-23T03:48:23.265Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.265Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-03-23T03:48:23.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.274Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007260909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:23.274Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.274Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007262262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T03:48:23.275Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.275Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.275Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007274450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:48:23.276Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:48:23.276Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:48:23.276Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "aai-ml",
  "timestamp": 1648007275456,
  "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-03-23T03:48:23.286Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a21ebc23-9ce6-42e4-bd21-7404d3ffec55
2022-03-23T03:48:23.286Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-03-23T03:48:29.961Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0
2022-03-23T03:48:30.088Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T03:48:30.658Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?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-03-23T03:48:30.663Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0|INFO|500||Invoke
2022-03-23T03:48:30.798Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T03:48:31.010Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0|INFO|500||InvokeReturn
2022-03-23T03:48:31.013Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a5b33f4-57c4-45fc-8c4a-cba87d466244/model-vers/model-ver/6a27405a-db3f-4ceb-84c0-5e36ddcbad65?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-03:48:30:619-98937], vertex-id=[336112], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:48:30 GMT], Content-Type=[application/json]}
2022-03-23T03:48:31.014Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-23T03:48:31.018Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T03:48:31.018Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-03-23T03:48:31.024Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||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-03-23T03:48:31.025Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3d650aef-b69f-410b-acc6-d8808c6c19c8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T03:48:31.027Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T03:48:31.027Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:31.031Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:31.031Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007311026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T03:48:31.131Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:48:31.132Z||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-03-23T03:48:31.132Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:31.142Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:31.143Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-23T03:48:32.048Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:48:32.049Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|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-03-23T03:48:32.049Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:36.432Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:36.434Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-23T03:48:36.434Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"a21ebc23-9ce6-42e4-bd21-7404d3ffec55","serviceName":"vFW 2022-03-23 03-44-54","serviceVersion":"1.0","serviceUUID":"d3bde447-4b51-4b1d-8bdc-d7a62606d6cf","serviceDescription":"catalog service description","serviceInvariantUUID":"bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4","resources":[{"resourceInstanceName":"vFW 893fdcbc-468a 0","resourceName":"vFW 893fdcbc-468a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"518ea84b-659b-454b-93a9-c84f58a82846","resourceInvariantUUID":"01922fd9-8ad2-493a-adaf-1d5403bdccb8","resourceCustomizationUUID":"a6e2dc82-de54-4394-b7cb-6811bbebb6a2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml","artifactChecksum":"YzA1NjUyMDU4NGQ4MWFlYmY4YjAyYzZhNWZlYmViZGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1344b784-2721-4123-bec3-90faa242f97a","artifactVersion":"1"},{"artifactName":"vfw893fdcbc468a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json","artifactChecksum":"OTgyMGQzMjA4ZDJiYjNmNDg5MmJiNjFmNDU2ZjFlNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"46263785-efb8-4c04-9fc3-69a263d5f1d9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eb1ff6a2-b271-462e-ad4c-d735617e7dd9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml","artifactChecksum":"YjZlYTk0YTU5YzA2NTkxZDg4NjI1NzQ0NGMxODUyN2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cb303e9d-2f70-4bda-a33b-b9bf9c737ef6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34f70207-727f-4b79-a9f7-2018240de670","artifactVersion":"2","generatedFromUUID":"eb1ff6a2-b271-462e-ad4c-d735617e7dd9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220323034454-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml","artifactChecksum":"NWE3ZWM1NWU4MWQzODEwNjY4MTc1ODdhYzNlMzQ2OTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"456e3c74-357f-4273-b7d6-18b25cdcee37","artifactVersion":"1"},{"artifactName":"service-Vfw20220323034454-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar","artifactChecksum":"MmYyNzg3NjU3NjQwNWY0NGIwMDliOWQ4ZTY2OTFjOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0f3c887-3479-4291-8ade-f3408e993c09","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T03:48:36.437Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:36.437Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:36.440Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:36.440Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:36.540Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:36.541Z||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-03-23T03:48:36.541Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:36.553Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:36.554Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:37.442Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:37.442Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:37.445Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:37.445Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:48:37.545Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:37.546Z||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-03-23T03:48:37.546Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:37.557Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:37.557Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:48:38.446Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:38.446Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:38.448Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:38.449Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:48:38.549Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:38.550Z||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-03-23T03:48:38.550Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:38.561Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:38.562Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:48:39.449Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:39.451Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:39.453Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:39.453Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:39.554Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:39.556Z||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-03-23T03:48:39.556Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:39.567Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:39.568Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:40.454Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:40.458Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:40.470Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:40.470Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-23T03:48:40.560Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-23T03:48:40.561Z||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-03-23T03:48:40.561Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:40.571Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:40.572Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:41.471Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:41.472Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:41.474Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:41.474Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:48:41.575Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:41.576Z||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-03-23T03:48:41.576Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:41.586Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:41.587Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:42.477Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:48:42.477Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:42.480Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:42.481Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:48:42.581Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:42.582Z||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-03-23T03:48:42.582Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:42.627Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:42.628Z||pool-25-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":2,"count":1}
2022-03-23T03:48:43.482Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "serviceName": "vFW 2022-03-23 03-44-54",
  "serviceVersion": "1.0",
  "serviceUUID": "d3bde447-4b51-4b1d-8bdc-d7a62606d6cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4",
  "resources": [
    {
      "resourceInstanceName": "vFW 893fdcbc-468a 0",
      "resourceCustomizationUUID": "a6e2dc82-de54-4394-b7cb-6811bbebb6a2",
      "resourceName": "vFW 893fdcbc-468a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "518ea84b-659b-454b-93a9-c84f58a82846",
      "resourceInvariantUUID": "01922fd9-8ad2-493a-adaf-1d5403bdccb8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw893fdcbc468a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
          "artifactChecksum": "OTgyMGQzMjA4ZDJiYjNmNDg5MmJiNjFmNDU2ZjFlNjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "46263785-efb8-4c04-9fc3-69a263d5f1d9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "eb1ff6a2-b271-462e-ad4c-d735617e7dd9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "34f70207-727f-4b79-a9f7-2018240de670",
            "generatedFromUUID": "eb1ff6a2-b271-462e-ad4c-d735617e7dd9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "34f70207-727f-4b79-a9f7-2018240de670",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220323034454-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
      "artifactChecksum": "MmYyNzg3NjU3NjQwNWY0NGIwMDliOWQ4ZTY2OTFjOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b0f3c887-3479-4291-8ade-f3408e993c09"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T03:48:43.483Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T03:48:43.483Z|3d650aef-b69f-410b-acc6-d8808c6c19c8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d3bde447-4b51-4b1d-8bdc-d7a62606d6cf ASDC
2022-03-23T03:48:43.484Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:a21ebc23-9ce6-42e4-bd21-7404d3ffec55
ServiceName:vFW 2022-03-23 03-44-54
ServiceVersion:1.0
ServiceUUID:d3bde447-4b51-4b1d-8bdc-d7a62606d6cf
ServiceInvariantUUID:bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220323034454-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
ArtifactUUID:b0f3c887-3479-4291-8ade-f3408e993c09
ArtifactChecksum:MmYyNzg3NjU3NjQwNWY0NGIwMDliOWQ4ZTY2OTFjOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 893fdcbc-468a 0
ResourceCustomizationUUID:a6e2dc82-de54-4394-b7cb-6811bbebb6a2
ResourceInvariantUUID:01922fd9-8ad2-493a-adaf-1d5403bdccb8
ResourceName:vFW 893fdcbc-468a
ResourceType:VF
ResourceUUID:518ea84b-659b-454b-93a9-c84f58a82846
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw893fdcbc468a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
ArtifactUUID:46263785-efb8-4c04-9fc3-69a263d5f1d9
ArtifactChecksum:OTgyMGQzMjA4ZDJiYjNmNDg5MmJiNjFmNDU2ZjFlNjM=
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/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
ArtifactUUID:eb1ff6a2-b271-462e-ad4c-d735617e7dd9
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/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
ArtifactUUID:34f70207-727f-4b79-a9f7-2018240de670
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/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
ArtifactUUID:34f70207-727f-4b79-a9f7-2018240de670
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-23T03:48:43.484Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d3bde447-4b51-4b1d-8bdc-d7a62606d6cf 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-03-23T03:48:43.526Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:48:43.526Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:48:43.526Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:48:43.527Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0f3c887-3479-4291-8ade-f3408e993c09 from URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:43.527Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:48:43.527Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:43.928Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:48:43.936Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar b0f3c887-3479-4291-8ade-f3408e993c09 98943
2022-03-23T03:48:43.936Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar ASDC sendASDCNotification
2022-03-23T03:48:43.937Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:43.937Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:48:43.937Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:43.939Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:43.940Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007323936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:44.040Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:44.041Z||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-03-23T03:48:44.042Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:44.058Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:44.059Z||pool-26-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:44.940Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:48:44.941Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:48:44.942Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b0f3c887-3479-4291-8ade-f3408e993c09, URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar to file: /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:44.942Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220323034454-csar.csar
2022-03-23T03:48:44.942Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:44.943Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:45.132Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1813285792155390652/Definitions/service-Vfw20220323034454-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-03-23T03:48:47.493Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.494Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 893fdcbc-468a 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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.495Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-Vfw20220323034454-csar.csar
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.496Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.497Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.498Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.499Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.499Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:47.499Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:47.499Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:47.500Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:47.501Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:47.501Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.501Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.501Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T03:48:47.502Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.503Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:48:47.503Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.503Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.503Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.504Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:47.505Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:47.506Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4ac5d362-e25c-43e8-aaf6-45d272fcd05b
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:47.507Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:47.508Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.509Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f65e922-b934-4fd4-9e3f-a70e3c07d1d8
2022-03-23T03:48:47.510Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.510Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:47.510Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:47.510Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.511Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-23T03:48:47.512Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e1e5e3a-f05c-4fc7-a224-a28a1ae22482
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.513Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.514Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.514Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:47.514Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:47.514Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-23 03-44-54
Description:catalog service description
Model UUID:d3bde447-4b51-4b1d-8bdc-d7a62606d6cf
Model Version:NULL
Model InvariantUuid:bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 893fdcbc-468a
Model UUID:5d3675ca-f1eb-461e-ac54-dd9787b27c1f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:01922fd9-8ad2-493a-adaf-1d5403bdccb8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a6e2dc82-de54-4394-b7cb-6811bbebb6a2
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7a29048f-1062-40ea-80ef-d7bbfba45ecb
ModelName:Vfw893fdcbc468a..base_vfw..module-0
ModelUuid:beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4ac5d362-e25c-43e8-aaf6-45d272fcd05b
ModelInvariantUuid:80fba85d-e23b-4892-abe4-6e3a71e840fb
ModelName:vFW 893fdcbc-468a-nodes.vfwCvfc
ModelUuid:93eafd3c-e9df-4697-85fd-3e476c78e80a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:e3680839-c85e-490d-a57f-98b3e1b28c87
ModelInvariantUuid:f9c3ec99-6fd3-4020-a810-2f676c68ec13
ModelName:Vfw893fdcbc468a.compute.nodes.heat.vfw
ModelUuid:dba269dd-a76e-4af3-ab06-a85f87563273
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:2f65e922-b934-4fd4-9e3f-a70e3c07d1d8
ModelInvariantUuid:a5b107a5-6999-4996-b754-67e285c912be
ModelName:vFW 893fdcbc-468a-nodes.vsnCvfc
ModelUuid:a2d60731-a4ca-4d00-9645-cbb6e2bd1a06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:d1ba4b40-29ac-4ad1-a17d-c6dfeccb09f9
ModelInvariantUuid:bf12cf69-e010-4e4d-91c8-f6cdc1dd26d3
ModelName:Vfw893fdcbc468a.compute.nodes.heat.vsn
ModelUuid:e825cd7e-cf40-435e-aa42-ff5696bdc2a3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8e1e5e3a-f05c-4fc7-a224-a28a1ae22482
ModelInvariantUuid:7554544b-dd2c-48a3-89c3-cdf0e936ff79
ModelName:vFW 893fdcbc-468a-nodes.vpgCvfc
ModelUuid:2d94235b-ffa7-41f7-977e-e62b3a7a536d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:276a1dc4-8a3e-4ffa-94dd-9927e75b59e0
ModelInvariantUuid:22f8c3cf-3989-4037-8f06-2894a1b651c6
ModelName:Vfw893fdcbc468a.compute.nodes.heat.vpg
ModelUuid:ea94c80a-536f-45b3-b0da-c6b8ba18efce
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-03-23T03:48:47.543Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 518ea84b-659b-454b-93a9-c84f58a82846
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-03-23T03:48:47.549Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||vFW 893fdcbc-468a 0
2022-03-23T03:48:47.550Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 518ea84b-659b-454b-93a9-c84f58a82846
2022-03-23T03:48:47.550Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 46263785-efb8-4c04-9fc3-69a263d5f1d9 from URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
2022-03-23T03:48:47.550Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:48:47.550Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
2022-03-23T03:48:47.724Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:48:47.724Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json 46263785-efb8-4c04-9fc3-69a263d5f1d9 785
2022-03-23T03:48:47.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json ASDC sendASDCNotification
2022-03-23T03:48:47.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
2022-03-23T03:48:47.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:48:47.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:47.727Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:47.727Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007327724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:47.828Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:47.830Z||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-03-23T03:48:47.830Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:47.839Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:47.840Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:48.730Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw893fdcbc468a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7a29048f-1062-40ea-80ef-d7bbfba45ecb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd",
    "vfModuleModelCustomizationUUID": "cf946bac-d802-4887-b0b8-9537776b2a28",
    "isBase": true,
    "artifacts": [
      "eb1ff6a2-b271-462e-ad4c-d735617e7dd9",
      "34f70207-727f-4b79-a9f7-2018240de670"
    ],
    "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-03-23T03:48:48.735Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw893fdcbc468a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd
VfModuleModelInvariantUUID:7a29048f-1062-40ea-80ef-d7bbfba45ecb
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1ff6a2-b271-462e-ad4c-d735617e7dd9
,
34f70207-727f-4b79-a9f7-2018240de670

}
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-03-23T03:48:48.737Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw893fdcbc468a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "7a29048f-1062-40ea-80ef-d7bbfba45ecb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd",
    "vfModuleModelCustomizationUUID": "cf946bac-d802-4887-b0b8-9537776b2a28",
    "isBase": true,
    "artifacts": [
      "eb1ff6a2-b271-462e-ad4c-d735617e7dd9",
      "34f70207-727f-4b79-a9f7-2018240de670"
    ],
    "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-03-23T03:48:48.737Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw893fdcbc468a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:beb2c703-9b0d-4d3e-b5e3-cc9677b8c1fd
VfModuleModelInvariantUUID:7a29048f-1062-40ea-80ef-d7bbfba45ecb
VfModuleModelDescription:NULL
Artifacts UUID List:{
eb1ff6a2-b271-462e-ad4c-d735617e7dd9
,
34f70207-727f-4b79-a9f7-2018240de670

}
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-03-23T03:48:48.738Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eb1ff6a2-b271-462e-ad4c-d735617e7dd9 from URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
2022-03-23T03:48:48.738Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:48:48.738Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
2022-03-23T03:48:49.018Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml eb1ff6a2-b271-462e-ad4c-d735617e7dd9 20368
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:48:49.019Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:49.021Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:49.021Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007329019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:49.122Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:49.124Z||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-03-23T03:48:49.124Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:49.140Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:49.141Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:50.023Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 34f70207-727f-4b79-a9f7-2018240de670 from URL: /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
2022-03-23T03:48:50.024Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:48:50.024Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
2022-03-23T03:48:50.724Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:48:50.725Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env 34f70207-727f-4b79-a9f7-2018240de670 2098
2022-03-23T03:48:50.726Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-23T03:48:50.726Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
2022-03-23T03:48:50.727Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:48:50.727Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:50.730Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:50.730Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007330726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:48:50.830Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:50.831Z||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-03-23T03:48:50.831Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:50.848Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:50.848Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:51.731Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: d3bde447-4b51-4b1d-8bdc-d7a62606d6cf
2022-03-23T03:48:51.732Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 893fdcbc-468a 0 518ea84b-659b-454b-93a9-c84f58a82846 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-03-23T03:48:51.758Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1641f4e1, org.onap.sdc.toscaparser.api.parameters.Input@5c99ed19, org.onap.sdc.toscaparser.api.parameters.Input@3a86c0d, org.onap.sdc.toscaparser.api.parameters.Input@5bfba5fc, org.onap.sdc.toscaparser.api.parameters.Input@4204b49e]
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= a6e2dc82-de54-4394-b7cb-6811bbebb6a2
2022-03-23T03:48:51.760Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a6e2dc82-de54-4394-b7cb-6811bbebb6a2 matches Tosca VF Customization UUID: a6e2dc82-de54-4394-b7cb-6811bbebb6a2
2022-03-23T03:48:51.761Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: a6e2dc82-de54-4394-b7cb-6811bbebb6a2  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-03-23T03:48:51.763Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.763Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.765Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id a6e2dc82-de54-4394-b7cb-6811bbebb6a2: {\"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-03-23T03:48:51.765Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@17bc3d43
2022-03-23T03:48:51.765Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.766Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:48:51.766Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf946bac-d802-4887-b0b8-9537776b2a28
2022-03-23T03:48:51.766Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf946bac-d802-4887-b0b8-9537776b2a28
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-03-23T03:48:51.770Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.770Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.770Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.771Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.771Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.771Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.772Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.772Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:51.772Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:51.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:51.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-23T03:48:51.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:51.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:51.774Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.774Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.774Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:51.774Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.775Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:51.775Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.775Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=4ac5d362-e25c-43e8-aaf6-45d272fcd05b
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-03-23T03:48:51.778Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.781Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.781Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:51.781Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-23T03:48:51.781Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:48:51.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:48:51.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2f65e922-b934-4fd4-9e3f-a70e3c07d1d8
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-03-23T03:48:51.785Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.785Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.786Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.789Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is not matching search criteria
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:48:51.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:48:51.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:48:51.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:48:51.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:48:51.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:48:51.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-23T03:48:51.793Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=8e1e5e3a-f05c-4fc7-a224-a28a1ae22482
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-03-23T03:48:51.795Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.795Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.796Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:48:51.796Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.796Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Node template vFW 893fdcbc-468a 0 is matching search criteria
2022-03-23T03:48:51.797Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 893fdcbc-468a 0] matching following query criteria: sdcType=VF, customizationUUID=a6e2dc82-de54-4394-b7cb-6811bbebb6a2
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-03-23T03:48:51.799Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.799Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid d3bde447-4b51-4b1d-8bdc-d7a62606d6cf: vFW 893fdcbc-468a
2022-03-23T03:48:51.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.801Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.801Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.801Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.801Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:48:51.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-44-54 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:48:51.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-23 03-44-54 
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-03-23T03:48:52.033Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 893fdcbc-468a 518ea84b-659b-454b-93a9-c84f58a82846 1 ASDC deployResourceStructure
2022-03-23T03:48:52.033Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json ASDC sendASDCNotification
2022-03-23T03:48:52.033Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json
2022-03-23T03:48:52.033Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:48:52.034Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:52.036Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:52.036Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007332033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T03:48:52.136Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:52.137Z||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-03-23T03:48:52.138Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:52.147Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:52.148Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:53.037Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-23T03:48:53.038Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml
2022-03-23T03:48:53.038Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:48:53.039Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:53.042Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:53.042Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007333037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T03:48:53.142Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:53.142Z||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-03-23T03:48:53.143Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:53.154Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:53.154Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:48:54.043Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-23T03:48:54.044Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env
2022-03-23T03:48:54.044Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:48:54.044Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:54.046Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:54.046Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007334043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-23T03:48:54.147Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:54.148Z||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-03-23T03:48:54.148Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:54.161Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:54.162Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:55.048Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar ASDC sendASDCNotification
2022-03-23T03:48:55.048Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar
2022-03-23T03:48:55.048Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:48:55.048Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:48:55.051Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:48:55.051Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007335048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:48:55.151Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:48:55.152Z||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-03-23T03:48:55.152Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:48:55.162Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:48:55.163Z||pool-33-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:48:56.052Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a21ebc23-9ce6-42e4-bd21-7404d3ffec55
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:48:56.064Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a21ebc23-9ce6-42e4-bd21-7404d3ffec55
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T03:48:56.068Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:48:56.069Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-03-23T03:48:56.074Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T03:49:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:49:22.463Z||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-03-23T03:49:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:23.089Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:23.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3d650aef-b69f-410b-acc6-d8808c6c19c8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007311026,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T03:49:23.091Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:49:23.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007312048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007323936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007327724,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007329019,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007330726,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007332033,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/vfw893fdcbc468a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007333037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007334043,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/resourceInstances/vfw893fdcbc468a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:23.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:49:23.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007335048,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034454/1.0/artifacts/service-Vfw20220323034454-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:49:23.097Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:49:26.075Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a21ebc23-9ce6-42e4-bd21-7404d3ffec55 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-03-23T03:49:26.081Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a21ebc23-9ce6-42e4-bd21-7404d3ffec55 and serviceModelVersionId: d3bde447-4b51-4b1d-8bdc-d7a62606d6cf
2022-03-23T03:49:26.082Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4
2022-03-23T03:49:26.083Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0
2022-03-23T03:49:26.091Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T03:49:26.154Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?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-03-23T03:49:26.155Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0|INFO|500||Invoke
2022-03-23T03:49:26.186Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T03:49:26.587Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0|INFO|500||InvokeReturn
2022-03-23T03:49:26.588Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd8af8b9-7464-4c2c-b5ee-b2a3dbd45ad4/model-vers/model-ver/d3bde447-4b51-4b1d-8bdc-d7a62606d6cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-03:49:26:006-21711], vertex-id=[229512], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:49:26 GMT], Content-Type=[application/json]}
2022-03-23T03:49:26.588Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-03-23T03:49:26.589Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T03:49:26.589Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-03-23T03:49:26.594Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||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-03-23T03:49:26.594Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a21ebc23-9ce6-42e4-bd21-7404d3ffec55 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T03:49:26.594Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T03:49:26.594Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:26.596Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:26.596Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007366594,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T03:49:26.697Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:26.698Z||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-03-23T03:49:26.698Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:26.712Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:26.713Z||pool-34-thread-1|||||INFO|500||cambria reply ok (16 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-03-23T03:49:27.608Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:49:27.609Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|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-03-23T03:49:27.609Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:35.771Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:35.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-23T03:49:35.773Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c399dfc-7df0-4cb2-8de5-9ecf157a802f","serviceName":"vFW 2022-03-23 03-47-17","serviceVersion":"1.0","serviceUUID":"5e36e701-1f69-4505-8222-62f97fabb6f0","serviceDescription":"catalog service description","serviceInvariantUUID":"1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e","resources":[{"resourceInstanceName":"vFW 6d41f54d-2683 0","resourceName":"vFW 6d41f54d-2683","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4c20f595-bdfc-42c2-89e9-538e1cd5063a","resourceInvariantUUID":"211df28a-d976-4893-afc4-7e8ec81d754d","resourceCustomizationUUID":"202bcd18-773e-4f7b-bbca-e95f7c17e78c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml","artifactChecksum":"MjhkOGYyNzk1MzI2ZGExMzgyZmM3MThhOTQ3NTU5OWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8d795e0c-24b6-4eca-93af-1d99311a5a9c","artifactVersion":"1"},{"artifactName":"vfw6d41f54d26830_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json","artifactChecksum":"MDU0Y2U1ZDRjYjk3YzA4YzkxMTA0Y2EwMDEzMzFmZTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1fcc3d83-7047-482a-ab67-418734f7cb43","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fcd287b6-5297-4e8f-aeb3-eceebdcbc833","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml","artifactChecksum":"MTc2NmI1YTVkM2IyMmM0ZjBlMWE2ZWUzM2UzYjU4MDA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e55d9c8c-277e-421f-86a0-7fbf52552b96","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c6e26fb4-a4b5-45c2-a445-8079a6c715ee","artifactVersion":"3","generatedFromUUID":"fcd287b6-5297-4e8f-aeb3-eceebdcbc833"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220323034717-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml","artifactChecksum":"ZTEwYjZjNGYxNTFhZjVmMjhjMzE5NmQ5OWM4NTQyN2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3f594a68-4974-4291-9d39-e37449858be5","artifactVersion":"1"},{"artifactName":"service-Vfw20220323034717-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar","artifactChecksum":"NzJkNmFkNjY2NDNjYjUyZGY4OTdhYjM2YTNlNTRlZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86cae6e1-221b-4194-8d78-5a9520f0cbde","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T03:49:35.776Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:35.776Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:35.778Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:35.778Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:49:35.879Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:49:35.880Z||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-03-23T03:49:35.880Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:35.890Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:35.890Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:36.779Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:36.780Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:36.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:36.782Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:49:36.885Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-23T03:49:36.886Z||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-03-23T03:49:36.886Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:36.896Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:36.897Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:49:37.783Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:37.784Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:37.786Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:37.786Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:49:37.887Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:49:37.888Z||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-03-23T03:49:37.889Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:37.898Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:37.899Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:38.787Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:38.788Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:38.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:38.790Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:49:38.890Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:49:38.891Z||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-03-23T03:49:38.892Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:38.905Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:38.906Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:39.791Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:39.792Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:39.794Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:39.794Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-23T03:49:39.895Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T03:49:39.896Z||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-03-23T03:49:39.896Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:39.904Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:39.905Z||pool-39-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:40.795Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:40.795Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:40.798Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:40.798Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:49:40.898Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:40.900Z||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-03-23T03:49:40.901Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:40.935Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:40.937Z||pool-40-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:41.799Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:49:41.800Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:41.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:41.802Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:49:41.902Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:41.903Z||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-03-23T03:49:41.904Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:41.931Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:41.932Z||pool-41-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:42.803Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "serviceName": "vFW 2022-03-23 03-47-17",
  "serviceVersion": "1.0",
  "serviceUUID": "5e36e701-1f69-4505-8222-62f97fabb6f0",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e",
  "resources": [
    {
      "resourceInstanceName": "vFW 6d41f54d-2683 0",
      "resourceCustomizationUUID": "202bcd18-773e-4f7b-bbca-e95f7c17e78c",
      "resourceName": "vFW 6d41f54d-2683",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4c20f595-bdfc-42c2-89e9-538e1cd5063a",
      "resourceInvariantUUID": "211df28a-d976-4893-afc4-7e8ec81d754d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6d41f54d26830_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
          "artifactChecksum": "MDU0Y2U1ZDRjYjk3YzA4YzkxMTA0Y2EwMDEzMzFmZTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "1fcc3d83-7047-482a-ab67-418734f7cb43",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "fcd287b6-5297-4e8f-aeb3-eceebdcbc833",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "3",
            "artifactUUID": "c6e26fb4-a4b5-45c2-a445-8079a6c715ee",
            "generatedFromUUID": "fcd287b6-5297-4e8f-aeb3-eceebdcbc833"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "3",
          "artifactUUID": "c6e26fb4-a4b5-45c2-a445-8079a6c715ee",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220323034717-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
      "artifactChecksum": "NzJkNmFkNjY2NDNjYjUyZGY4OTdhYjM2YTNlNTRlZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86cae6e1-221b-4194-8d78-5a9520f0cbde"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T03:49:42.803Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T03:49:42.804Z|a21ebc23-9ce6-42e4-bd21-7404d3ffec55|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5e36e701-1f69-4505-8222-62f97fabb6f0 ASDC
2022-03-23T03:49:42.804Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5c399dfc-7df0-4cb2-8de5-9ecf157a802f
ServiceName:vFW 2022-03-23 03-47-17
ServiceVersion:1.0
ServiceUUID:5e36e701-1f69-4505-8222-62f97fabb6f0
ServiceInvariantUUID:1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220323034717-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar
ArtifactUUID:86cae6e1-221b-4194-8d78-5a9520f0cbde
ArtifactChecksum:NzJkNmFkNjY2NDNjYjUyZGY4OTdhYjM2YTNlNTRlZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6d41f54d-2683 0
ResourceCustomizationUUID:202bcd18-773e-4f7b-bbca-e95f7c17e78c
ResourceInvariantUUID:211df28a-d976-4893-afc4-7e8ec81d754d
ResourceName:vFW 6d41f54d-2683
ResourceType:VF
ResourceUUID:4c20f595-bdfc-42c2-89e9-538e1cd5063a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6d41f54d26830_modules.json
ArtifactVersion:2
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json
ArtifactUUID:1fcc3d83-7047-482a-ab67-418734f7cb43
ArtifactChecksum:MDU0Y2U1ZDRjYjk3YzA4YzkxMTA0Y2EwMDEzMzFmZTg=
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/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml
ArtifactUUID:fcd287b6-5297-4e8f-aeb3-eceebdcbc833
ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
ArtifactUUID:c6e26fb4-a4b5-45c2-a445-8079a6c715ee
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_vfw.env
ArtifactVersion:3
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
ArtifactUUID:c6e26fb4-a4b5-45c2-a445-8079a6c715ee
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-23T03:49:42.804Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5e36e701-1f69-4505-8222-62f97fabb6f0 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-03-23T03:49:42.848Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 86cae6e1-221b-4194-8d78-5a9520f0cbde from URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:49:42.849Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:43.130Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:49:43.134Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar 86cae6e1-221b-4194-8d78-5a9520f0cbde 98927
2022-03-23T03:49:43.134Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar ASDC sendASDCNotification
2022-03-23T03:49:43.134Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:43.135Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:49:43.135Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:43.138Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:43.138Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007383134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:49:43.238Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:43.239Z||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-03-23T03:49:43.239Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:43.256Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:43.256Z||pool-42-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:44.138Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:49:44.140Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-03-23T03:49:44.140Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 86cae6e1-221b-4194-8d78-5a9520f0cbde, URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar to file: /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:44.140Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220323034717-csar.csar
2022-03-23T03:49:44.141Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:44.141Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:44.321Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8080032913706361463/Definitions/service-Vfw20220323034717-template.yml
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_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
2022-03-23T03:49:46.547Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T03:49:46.548Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:49:46.548Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.549Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6d41f54d-2683 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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-Vfw20220323034717-csar.csar
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.550Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.551Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.552Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:49:46.553Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:49:46.554Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T03:49:46.555Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.556Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:46.557Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.558Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cea48e4c-e258-477c-b7e2-7117af38d6aa
2022-03-23T03:49:46.559Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.560Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.561Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:49:46.561Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-23T03:49:46.561Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:49:46.561Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53240555-3c37-4d65-9ebb-64bfb4226c30
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:46.562Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:49:46.563Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c942a0f4-87d6-4f55-935a-825102e7d9e2
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:46.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-23 03-47-17
Description:catalog service description
Model UUID:5e36e701-1f69-4505-8222-62f97fabb6f0
Model Version:NULL
Model InvariantUuid:1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6d41f54d-2683
Model UUID:562050a0-8b7d-4896-a4d4-03b937328860
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:211df28a-d976-4893-afc4-7e8ec81d754d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:202bcd18-773e-4f7b-bbca-e95f7c17e78c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:56321020-ac30-4fdc-aa7a-4fdc52431d18
ModelName:Vfw6d41f54d2683..base_vfw..module-0
ModelUuid:56f4b387-1768-47f9-a114-e1d47d2138f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cea48e4c-e258-477c-b7e2-7117af38d6aa
ModelInvariantUuid:1dd27752-4429-4444-9f22-2a3229495721
ModelName:vFW 6d41f54d-2683-nodes.vfwCvfc
ModelUuid:c662efb3-4154-4003-ba08-fe64ee103c99
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:5eb42a37-fccd-4f68-a95e-281dc601eb96
ModelInvariantUuid:081e9941-2a0b-47b8-a447-7a9142636df9
ModelName:Vfw6d41f54d2683.compute.nodes.heat.vfw
ModelUuid:159ae988-c2b1-45d5-bf01-63e2e90f4aca
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:53240555-3c37-4d65-9ebb-64bfb4226c30
ModelInvariantUuid:aac424d0-f097-42c8-badf-2ae68842e4d5
ModelName:vFW 6d41f54d-2683-nodes.vsnCvfc
ModelUuid:bdf93302-f1f0-440c-befe-eaa15eeb9f17
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:6222941a-5055-4775-91d7-68ca109f1fcf
ModelInvariantUuid:ac9a9e91-412f-4525-82e5-b897ca135a22
ModelName:Vfw6d41f54d2683.compute.nodes.heat.vsn
ModelUuid:12bd139c-bf38-4e2f-a8aa-337cb21bc92d
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c942a0f4-87d6-4f55-935a-825102e7d9e2
ModelInvariantUuid:0868a4f5-eb8a-488b-866a-0ff9dbec0487
ModelName:vFW 6d41f54d-2683-nodes.vpgCvfc
ModelUuid:7aa7cf6f-7c92-4ce4-91df-dd64c3f4f07f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6f917b25-8c3c-42db-8cc4-655fb28dd136
ModelInvariantUuid:146a4e48-16fe-447a-babb-027d0968a0c6
ModelName:Vfw6d41f54d2683.compute.nodes.heat.vpg
ModelUuid:044b1d81-35a7-46a9-b592-6dcc446bf6c0
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-03-23T03:49:46.572Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 4c20f595-bdfc-42c2-89e9-538e1cd5063a
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-03-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||vFW 6d41f54d-2683 0
2022-03-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4c20f595-bdfc-42c2-89e9-538e1cd5063a
2022-03-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1fcc3d83-7047-482a-ab67-418734f7cb43 from URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json
2022-03-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:49:46.575Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json
2022-03-23T03:49:46.830Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json 1fcc3d83-7047-482a-ab67-418734f7cb43 785
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json ASDC sendASDCNotification
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:49:46.831Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:46.833Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:46.834Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007386831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:49:46.934Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:46.935Z||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-03-23T03:49:46.935Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:46.948Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:46.949Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:47.834Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6d41f54d2683..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "56321020-ac30-4fdc-aa7a-4fdc52431d18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56f4b387-1768-47f9-a114-e1d47d2138f3",
    "vfModuleModelCustomizationUUID": "f8674d0e-fffb-42e8-83f8-c8b71d2ddca6",
    "isBase": true,
    "artifacts": [
      "fcd287b6-5297-4e8f-aeb3-eceebdcbc833",
      "c6e26fb4-a4b5-45c2-a445-8079a6c715ee"
    ],
    "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-03-23T03:49:47.839Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d41f54d2683..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56f4b387-1768-47f9-a114-e1d47d2138f3
VfModuleModelInvariantUUID:56321020-ac30-4fdc-aa7a-4fdc52431d18
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcd287b6-5297-4e8f-aeb3-eceebdcbc833
,
c6e26fb4-a4b5-45c2-a445-8079a6c715ee

}
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-03-23T03:49:47.841Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6d41f54d2683..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "56321020-ac30-4fdc-aa7a-4fdc52431d18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "56f4b387-1768-47f9-a114-e1d47d2138f3",
    "vfModuleModelCustomizationUUID": "f8674d0e-fffb-42e8-83f8-c8b71d2ddca6",
    "isBase": true,
    "artifacts": [
      "fcd287b6-5297-4e8f-aeb3-eceebdcbc833",
      "c6e26fb4-a4b5-45c2-a445-8079a6c715ee"
    ],
    "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-03-23T03:49:47.841Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6d41f54d2683..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:56f4b387-1768-47f9-a114-e1d47d2138f3
VfModuleModelInvariantUUID:56321020-ac30-4fdc-aa7a-4fdc52431d18
VfModuleModelDescription:NULL
Artifacts UUID List:{
fcd287b6-5297-4e8f-aeb3-eceebdcbc833
,
c6e26fb4-a4b5-45c2-a445-8079a6c715ee

}
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-03-23T03:49:47.841Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fcd287b6-5297-4e8f-aeb3-eceebdcbc833 from URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml
2022-03-23T03:49:47.842Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:49:47.842Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml
2022-03-23T03:49:48.013Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml fcd287b6-5297-4e8f-aeb3-eceebdcbc833 20368
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:49:48.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:48.016Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:48.016Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007388014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:49:48.116Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:48.118Z||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-03-23T03:49:48.118Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:48.130Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:48.131Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:49.017Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c6e26fb4-a4b5-45c2-a445-8079a6c715ee from URL: /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
2022-03-23T03:49:49.020Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-03-23T03:49:49.020Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
2022-03-23T03:49:49.226Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-03-23T03:49:49.227Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env c6e26fb4-a4b5-45c2-a445-8079a6c715ee 2098
2022-03-23T03:49:49.227Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-23T03:49:49.227Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
2022-03-23T03:49:49.228Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:49:49.228Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:49.230Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:49.230Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007389227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:49:49.330Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:49.331Z||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-03-23T03:49:49.332Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:49.342Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:49.343Z||pool-45-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:50.230Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5e36e701-1f69-4505-8222-62f97fabb6f0
2022-03-23T03:49:50.231Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6d41f54d-2683 0 4c20f595-bdfc-42c2-89e9-538e1cd5063a 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-03-23T03:49:50.250Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34c9df33, org.onap.sdc.toscaparser.api.parameters.Input@34e0a7e8, org.onap.sdc.toscaparser.api.parameters.Input@8e9dd7, org.onap.sdc.toscaparser.api.parameters.Input@607743f1, org.onap.sdc.toscaparser.api.parameters.Input@1a3d288b]
2022-03-23T03:49:50.252Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.253Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.255Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-03-23T03:49:50.255Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 202bcd18-773e-4f7b-bbca-e95f7c17e78c
2022-03-23T03:49:50.256Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 202bcd18-773e-4f7b-bbca-e95f7c17e78c matches Tosca VF Customization UUID: 202bcd18-773e-4f7b-bbca-e95f7c17e78c
2022-03-23T03:49:50.256Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 202bcd18-773e-4f7b-bbca-e95f7c17e78c  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-03-23T03:49:50.259Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.259Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.260Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 202bcd18-773e-4f7b-bbca-e95f7c17e78c: {\"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-03-23T03:49:50.260Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@575eb89
2022-03-23T03:49:50.260Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.261Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T03:49:50.261Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f8674d0e-fffb-42e8-83f8-c8b71d2ddca6
2022-03-23T03:49:50.261Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f8674d0e-fffb-42e8-83f8-c8b71d2ddca6
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-03-23T03:49:50.263Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.263Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:50.264Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:49:50.265Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:50.266Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:49:50.267Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.267Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=cea48e4c-e258-477c-b7e2-7117af38d6aa
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-03-23T03:49:50.269Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.269Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:50.269Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:50.270Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.270Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:50.270Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:50.270Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:50.270Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:49:50.271Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.271Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:50.271Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.271Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:49:50.271Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-23T03:49:50.272Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-23T03:49:50.272Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:50.272Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-23T03:49:50.272Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.273Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=53240555-3c37-4d65-9ebb-64bfb4226c30
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-03-23T03:49:50.275Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.276Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:50.276Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:50.276Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.276Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is not matching search criteria
2022-03-23T03:49:50.276Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-23T03:49:50.277Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-23T03:49:50.277Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-23T03:49:50.277Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.277Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:50.277Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.278Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-23T03:49:50.278Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-23T03:49:50.278Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-23T03:49:50.278Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-23T03:49:50.279Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-23T03:49:50.279Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-23T03:49:50.279Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c942a0f4-87d6-4f55-935a-825102e7d9e2
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-03-23T03:49:50.292Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.292Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:50.293Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T03:49:50.293Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.293Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Node template vFW 6d41f54d-2683 0 is matching search criteria
2022-03-23T03:49:50.293Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 6d41f54d-2683 0] matching following query criteria: sdcType=VF, customizationUUID=202bcd18-773e-4f7b-bbca-e95f7c17e78c
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-03-23T03:49:50.296Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.296Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.296Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5e36e701-1f69-4505-8222-62f97fabb6f0: vFW 6d41f54d-2683
2022-03-23T03:49:50.296Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.296Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.297Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.297Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.297Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.297Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.297Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.297Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.298Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:49:50.298Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-03-23 03-47-17 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:49:50.298Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-03-23 03-47-17 
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-03-23T03:49:50.500Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6d41f54d-2683 4c20f595-bdfc-42c2-89e9-538e1cd5063a 1 ASDC deployResourceStructure
2022-03-23T03:49:50.501Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json ASDC sendASDCNotification
2022-03-23T03:49:50.501Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json
2022-03-23T03:49:50.532Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:49:50.532Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:50.535Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:50.535Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007390501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T03:49:50.635Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:49:50.637Z||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-03-23T03:49:50.637Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:50.648Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:50.649Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:51.536Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-23T03:49:51.537Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml
2022-03-23T03:49:51.537Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:49:51.537Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:51.539Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:51.539Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007391536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T03:49:51.639Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:51.641Z||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-03-23T03:49:51.641Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:51.650Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:51.651Z||pool-47-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:52.540Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-23T03:49:52.541Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env
2022-03-23T03:49:52.541Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:49:52.541Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:52.543Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:52.543Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007392540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-23T03:49:52.643Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:52.644Z||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-03-23T03:49:52.644Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:52.653Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:52.654Z||pool-48-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:53.544Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar ASDC sendASDCNotification
2022-03-23T03:49:53.544Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar
2022-03-23T03:49:53.544Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:49:53.545Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:49:53.547Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:49:53.547Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007393544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:49:53.647Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:49:53.648Z||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-03-23T03:49:53.648Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:49:53.661Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:49:53.661Z||pool-49-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:49:54.548Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:49:54.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:49:54.570Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:49:54.570Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:49:54.571Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:50:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:50:22.463Z||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-03-23T03:50:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:50:23.104Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:50:23.116Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.117Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a21ebc23-9ce6-42e4-bd21-7404d3ffec55",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007366594,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T03:50:23.118Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.118Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.118Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.118Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007369705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "dcae-sch",
  "timestamp": 1648007369879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007366856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.119Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007373062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007369705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "dcae-sch",
  "timestamp": 1648007369879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.120Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007366856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007373062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.121Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007369705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.123Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "dcae-sch",
  "timestamp": 1648007369879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.123Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.124Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.124Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007366856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.125Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.125Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.126Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007373062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.127Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.127Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.128Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007377338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.129Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.129Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007369705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.129Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "dcae-sch",
  "timestamp": 1648007369879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.130Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.130Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.130Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007366856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007373062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.131Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.131Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007377338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.131Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007369705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "dcae-sch",
  "timestamp": 1648007369879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007366856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007373062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "cds",
  "timestamp": 1648007379647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007377338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007369705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "dcae-sch",
  "timestamp": 1648007369879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007366856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007373062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "cds",
  "timestamp": 1648007379647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007377338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007369705,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007367608,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "dcae-sch",
  "timestamp": 1648007369879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007366856,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007373062,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "cds",
  "timestamp": 1648007379647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007377338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007383223,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007382795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007383134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007383123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "cds",
  "timestamp": 1648007379647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007377338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007384129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:50:23.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007384328,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "cds",
  "timestamp": 1648007379647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007377338,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "policy-id",
  "timestamp": 1648007385137,
  "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-03-23T03:50:23.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
2022-03-23T03:50:23.151Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c399dfc-7df0-4cb2-8de5-9ecf157a802f 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-03-23T03:50:23.160Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "cds",
  "timestamp": 1648007379647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007385629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.162Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "cds",
  "timestamp": 1648007379647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007386654,
  "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-03-23T03:50:23.167Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
2022-03-23T03:50:23.168Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c399dfc-7df0-4cb2-8de5-9ecf157a802f 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-03-23T03:50:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007386123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007386831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007387660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T03:50:23.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "cds",
  "timestamp": 1648007387628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007386123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007388014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "cds",
  "timestamp": 1648007388635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-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-03-23T03:50:23.185Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
2022-03-23T03:50:23.186Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c399dfc-7df0-4cb2-8de5-9ecf157a802f 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-03-23T03:50:23.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007386123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007389227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.196Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007386123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007390501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T03:50:23.197Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007386123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.198Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007391536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T03:50:23.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007386123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007392540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-23T03:50:23.199Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007386123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007393544,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:50:23.200Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007394071,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007393647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.201Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007394251,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:50:23.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007393647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vfw6d41f54d26830_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.202Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "aai-ml",
  "timestamp": 1648007395258,
  "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-03-23T03:50:23.211Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
2022-03-23T03:50:23.211Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c399dfc-7df0-4cb2-8de5-9ecf157a802f 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-03-23T03:50:23.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007393647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.226Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.226Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.226Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007397470,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:50:23.227Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007393647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.227Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.227Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.227Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007398478,
  "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-03-23T03:50:23.232Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
2022-03-23T03:50:23.232Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c399dfc-7df0-4cb2-8de5-9ecf157a802f 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-03-23T03:50:23.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007393647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/resourceInstances/vfw6d41f54d26830/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.241Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.241Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.241Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007393647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:50:23.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007393647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:50:23.242Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:50:23.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007408572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:50:23.242Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.242Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.242Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007410581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220323034717/1.0/artifacts/service-Vfw20220323034717-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:50:23.243Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:50:23.243Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:50:23.243Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "clamp",
  "timestamp": 1648007411585,
  "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-03-23T03:50:23.248Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
2022-03-23T03:50:23.248Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c399dfc-7df0-4cb2-8de5-9ecf157a802f 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-03-23T03:50:24.571Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:50:24.589Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5c399dfc-7df0-4cb2-8de5-9ecf157a802f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:50:24.595Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:50:24.595Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T03:50:24.595Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T03:50:24.595Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T03:50:24.595Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:50:24.596Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:50:24.596Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:50:24.596Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:50:24.596Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:50:24.596Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T03:50:24.596Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-03-23T03:50:24.602Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T03:50:54.603Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c399dfc-7df0-4cb2-8de5-9ecf157a802f 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-03-23T03:50:54.608Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c399dfc-7df0-4cb2-8de5-9ecf157a802f and serviceModelVersionId: 5e36e701-1f69-4505-8222-62f97fabb6f0
2022-03-23T03:50:54.609Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e
2022-03-23T03:50:54.610Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e/model-vers/model-ver/5e36e701-1f69-4505-8222-62f97fabb6f0?depth=0
2022-03-23T03:50:54.614Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T03:50:54.666Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e/model-vers/model-ver/5e36e701-1f69-4505-8222-62f97fabb6f0?depth=0|INFO|500||Invoke
2022-03-23T03:50:54.667Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e/model-vers/model-ver/5e36e701-1f69-4505-8222-62f97fabb6f0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e/model-vers/model-ver/5e36e701-1f69-4505-8222-62f97fabb6f0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c399dfc-7df0-4cb2-8de5-9ecf157a802f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2cca196-e14b-4e8f-85c6-4e75f7ee4e5e], X-ECOMP-RequestID=[5c399dfc-7df0-4cb2-8de5-9ecf157a802f], X-TransactionId=[], X-ONAP-RequestID=[5c399dfc-7df0-4cb2-8de5-9ecf157a802f], Content-Type=[application/merge-patch+json]}
2022-03-23T03:50:54.692Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e/model-vers/model-ver/5e36e701-1f69-4505-8222-62f97fabb6f0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T03:50:54.986Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e/model-vers/model-ver/5e36e701-1f69-4505-8222-62f97fabb6f0?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/1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e/model-vers/model-ver/5e36e701-1f69-4505-8222-62f97fabb6f0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-03:50:54:512-82309], vertex-id=[184440], Content-Length=[0], Date=[Wed, 23 Mar 2022 03:50:54 GMT], Content-Type=[application/json]}
2022-03-23T03:50:54.987Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e/model-vers/model-ver/5e36e701-1f69-4505-8222-62f97fabb6f0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-23T03:50:54.988Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1c1a98a2-6e13-4cd9-a8ee-c03c2a05df3e/model-vers/model-ver/5e36e701-1f69-4505-8222-62f97fabb6f0?depth=0|INFO|500||InvokeReturn
2022-03-23T03:50:54.988Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T03:50:54.988Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-03-23T03:50:54.993Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||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-03-23T03:50:54.994Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c399dfc-7df0-4cb2-8de5-9ecf157a802f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T03:50:54.994Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T03:50:54.995Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:50:54.997Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:50:54.997Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007454994,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T03:50:55.097Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T03:50:55.099Z||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-03-23T03:50:55.099Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:50:55.116Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:50:55.116Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-23T03:50:56.011Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:50:56.012Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T03:50:56.012Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:51:05.564Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:51:05.565Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:51:05.566Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T03:51:05.566Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:51:15.108Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:51:15.110Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:51:15.111Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T03:51:15.111Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:51:22.462Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:51:22.463Z||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-03-23T03:51:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:51:23.085Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:51:23.085Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T03:51:23.085Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5c399dfc-7df0-4cb2-8de5-9ecf157a802f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007454994,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T03:51:23.086Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:51:24.662Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:51:24.662Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:51:24.663Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T03:51:24.663Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:51:34.239Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:52:22.460Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:52:22.462Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:52:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T03:52:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:52:22.463Z||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-03-23T03:52:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:52:32.006Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:52:32.018Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:53:22.461Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:53:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:53:22.463Z||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-03-23T03:53:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T03:53:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:53:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:53:32.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:53:32.007Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:54:22.461Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:54:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:54:22.462Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T03:54:22.463Z||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-03-23T03:54:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:54:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:54:32.012Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:54:32.016Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:55:22.461Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:55:22.462Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:55:22.463Z||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-03-23T03:55:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T03:55:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T03:55:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:55:32.011Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:55:32.011Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:56:22.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:56:22.461Z||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-03-23T03:56:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:56:22.462Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:56:22.463Z||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-03-23T03:56:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:56:32.007Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:56:32.014Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:57:22.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:57:22.461Z||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-03-23T03:57:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:57:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:57:22.463Z||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-03-23T03:57:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:57:32.007Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:57:32.010Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:58:22.460Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:58:22.462Z||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-03-23T03:58:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:58:22.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:58:22.464Z||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-03-23T03:58:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:58:23.094Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:58:23.094Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:58:23.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"563c3743-1d6a-4440-8717-d047bd06afac","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"13f2f68f-1379-440a-a523-af563e35a592","serviceDescription":"service","serviceInvariantUUID":"4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"f5d0e6e0-1513-4a0d-bc73-f90bd3ed11ec","resourceInvariantUUID":"11d55376-1db0-42dc-a833-5b62957a075c","resourceCustomizationUUID":"094fd8b6-83c5-4929-be21-fd226bf7fb5d","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":"ZDM2MjBmOWIyODI5ZmQ3ZTIxOTRkMTVmNDQ5MzIxNTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae486a1f-33ec-45d2-9d41-edee794d9b6f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjA1OTA1ZjBjOGQxNjQ4ZGRiODhiYjU3MGUwYTc5ZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"466ab76d-4cb0-43fa-a293-bdc2a7a5ba3e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T03:58:23.097Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.098Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007896123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:58:23.101Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.101Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.101Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "dcae-sch",
  "timestamp": 1648007889879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:58:23.102Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:58:23.102Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.103Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:58:23.103Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.103Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "policy-id",
  "timestamp": 1648007886857,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:58:23.103Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.104Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "cds",
  "timestamp": 1648007889648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:58:23.104Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.104Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.105Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007889705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:58:23.106Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.106Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007896123,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:58:23.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.107Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.107Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "dcae-sch",
  "timestamp": 1648007889879,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:58:23.107Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.108Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.108Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "policy-id",
  "timestamp": 1648007886857,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:58:23.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "cds",
  "timestamp": 1648007889648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:58:23.109Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007889705,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:58:23.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007897338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:58:23.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.110Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.110Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007897338,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:58:23.110Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:58:23.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "policy-id",
  "timestamp": 1648007899332,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:58:23.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:58:23.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007899492,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:58:23.111Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:58:23.111Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.111Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "cds",
  "timestamp": 1648007899426,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:58:23.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:58:23.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "policy-id",
  "timestamp": 1648007900344,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:58:23.112Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:58:23.112Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.112Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "cds",
  "timestamp": 1648007900438,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-03-23T03:58:23.117Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:58:23.117Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007902460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-23T03:58:23.137Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 563c3743-1d6a-4440-8717-d047bd06afac
2022-03-23T03:58:23.137Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 563c3743-1d6a-4440-8717-d047bd06afac 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-03-23T03:58:23.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007901239,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:58:23.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T03:58:23.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "policy-id",
  "timestamp": 1648007901348,
  "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-03-23T03:58:23.156Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 563c3743-1d6a-4440-8717-d047bd06afac
2022-03-23T03:58:23.157Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 563c3743-1d6a-4440-8717-d047bd06afac 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-03-23T03:58:23.171Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:58:23.171Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007902244,
  "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-03-23T03:58:23.177Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 563c3743-1d6a-4440-8717-d047bd06afac
2022-03-23T03:58:23.177Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 563c3743-1d6a-4440-8717-d047bd06afac 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-03-23T03:58:23.216Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-23T03:58:23.219Z||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-03-23T03:58:23.219Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:58:23.232Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:58:23.233Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:58:24.120Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T03:58:24.122Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:58:24.127Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:58:24.128Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007902460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T03:58:24.227Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T03:58:24.229Z||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-03-23T03:58:24.229Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:58:24.242Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:58:24.243Z||pool-52-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:58:25.129Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "13f2f68f-1379-440a-a523-af563e35a592",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "094fd8b6-83c5-4929-be21-fd226bf7fb5d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "f5d0e6e0-1513-4a0d-bc73-f90bd3ed11ec",
      "resourceInvariantUUID": "11d55376-1db0-42dc-a833-5b62957a075c",
      "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": "MjA1OTA1ZjBjOGQxNjQ4ZGRiODhiYjU3MGUwYTc5ZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "466ab76d-4cb0-43fa-a293-bdc2a7a5ba3e"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T03:58:25.131Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T03:58:25.131Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13f2f68f-1379-440a-a523-af563e35a592 ASDC
2022-03-23T03:58:25.132Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:563c3743-1d6a-4440-8717-d047bd06afac
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:13f2f68f-1379-440a-a523-af563e35a592
ServiceInvariantUUID:4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff
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:466ab76d-4cb0-43fa-a293-bdc2a7a5ba3e
ArtifactChecksum:MjA1OTA1ZjBjOGQxNjQ4ZGRiODhiYjU3MGUwYTc5ZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:094fd8b6-83c5-4929-be21-fd226bf7fb5d
ResourceInvariantUUID:11d55376-1db0-42dc-a833-5b62957a075c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:f5d0e6e0-1513-4a0d-bc73-f90bd3ed11ec
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-23T03:58:25.132Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13f2f68f-1379-440a-a523-af563e35a592 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-03-23T03:58:25.169Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:58:25.171Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-23T03:58:25.171Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-23T03:58:25.171Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 466ab76d-4cb0-43fa-a293-bdc2a7a5ba3e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-23T03:58:25.172Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-03-23T03:58:25.172Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-23T03:58:25.719Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-03-23T03:58:25.732Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 466ab76d-4cb0-43fa-a293-bdc2a7a5ba3e 52492
2022-03-23T03:58:25.733Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-23T03:58:25.733Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-23T03:58:25.733Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T03:58:25.734Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:58:25.736Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:58:25.736Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007905732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T03:58:25.838Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T03:58:25.839Z||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-03-23T03:58:25.839Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:58:25.883Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:58:25.884Z||pool-53-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-03-23T03:58:26.738Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T03:58:26.738Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-03-23T03:58:26.739Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 466ab76d-4cb0-43fa-a293-bdc2a7a5ba3e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-23T03:58:26.739Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-23T03:58:26.740Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-23T03:58:26.740Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-23T03:58:26.908Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1374112273429854849/Definitions/service-BasicNetwork-template.yml
2022-03-23T03:58:27.463Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T03:58:27.463Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.464Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.465Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-03-23T03:58:27.465Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.465Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.465Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-23T03:58:27.466Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-23T03:58:27.466Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:58:27.466Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.466Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.466Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-23T03:58:27.466Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-03-23T03:58:27.466Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T03:58:27.466Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.466Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.467Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.467Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.467Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.467Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.467Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.468Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.468Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.468Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.468Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:13f2f68f-1379-440a-a523-af563e35a592
Model Version:NULL
Model InvariantUuid:4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:11d55376-1db0-42dc-a833-5b62957a075c
Model UUID:258e88a9-2621-4bd9-b9d6-aeebf1f77784
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:094fd8b6-83c5-4929-be21-fd226bf7fb5d
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-03-23T03:58:27.476Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: f5d0e6e0-1513-4a0d-bc73-f90bd3ed11ec
2022-03-23T03:58:27.476Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||No resources found for Service: 13f2f68f-1379-440a-a523-af563e35a592
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-03-23T03:58:27.483Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||
2022-03-23T03:58:27.484Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-23T03:58:27.485Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 13f2f68f-1379-440a-a523-af563e35a592
2022-03-23T03:58:27.485Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 13f2f68f-1379-440a-a523-af563e35a592
2022-03-23T03:58:27.485Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-23T03:58:27.486Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.492Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3700bf87, org.onap.sdc.toscaparser.api.parameters.Input@3086df95, org.onap.sdc.toscaparser.api.parameters.Input@4a9e49da, org.onap.sdc.toscaparser.api.parameters.Input@9fac0eb, org.onap.sdc.toscaparser.api.parameters.Input@3b34bad4]
2022-03-23T03:58:27.493Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.494Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.494Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.494Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.494Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 13f2f68f-1379-440a-a523-af563e35a592: Generic NeutronNet
2022-03-23T03:58:27.495Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.495Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.495Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.495Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.536Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.537Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.537Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.537Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.538Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T03:58:27.538Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T03:58:27.538Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T03:58:27.605Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-23T03:58:27.606Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-23T03:58:27.606Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-23T03:58:27.606Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T03:58:27.607Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-23T03:58:27.609Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T03:58:27.610Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007907605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T03:58:27.718Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms
2022-03-23T03:58:27.719Z||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-03-23T03:58:27.719Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T03:58:27.743Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:58:27.744Z||pool-54-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-03-23T03:58:28.611Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:58:28.624Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:58:28.628Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:58:28.629Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:58:28.629Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:58:58.630Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:58:58.641Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:58:58.644Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:58:58.644Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:58:58.644Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:59:22.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T03:59:22.464Z||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-03-23T03:59:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T03:59:22.588Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T03:59:22.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T03:59:22.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007902460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T03:59:22.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T03:59:28.645Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:59:28.668Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:59:28.677Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:59:28.677Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:59:28.677Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T03:59:58.677Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T03:59:58.692Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T03:59:58.695Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T03:59:58.695Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T03:59:58.696Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:00:22.463Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:00:22.465Z||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-03-23T04:00:22.465Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:00:22.531Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:00:22.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007902460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:00:22.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:00:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "clamp",
  "timestamp": 1648007903648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:00:22.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:00:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "clamp",
  "timestamp": 1648007903648,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:00:22.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:00:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007905732,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:00:22.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:00:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648007907605,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:00:22.536Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:00:22.536Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "aai-ml",
  "timestamp": 1648007913062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:00:22.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:00:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "clamp",
  "timestamp": 1648007914639,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:00:22.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:00:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "aai-ml",
  "timestamp": 1648007913062,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:00:22.538Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:00:22.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.538Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "aai-ml",
  "timestamp": 1648007915987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:00:22.538Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:00:22.538Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "clamp",
  "timestamp": 1648007916658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:00:22.539Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:00:22.539Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.539Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "clamp",
  "timestamp": 1648007917661,
  "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-03-23T04:00:22.546Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 563c3743-1d6a-4440-8717-d047bd06afac
2022-03-23T04:00:22.546Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 563c3743-1d6a-4440-8717-d047bd06afac 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-03-23T04:00:22.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "aai-ml",
  "timestamp": 1648007920981,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:00:22.557Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:00:22.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:00:22.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "aai-ml",
  "timestamp": 1648007921986,
  "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-03-23T04:00:22.561Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 563c3743-1d6a-4440-8717-d047bd06afac
2022-03-23T04:00:22.561Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 563c3743-1d6a-4440-8717-d047bd06afac 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-03-23T04:00:28.696Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:00:28.707Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:00:28.710Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:00:28.710Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:00:28.710Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T04:00:28.710Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T04:00:28.710Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:00:28.710Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:00:28.710Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:00:28.711Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:00:28.711Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:00:28.711Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:00:28.711Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T04:00:28.718Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T04:00:58.718Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 563c3743-1d6a-4440-8717-d047bd06afac 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-03-23T04:00:58.724Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 563c3743-1d6a-4440-8717-d047bd06afac and serviceModelVersionId: 13f2f68f-1379-440a-a523-af563e35a592
2022-03-23T04:00:58.725Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff
2022-03-23T04:00:58.726Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff/model-vers/model-ver/13f2f68f-1379-440a-a523-af563e35a592?depth=0
2022-03-23T04:00:58.734Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T04:00:58.814Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff/model-vers/model-ver/13f2f68f-1379-440a-a523-af563e35a592?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-03-23T04:00:58.817Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff/model-vers/model-ver/13f2f68f-1379-440a-a523-af563e35a592?depth=0|INFO|500||Invoke
2022-03-23T04:00:58.854Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff/model-vers/model-ver/13f2f68f-1379-440a-a523-af563e35a592?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T04:00:59.102Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff/model-vers/model-ver/13f2f68f-1379-440a-a523-af563e35a592?depth=0|INFO|500||InvokeReturn
2022-03-23T04:00:59.105Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c8939c3-f052-4fb8-a6fe-4f5b8c8f74ff/model-vers/model-ver/13f2f68f-1379-440a-a523-af563e35a592?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220323-04:00:58:674-87787], vertex-id=[442448], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:00:58 GMT], Content-Type=[application/json]}
2022-03-23T04:00:59.107Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-03-23T04:00:59.107Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T04:00:59.108Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T04:00:59.115Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||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-03-23T04:00:59.116Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 563c3743-1d6a-4440-8717-d047bd06afac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T04:00:59.116Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T04:00:59.127Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:00:59.133Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:00:59.134Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008059116,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:00:59.234Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:00:59.235Z||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-03-23T04:00:59.235Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:00:59.254Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:00:59.254Z||pool-55-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-03-23T04:01:00.147Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:01:00.148Z||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-03-23T04:01:00.148Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:04.496Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:04.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-23T04:01:04.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"8cfcea02-39a4-419b-8c90-fff504bf0bc1","serviceName":"Demo_pNF_YRXXRKQIPRLCmOM9OLI3","serviceVersion":"1.0","serviceUUID":"31152a99-9ab2-4e3b-a47d-77e3e426aadc","serviceDescription":"catalog service description","serviceInvariantUUID":"f812b526-a408-4b57-893d-4ec911de93fe","resources":[{"resourceInstanceName":"pNF d5f59689-de49 0","resourceName":"pNF d5f59689-de49","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e4cb9f04-3352-4e15-994c-5d70e657d476","resourceInvariantUUID":"a6103117-7fe3-4926-b641-d98297990a9f","resourceCustomizationUUID":"b9005dc4-0b32-4b98-a752-1c61b14fee30","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml","artifactChecksum":"MTdmZTJlN2MyNzJiY2VlYTU5MjFiOWMxZTIwZjY5MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2151c07-edc4-443b-98b8-4c0d10f9f91f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar","artifactChecksum":"MTA4ZTAxYzJjN2MxYjBlYzljNzBmY2NmOGM5NjZiODQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"07bb3fa4-ae15-40a7-8ba1-57e33c76b9cb","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a863601e-1d17-4f94-b728-d26f7609f3c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml","artifactChecksum":"YzI1MDZkNzFjZmM1YzBjODVkN2RiNmNjN2I1NGE4MzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9f28a485-49fb-41e7-945b-bff951cc9c9f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bbfb5ddc-a1cb-4110-a710-7b335f9d7398","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"684356c0-040e-4fea-a48c-f2e624cd5745","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml","artifactChecksum":"Nzg5YjJlYmJjMWU4MGJhNDI0YTkyNTZjMDFjYWY0ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dda5ded1-72a8-45cf-b3d3-77ea4beee0ab","artifactVersion":"1"},{"artifactName":"service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar","artifactChecksum":"ODJkYmE2ODliOWRkYzQxNGE4MDAwZGM4NzVlMTA2Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3adaa175-9849-43ea-bf1d-b918305a5ef2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T04:01:04.502Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:01:04.503Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:04.506Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:04.506Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:04.606Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:01:04.607Z||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-03-23T04:01:04.607Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:04.614Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:04.615Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:01:05.507Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:01:05.508Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:05.512Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:05.512Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:05.613Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:01:05.614Z||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-03-23T04:01:05.615Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:05.624Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:05.625Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:01:06.513Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:01:06.514Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:06.527Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:06.527Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:06.618Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-23T04:01:06.619Z||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-03-23T04:01:06.619Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:06.634Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:06.635Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:01:07.528Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:01:07.529Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:07.540Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:07.541Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:07.641Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:01:07.642Z||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-03-23T04:01:07.642Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:07.655Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:07.657Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:01:08.541Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:01:08.547Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:08.551Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:08.551Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:08.651Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:01:08.652Z||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-03-23T04:01:08.652Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:08.662Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:08.662Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:01:09.552Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:01:09.554Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:09.556Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:09.557Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:09.657Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:01:09.658Z||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-03-23T04:01:09.659Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:09.689Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:09.689Z||pool-61-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:01:10.559Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:01:10.560Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:10.574Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:10.575Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:10.663Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms
2022-03-23T04:01:10.664Z||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-03-23T04:01:10.664Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:10.676Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:10.676Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:01:11.575Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:01:11.576Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:11.578Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:11.578Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:11.679Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T04:01:11.680Z||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-03-23T04:01:11.680Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:11.691Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:11.691Z||pool-63-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:01:12.579Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "serviceName": "Demo_pNF_YRXXRKQIPRLCmOM9OLI3",
  "serviceVersion": "1.0",
  "serviceUUID": "31152a99-9ab2-4e3b-a47d-77e3e426aadc",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "f812b526-a408-4b57-893d-4ec911de93fe",
  "resources": [
    {
      "resourceInstanceName": "pNF d5f59689-de49 0",
      "resourceCustomizationUUID": "b9005dc4-0b32-4b98-a752-1c61b14fee30",
      "resourceName": "pNF d5f59689-de49",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "e4cb9f04-3352-4e15-994c-5d70e657d476",
      "resourceInvariantUUID": "a6103117-7fe3-4926-b641-d98297990a9f",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
      "artifactChecksum": "ODJkYmE2ODliOWRkYzQxNGE4MDAwZGM4NzVlMTA2Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3adaa175-9849-43ea-bf1d-b918305a5ef2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T04:01:12.580Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T04:01:12.580Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 31152a99-9ab2-4e3b-a47d-77e3e426aadc ASDC
2022-03-23T04:01:12.581Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:8cfcea02-39a4-419b-8c90-fff504bf0bc1
ServiceName:Demo_pNF_YRXXRKQIPRLCmOM9OLI3
ServiceVersion:1.0
ServiceUUID:31152a99-9ab2-4e3b-a47d-77e3e426aadc
ServiceInvariantUUID:f812b526-a408-4b57-893d-4ec911de93fe
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
ArtifactUUID:3adaa175-9849-43ea-bf1d-b918305a5ef2
ArtifactChecksum:ODJkYmE2ODliOWRkYzQxNGE4MDAwZGM4NzVlMTA2Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d5f59689-de49 0
ResourceCustomizationUUID:b9005dc4-0b32-4b98-a752-1c61b14fee30
ResourceInvariantUUID:a6103117-7fe3-4926-b641-d98297990a9f
ResourceName:pNF d5f59689-de49
ResourceType:PNF
ResourceUUID:e4cb9f04-3352-4e15-994c-5d70e657d476
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-23T04:01:12.581Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 31152a99-9ab2-4e3b-a47d-77e3e426aadc 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-03-23T04:01:12.617Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:01:12.618Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:01:12.618Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:01:12.619Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3adaa175-9849-43ea-bf1d-b918305a5ef2 from URL: /sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:12.619Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:01:12.619Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:12.826Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:01:12.830Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar 3adaa175-9849-43ea-bf1d-b918305a5ef2 82636
2022-03-23T04:01:12.830Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar ASDC sendASDCNotification
2022-03-23T04:01:12.830Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:12.831Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:01:12.831Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:12.833Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:12.833Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008072830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:12.935Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-23T04:01:12.936Z||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-03-23T04:01:12.936Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:12.968Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:12.968Z||pool-64-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:01:13.846Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:01:13.846Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:01:13.847Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3adaa175-9849-43ea-bf1d-b918305a5ef2, URL: /sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar to file: /app/ASDC/1/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:13.847Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:13.848Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:13.848Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:14.348Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3333217129220526722/Definitions/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml
2022-03-23T04:01:15.257Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T04:01:15.258Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:01:15.258Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:15.258Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-23T04:01:15.258Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||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-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:15.258Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:15.258Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||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-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:15.259Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|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-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:15.259Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|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-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:15.259Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|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-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:15.259Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d5f59689-de49 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-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:15.259Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:01:15.259Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:01:15.259Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YRXXRKQIPRLCmOM9OLI3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:01:15.260Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Node template pNF d5f59689-de49 0 is matching search criteria
2022-03-23T04:01:15.260Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:01:15.260Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d5f59689-de49 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:01:15.260Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:01:15.260Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YRXXRKQIPRLCmOM9OLI3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:01:15.260Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Node template pNF d5f59689-de49 0 is matching search criteria
2022-03-23T04:01:15.261Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:01:15.261Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF d5f59689-de49 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:01:15.261Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:01:15.261Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YRXXRKQIPRLCmOM9OLI3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:01:15.261Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:01:15.261Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YRXXRKQIPRLCmOM9OLI3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:01:15.261Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:01:15.262Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YRXXRKQIPRLCmOM9OLI3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:01:15.262Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:01:15.262Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YRXXRKQIPRLCmOM9OLI3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:01:15.262Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:01:15.262Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YRXXRKQIPRLCmOM9OLI3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:01:15.262Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_YRXXRKQIPRLCmOM9OLI3
Description:catalog service description
Model UUID:31152a99-9ab2-4e3b-a47d-77e3e426aadc
Model Version:NULL
Model InvariantUuid:f812b526-a408-4b57-893d-4ec911de93fe
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-03-23T04:01:15.269Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: e4cb9f04-3352-4e15-994c-5d70e657d476
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-03-23T04:01:15.272Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||pNF d5f59689-de49 0
2022-03-23T04:01:15.272Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e4cb9f04-3352-4e15-994c-5d70e657d476
2022-03-23T04:01:15.273Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 31152a99-9ab2-4e3b-a47d-77e3e426aadc
2022-03-23T04:01:15.273Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 31152a99-9ab2-4e3b-a47d-77e3e426aadc
2022-03-23T04:01:15.273Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d5f59689-de49 0 e4cb9f04-3352-4e15-994c-5d70e657d476 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-03-23T04:01:15.277Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@626c8839, org.onap.sdc.toscaparser.api.parameters.Input@1ce74d7, org.onap.sdc.toscaparser.api.parameters.Input@5134b28d, org.onap.sdc.toscaparser.api.parameters.Input@ce661ec, org.onap.sdc.toscaparser.api.parameters.Input@acd1d09]
2022-03-23T04:01:15.278Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:01:15.278Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YRXXRKQIPRLCmOM9OLI3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:01:15.278Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 31152a99-9ab2-4e3b-a47d-77e3e426aadc: pNF d5f59689-de49
2022-03-23T04:01:15.278Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||Processing PNF resource: e4cb9f04-3352-4e15-994c-5d70e657d476
2022-03-23T04:01:15.279Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:01:15.279Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YRXXRKQIPRLCmOM9OLI3 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:01:15.279Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||Resource customization UUID: b9005dc4-0b32-4b98-a752-1c61b14fee30 is the same as notified resource customizationUUID: b9005dc4-0b32-4b98-a752-1c61b14fee30
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-03-23T04:01:15.330Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d5f59689-de49 e4cb9f04-3352-4e15-994c-5d70e657d476 0 ASDC deployResourceStructure
2022-03-23T04:01:15.331Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar ASDC sendASDCNotification
2022-03-23T04:01:15.331Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar
2022-03-23T04:01:15.331Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:01:15.332Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:01:15.334Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:01:15.334Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008075331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:01:15.434Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:01:15.435Z||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-03-23T04:01:15.435Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:15.443Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:15.444Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:01:16.335Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cfcea02-39a4-419b-8c90-fff504bf0bc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:01:16.352Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cfcea02-39a4-419b-8c90-fff504bf0bc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:01:16.354Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:01:16.355Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:01:16.355Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:01:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:01:22.463Z||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-03-23T04:01:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:01:22.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:01:22.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007963647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007966856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007964647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648007969879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007969705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007963647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007966856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007964647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648007969879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007969705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007963647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007966856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007964647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648007969879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007969705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007963647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007966856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007964647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648007969879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007969705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007963647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007966856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007964647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007973062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648007969879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007969705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007963647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007966856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007964647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007973062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.502Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648007969879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007969705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007963647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007966856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007964647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007973062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.504Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648007969879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007969705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007963647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.505Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007966856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007964647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007973062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.506Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "dcae-sch",
  "timestamp": 1648007969879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648007969705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.507Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007977616,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007977825,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007973062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007977338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007978624,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:01:22.509Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "cds",
  "timestamp": 1648007978842,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-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-03-23T04:01:22.516Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8cfcea02-39a4-419b-8c90-fff504bf0bc1
2022-03-23T04:01:22.517Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cfcea02-39a4-419b-8c90-fff504bf0bc1 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-03-23T04:01:22.526Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.526Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007973062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007977338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.527Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.527Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "policy-id",
  "timestamp": 1648007979627,
  "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-03-23T04:01:22.533Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8cfcea02-39a4-419b-8c90-fff504bf0bc1
2022-03-23T04:01:22.533Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cfcea02-39a4-419b-8c90-fff504bf0bc1 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-03-23T04:01:22.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007973062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007977338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007973062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007977338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007981896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.545Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007977338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007977338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.546Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007977338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007977338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007986651,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.549Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007986604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.550Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007987781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:01:22.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007987778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:01:22.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007988662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:01:22.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "aai-ml",
  "timestamp": 1648007988785,
  "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-03-23T04:01:22.559Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8cfcea02-39a4-419b-8c90-fff504bf0bc1
2022-03-23T04:01:22.559Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cfcea02-39a4-419b-8c90-fff504bf0bc1 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-03-23T04:01:22.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648007988784,
  "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-03-23T04:01:22.572Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8cfcea02-39a4-419b-8c90-fff504bf0bc1
2022-03-23T04:01:22.572Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cfcea02-39a4-419b-8c90-fff504bf0bc1 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-03-23T04:01:22.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "clamp",
  "timestamp": 1648007989667,
  "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-03-23T04:01:22.585Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8cfcea02-39a4-419b-8c90-fff504bf0bc1
2022-03-23T04:01:22.585Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cfcea02-39a4-419b-8c90-fff504bf0bc1 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-03-23T04:01:22.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007995193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007997259,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:01:22.595Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648007998264,
  "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-03-23T04:01:22.600Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8cfcea02-39a4-419b-8c90-fff504bf0bc1
2022-03-23T04:01:22.601Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8cfcea02-39a4-419b-8c90-fff504bf0bc1 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-03-23T04:01:22.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008009705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008003062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "dcae-sch",
  "timestamp": 1648008009879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008006856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008009648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008003062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "dcae-sch",
  "timestamp": 1648008009879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008009705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.614Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008006856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008009648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.615Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.615Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008009705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.615Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "dcae-sch",
  "timestamp": 1648008009879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008003062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008006856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008009648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.616Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008009705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "dcae-sch",
  "timestamp": 1648008009879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008009648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008006856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.617Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008003062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008009705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008003062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.618Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "dcae-sch",
  "timestamp": 1648008009879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008006856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008009648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.619Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008009705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008003062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "dcae-sch",
  "timestamp": 1648008009879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008006856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.620Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008009648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.621Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.621Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008003062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.621Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008009705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.622Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "dcae-sch",
  "timestamp": 1648008009879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008006856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008009648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008009705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008003062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "dcae-sch",
  "timestamp": 1648008009879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008006856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008009648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008009705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008003062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "dcae-sch",
  "timestamp": 1648008009879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008006856,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008009648,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:01:22.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.628Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.628Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.628Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008021565,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008021899,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.629Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008022023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008022199,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:01:22.630Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:01:22.630Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:01:22.630Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:01:22.630Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:01:46.355Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8cfcea02-39a4-419b-8c90-fff504bf0bc1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:01:46.368Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8cfcea02-39a4-419b-8c90-fff504bf0bc1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:01:46.371Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:01:46.371Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:01:46.371Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T04:01:46.371Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T04:01:46.371Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:01:46.371Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:01:46.372Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:01:46.372Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:01:46.372Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:01:46.372Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:01:46.372Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:01:46.372Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|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-03-23T04:01:46.377Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T04:02:16.378Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8cfcea02-39a4-419b-8c90-fff504bf0bc1 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-03-23T04:02:16.384Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8cfcea02-39a4-419b-8c90-fff504bf0bc1 and serviceModelVersionId: 31152a99-9ab2-4e3b-a47d-77e3e426aadc
2022-03-23T04:02:16.384Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f812b526-a408-4b57-893d-4ec911de93fe
2022-03-23T04:02:16.384Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f812b526-a408-4b57-893d-4ec911de93fe/model-vers/model-ver/31152a99-9ab2-4e3b-a47d-77e3e426aadc?depth=0
2022-03-23T04:02:16.388Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T04:02:16.439Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f812b526-a408-4b57-893d-4ec911de93fe/model-vers/model-ver/31152a99-9ab2-4e3b-a47d-77e3e426aadc?depth=0|INFO|500||Invoke
2022-03-23T04:02:16.440Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f812b526-a408-4b57-893d-4ec911de93fe/model-vers/model-ver/31152a99-9ab2-4e3b-a47d-77e3e426aadc?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f812b526-a408-4b57-893d-4ec911de93fe/model-vers/model-ver/31152a99-9ab2-4e3b-a47d-77e3e426aadc?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8cfcea02-39a4-419b-8c90-fff504bf0bc1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc37eb25-de2b-436d-b0e5-6578f2e412e8], X-ECOMP-RequestID=[8cfcea02-39a4-419b-8c90-fff504bf0bc1], X-TransactionId=[], X-ONAP-RequestID=[8cfcea02-39a4-419b-8c90-fff504bf0bc1], Content-Type=[application/merge-patch+json]}
2022-03-23T04:02:16.456Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f812b526-a408-4b57-893d-4ec911de93fe/model-vers/model-ver/31152a99-9ab2-4e3b-a47d-77e3e426aadc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T04:02:16.841Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f812b526-a408-4b57-893d-4ec911de93fe/model-vers/model-ver/31152a99-9ab2-4e3b-a47d-77e3e426aadc?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/f812b526-a408-4b57-893d-4ec911de93fe/model-vers/model-ver/31152a99-9ab2-4e3b-a47d-77e3e426aadc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-04:02:16:279-24161], vertex-id=[217096], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:02:16 GMT], Content-Type=[application/json]}
2022-03-23T04:02:16.842Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f812b526-a408-4b57-893d-4ec911de93fe/model-vers/model-ver/31152a99-9ab2-4e3b-a47d-77e3e426aadc?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-23T04:02:16.843Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f812b526-a408-4b57-893d-4ec911de93fe/model-vers/model-ver/31152a99-9ab2-4e3b-a47d-77e3e426aadc?depth=0|INFO|500||InvokeReturn
2022-03-23T04:02:16.844Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T04:02:16.844Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|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-03-23T04:02:16.849Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|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-03-23T04:02:16.850Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8cfcea02-39a4-419b-8c90-fff504bf0bc1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T04:02:16.850Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T04:02:16.850Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:16.853Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:16.853Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008136850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:02:16.953Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:16.954Z||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-03-23T04:02:16.954Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:16.969Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:16.969Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 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-03-23T04:02:17.863Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-23T04:02:17.864Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"031844b9-127c-413a-8de3-841a38e73c57","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6b14811b-402f-4ace-94f3-6a9e75eeaddd","serviceDescription":"service","serviceInvariantUUID":"8f338e31-6371-483a-9a0b-98626ac58ccc","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c2ef3c02-c670-4320-b99c-a3c0322b4e34","resourceInvariantUUID":"fc22db44-7758-4f64-98f1-759bf1e3cda4","resourceCustomizationUUID":"3327c56e-a395-458e-a261-f49c6d88aadc","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":"OWE3NWY0YTJlNjc3OGQ4OWJiYjU3M2RiZTAzZGMwNWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4168cff-52b1-46a4-a734-99375ba5a537","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":"8f19600d-6865-4314-92d9-cc2b8436a15f","artifactVersion":"2","generatedFromUUID":"c3533714-8272-42ed-8077-9e9e09933016"},{"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":"c3533714-8272-42ed-8077-9e9e09933016","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":"MmJiOTRiZGE3NDRkMjg3NTlkNGNhMGJjY2QzNzgyNGQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ad73a5e-1cea-44c0-aab7-f598092a0047","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":"c2df58e6-3720-468f-b208-5c4719390ee4","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":"09cf65d1-98ac-4718-a4b0-3d845ea72764","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":"e6369622-af7b-4608-ad9c-dd35e5b175c2","artifactVersion":"2","generatedFromUUID":"c2df58e6-3720-468f-b208-5c4719390ee4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZjBiMWEzYzNjNTE5Mzk5M2UzMzU3YzE3ZTBjYWMyM2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"94771973-0877-41dc-9efc-5ce8d2dce8f1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDVkNjZhMGY2M2Q3MTM4ZTZlMzhiZjdiMjhhYTBmZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"37763f5b-2ebe-4334-9492-7ff4bbffcac2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T04:02:17.864Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:02:17.864Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:17.866Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:17.866Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:02:17.967Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T04:02:17.968Z||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-03-23T04:02:17.968Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:17.978Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:17.978Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:18.870Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:02:18.870Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:18.881Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:18.882Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-23T04:02:18.980Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-23T04:02:18.982Z||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-03-23T04:02:18.982Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:18.992Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:18.992Z||pool-68-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:02:19.882Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:02:19.883Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:19.885Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:19.885Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-23T04:02:19.986Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:02:19.986Z||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-03-23T04:02:19.986Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:19.998Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:19.999Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:20.886Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:02:20.892Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:20.894Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:20.894Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:02:20.994Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:20.995Z||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-03-23T04:02:20.995Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:21.006Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:21.006Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:21.894Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:02:21.895Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:21.897Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:21.897Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:02:21.997Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:21.998Z||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-03-23T04:02:21.998Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:22.013Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:22.014Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:02:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:02:22.463Z||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-03-23T04:02:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:22.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:22.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:02:22.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:02:22.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:02:22.897Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:02:22.898Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:22.900Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:22.900Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:02:23.000Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:23.001Z||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-03-23T04:02:23.001Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:23.014Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:23.015Z||pool-72-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:23.901Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:02:23.902Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:23.904Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:23.904Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-23T04:02:24.004Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:02:24.006Z||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-03-23T04:02:24.006Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:24.023Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:24.024Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:24.907Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:02:24.914Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:24.920Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:24.920Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:02:25.019Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-23T04:02:25.019Z||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-03-23T04:02:25.020Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:25.028Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:25.029Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:25.921Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:02:25.922Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:25.924Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:25.924Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:02:26.024Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:26.026Z||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-03-23T04:02:26.026Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:26.037Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:26.038Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:26.926Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6b14811b-402f-4ace-94f3-6a9e75eeaddd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8f338e31-6371-483a-9a0b-98626ac58ccc",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "3327c56e-a395-458e-a261-f49c6d88aadc",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c2ef3c02-c670-4320-b99c-a3c0322b4e34",
      "resourceInvariantUUID": "fc22db44-7758-4f64-98f1-759bf1e3cda4",
      "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": "8f19600d-6865-4314-92d9-cc2b8436a15f",
          "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": "c3533714-8272-42ed-8077-9e9e09933016",
          "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": "MmJiOTRiZGE3NDRkMjg3NTlkNGNhMGJjY2QzNzgyNGQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ad73a5e-1cea-44c0-aab7-f598092a0047",
          "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": "c2df58e6-3720-468f-b208-5c4719390ee4",
          "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": "e6369622-af7b-4608-ad9c-dd35e5b175c2",
            "generatedFromUUID": "c2df58e6-3720-468f-b208-5c4719390ee4"
          },
          "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": "e6369622-af7b-4608-ad9c-dd35e5b175c2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDVkNjZhMGY2M2Q3MTM4ZTZlMzhiZjdiMjhhYTBmZTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "37763f5b-2ebe-4334-9492-7ff4bbffcac2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T04:02:26.926Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T04:02:26.927Z|8cfcea02-39a4-419b-8c90-fff504bf0bc1|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6b14811b-402f-4ace-94f3-6a9e75eeaddd ASDC
2022-03-23T04:02:26.927Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:031844b9-127c-413a-8de3-841a38e73c57
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6b14811b-402f-4ace-94f3-6a9e75eeaddd
ServiceInvariantUUID:8f338e31-6371-483a-9a0b-98626ac58ccc
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:37763f5b-2ebe-4334-9492-7ff4bbffcac2
ArtifactChecksum:ZDVkNjZhMGY2M2Q3MTM4ZTZlMzhiZjdiMjhhYTBmZTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:3327c56e-a395-458e-a261-f49c6d88aadc
ResourceInvariantUUID:fc22db44-7758-4f64-98f1-759bf1e3cda4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c2ef3c02-c670-4320-b99c-a3c0322b4e34
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:8f19600d-6865-4314-92d9-cc2b8436a15f
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:c3533714-8272-42ed-8077-9e9e09933016
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:5ad73a5e-1cea-44c0-aab7-f598092a0047
ArtifactChecksum:MmJiOTRiZGE3NDRkMjg3NTlkNGNhMGJjY2QzNzgyNGQ=
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:c2df58e6-3720-468f-b208-5c4719390ee4
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:e6369622-af7b-4608-ad9c-dd35e5b175c2
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:e6369622-af7b-4608-ad9c-dd35e5b175c2
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-23T04:02:26.927Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6b14811b-402f-4ace-94f3-6a9e75eeaddd 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-03-23T04:02:26.960Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:02:26.961Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:02:26.962Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:02:26.962Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 37763f5b-2ebe-4334-9492-7ff4bbffcac2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-23T04:02:26.962Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:02:26.962Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-23T04:02:27.215Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:02:27.219Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 37763f5b-2ebe-4334-9492-7ff4bbffcac2 68929
2022-03-23T04:02:27.220Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-23T04:02:27.220Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-23T04:02:27.220Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:02:27.220Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:27.223Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:27.223Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008147220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:02:27.324Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T04:02:27.325Z||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-03-23T04:02:27.325Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:27.334Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:27.334Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:28.224Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:02:28.225Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:02:28.225Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 37763f5b-2ebe-4334-9492-7ff4bbffcac2, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-23T04:02:28.226Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-03-23T04:02:28.227Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-23T04:02:28.227Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-23T04:02:28.335Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12275083097941621508/Definitions/service-BasicCnf-template.yml
2022-03-23T04:02:29.511Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T04:02:29.512Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:02:29.512Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-03-23T04:02:29.512Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-03-23T04:02:29.512Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:29.512Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:29.512Z|031844b9-127c-413a-8de3-841a38e73c57|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-BasicCnf-csar.csar
2022-03-23T04:02:29.513Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:29.513Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:02:29.513Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.513Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:29.513Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-23T04:02:29.513Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:02:29.514Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:02:29.514Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.514Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:29.514Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-23T04:02:29.514Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:02:29.515Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:02:29.515Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.515Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:29.515Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.515Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-23T04:02:29.515Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-03-23T04:02:29.516Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template dummy is not matching search criteria
2022-03-23T04:02:29.516Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T04:02:29.516Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.516Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T04:02:29.516Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.517Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-23T04:02:29.517Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:02:29.517Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.517Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-23T04:02:29.517Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:02:29.517Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.518Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-23T04:02:29.518Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:02:29.518Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.518Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-23T04:02:29.518Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-23T04:02:29.518Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0cf06797-4243-4059-98db-1e7939394793
2022-03-23T04:02:29.519Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.519Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:29.519Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.519Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:29.519Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.519Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:29.520Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:29.520Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:29.520Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6b14811b-402f-4ace-94f3-6a9e75eeaddd
Model Version:NULL
Model InvariantUuid:8f338e31-6371-483a-9a0b-98626ac58ccc
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:3d5e645d-0da3-43e4-befb-1de4dcccf3be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fc22db44-7758-4f64-98f1-759bf1e3cda4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3327c56e-a395-458e-a261-f49c6d88aadc
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d553c831-aedf-41a2-a79a-576b292497d9
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:dc1ed460-e70d-4a7a-bcb8-60757cea33c9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0cf06797-4243-4059-98db-1e7939394793
ModelInvariantUuid:9125cbeb-7817-4621-8dff-363c90d69c81
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:8fc4376f-44a1-40d4-b3e4-6a5f7c9ccb0b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:b2b3c564-66b8-47c2-9b03-64f880a2038e
ModelInvariantUuid:033c8f83-503a-4c33-98af-91c614ab9cfb
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:fb09bd9f-2920-495f-93af-8419d9454337
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-03-23T04:02:29.526Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: c2ef3c02-c670-4320-b99c-a3c0322b4e34
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-03-23T04:02:29.530Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||basic_cnf 0
2022-03-23T04:02:29.530Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c2ef3c02-c670-4320-b99c-a3c0322b4e34
2022-03-23T04:02:29.530Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8f19600d-6865-4314-92d9-cc2b8436a15f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-03-23T04:02:29.530Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:02:29.530Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:29.585Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:02:29.586Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8f19600d-6865-4314-92d9-cc2b8436a15f 12
2022-03-23T04:02:29.586Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:29.586Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:29.587Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:02:29.587Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:29.589Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:29.589Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008149586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:02:29.689Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:29.690Z||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-03-23T04:02:29.690Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:29.698Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:29.698Z||pool-77-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:30.589Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c3533714-8272-42ed-8077-9e9e09933016 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-03-23T04:02:30.590Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:02:30.590Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:30.635Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:02:30.635Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c3533714-8272-42ed-8077-9e9e09933016 2688
2022-03-23T04:02:30.636Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:30.636Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:30.636Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:02:30.636Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:30.638Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:30.638Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008150636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:02:30.738Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:30.739Z||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-03-23T04:02:30.739Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:30.751Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:30.751Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:02:31.639Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5ad73a5e-1cea-44c0-aab7-f598092a0047 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-03-23T04:02:31.640Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:02:31.641Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:31.739Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:02:31.740Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 5ad73a5e-1cea-44c0-aab7-f598092a0047 828
2022-03-23T04:02:31.740Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:31.741Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:31.741Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:02:31.741Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:31.744Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:31.744Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008151740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:02:31.844Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:31.845Z||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-03-23T04:02:31.845Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:31.855Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:31.856Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:02:32.745Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d553c831-aedf-41a2-a79a-576b292497d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc1ed460-e70d-4a7a-bcb8-60757cea33c9",
    "vfModuleModelCustomizationUUID": "7beb6df5-1e11-4e42-b0d2-23a67f66e32d",
    "isBase": true,
    "artifacts": [
      "c3533714-8272-42ed-8077-9e9e09933016",
      "c2df58e6-3720-468f-b208-5c4719390ee4",
      "e6369622-af7b-4608-ad9c-dd35e5b175c2"
    ],
    "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-03-23T04:02:32.751Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc1ed460-e70d-4a7a-bcb8-60757cea33c9
VfModuleModelInvariantUUID:d553c831-aedf-41a2-a79a-576b292497d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3533714-8272-42ed-8077-9e9e09933016
,
c2df58e6-3720-468f-b208-5c4719390ee4
,
e6369622-af7b-4608-ad9c-dd35e5b175c2

}
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-03-23T04:02:32.754Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "d553c831-aedf-41a2-a79a-576b292497d9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "dc1ed460-e70d-4a7a-bcb8-60757cea33c9",
    "vfModuleModelCustomizationUUID": "7beb6df5-1e11-4e42-b0d2-23a67f66e32d",
    "isBase": true,
    "artifacts": [
      "c3533714-8272-42ed-8077-9e9e09933016",
      "c2df58e6-3720-468f-b208-5c4719390ee4",
      "e6369622-af7b-4608-ad9c-dd35e5b175c2"
    ],
    "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-03-23T04:02:32.754Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:dc1ed460-e70d-4a7a-bcb8-60757cea33c9
VfModuleModelInvariantUUID:d553c831-aedf-41a2-a79a-576b292497d9
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3533714-8272-42ed-8077-9e9e09933016
,
c2df58e6-3720-468f-b208-5c4719390ee4
,
e6369622-af7b-4608-ad9c-dd35e5b175c2

}
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-03-23T04:02:32.754Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c2df58e6-3720-468f-b208-5c4719390ee4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-03-23T04:02:32.754Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:02:32.755Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:32.920Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:02:32.921Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c2df58e6-3720-468f-b208-5c4719390ee4 1164
2022-03-23T04:02:32.922Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:32.922Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:32.922Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:02:32.923Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:32.925Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:32.925Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008152922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:02:33.025Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:33.026Z||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-03-23T04:02:33.026Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:33.035Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:33.036Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:33.926Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e6369622-af7b-4608-ad9c-dd35e5b175c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-03-23T04:02:33.927Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:02:33.927Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:34.116Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:02:34.117Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e6369622-af7b-4608-ad9c-dd35e5b175c2 200
2022-03-23T04:02:34.117Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:34.118Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:34.118Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:02:34.119Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:34.121Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:34.121Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008154117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:02:34.221Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:34.222Z||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-03-23T04:02:34.222Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:34.233Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:34.233Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:35.121Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6b14811b-402f-4ace-94f3-6a9e75eeaddd
2022-03-23T04:02:35.122Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c2ef3c02-c670-4320-b99c-a3c0322b4e34 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-03-23T04:02:35.144Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-23T04:02:35.149Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fe2feb5, org.onap.sdc.toscaparser.api.parameters.Input@6abccda1, org.onap.sdc.toscaparser.api.parameters.Input@5e294d7e, org.onap.sdc.toscaparser.api.parameters.Input@3a519bd5, org.onap.sdc.toscaparser.api.parameters.Input@728edd7c]
2022-03-23T04:02:35.151Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.151Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:35.151Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-23T04:02:35.152Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 3327c56e-a395-458e-a261-f49c6d88aadc
2022-03-23T04:02:35.152Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3327c56e-a395-458e-a261-f49c6d88aadc matches Tosca VF Customization UUID: 3327c56e-a395-458e-a261-f49c6d88aadc
2022-03-23T04:02:35.152Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 3327c56e-a395-458e-a261-f49c6d88aadc  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-03-23T04:02:35.156Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.156Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:35.157Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 3327c56e-a395-458e-a261-f49c6d88aadc: {\"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-03-23T04:02:35.157Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c3c86f6
2022-03-23T04:02:35.158Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.158Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T04:02:35.158Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7beb6df5-1e11-4e42-b0d2-23a67f66e32d
2022-03-23T04:02:35.158Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7beb6df5-1e11-4e42-b0d2-23a67f66e32d
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-03-23T04:02:35.162Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.162Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-23T04:02:35.163Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:02:35.163Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.163Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-23T04:02:35.163Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:02:35.164Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.164Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-03-23T04:02:35.165Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-03-23T04:02:35.165Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=0cf06797-4243-4059-98db-1e7939394793
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-03-23T04:02:35.168Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.168Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-23T04:02:35.168Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:02:35.169Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.169Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-03-23T04:02:35.169Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3327c56e-a395-458e-a261-f49c6d88aadc
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-03-23T04:02:35.172Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.172Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:35.173Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6b14811b-402f-4ace-94f3-6a9e75eeaddd: basic_cnf
2022-03-23T04:02:35.173Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.173Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:35.174Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.174Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:35.174Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.175Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:35.175Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.175Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:35.175Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:02:35.175Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:02:35.176Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:35.243Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c2ef3c02-c670-4320-b99c-a3c0322b4e34 1 ASDC deployResourceStructure
2022-03-23T04:02:35.245Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:35.245Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:35.245Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-23T04:02:35.246Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:35.248Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:35.248Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008155244,
  "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-03-23T04:02:35.348Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:35.349Z||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-03-23T04:02:35.349Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:35.359Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:35.360Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:36.249Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:36.250Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:36.250Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-03-23T04:02:36.250Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:36.252Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:36.252Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008156249,
  "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-03-23T04:02:36.352Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:36.353Z||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-03-23T04:02:36.353Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:36.363Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:36.364Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:02:37.253Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:37.254Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:37.254Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:02:37.255Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:37.257Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:37.257Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008157253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:02:37.357Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:37.358Z||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-03-23T04:02:37.358Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:37.374Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:37.374Z||pool-84-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:38.258Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:38.259Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:38.259Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:02:38.259Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:38.261Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:38.261Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008158258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:02:38.362Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:38.363Z||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-03-23T04:02:38.363Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:38.395Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:38.396Z||pool-85-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:39.262Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:39.263Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||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-03-23T04:02:39.263Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:02:39.263Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:39.265Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:39.265Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008159262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-23T04:02:39.366Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T04:02:39.367Z||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-03-23T04:02:39.367Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:39.382Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:39.383Z||pool-86-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:40.267Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-03-23T04:02:40.268Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-03-23T04:02:40.268Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:02:40.268Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:02:40.270Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:02:40.270Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008160267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:02:40.370Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:02:40.371Z||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-03-23T04:02:40.372Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:02:40.380Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:02:40.381Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:02:41.271Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 031844b9-127c-413a-8de3-841a38e73c57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:02:41.280Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 031844b9-127c-413a-8de3-841a38e73c57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:02:41.282Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:02:41.282Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:02:41.282Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:03:11.283Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 031844b9-127c-413a-8de3-841a38e73c57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:03:11.293Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 031844b9-127c-413a-8de3-841a38e73c57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:03:11.295Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:03:11.296Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:03:11.296Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:03:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:03:22.463Z||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-03-23T04:03:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:03:22.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:03:22.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.515Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008022903,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.516Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "cds",
  "timestamp": 1648008023033,
  "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-03-23T04:03:22.527Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 031844b9-127c-413a-8de3-841a38e73c57
2022-03-23T04:03:22.527Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 031844b9-127c-413a-8de3-841a38e73c57 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-03-23T04:03:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.536Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008023814,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.537Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.537Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.537Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.537Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "policy-id",
  "timestamp": 1648008023906,
  "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-03-23T04:03:22.542Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 031844b9-127c-413a-8de3-841a38e73c57
2022-03-23T04:03:22.542Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 031844b9-127c-413a-8de3-841a38e73c57 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-03-23T04:03:22.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008025301,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.552Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008026200,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008026689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.555Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008027748,
  "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-03-23T04:03:22.563Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 031844b9-127c-413a-8de3-841a38e73c57
2022-03-23T04:03:22.563Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 031844b9-127c-413a-8de3-841a38e73c57 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-03-23T04:03:22.569Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.569Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008028558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.570Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008028758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.571Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008029562,
  "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-03-23T04:03:22.576Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 031844b9-127c-413a-8de3-841a38e73c57
2022-03-23T04:03:22.576Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 031844b9-127c-413a-8de3-841a38e73c57 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-03-23T04:03:22.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008030564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "aai-ml",
  "timestamp": 1648008031568,
  "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-03-23T04:03:22.596Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 031844b9-127c-413a-8de3-841a38e73c57
2022-03-23T04:03:22.596Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 031844b9-127c-413a-8de3-841a38e73c57 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-03-23T04:03:22.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008033828,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008017338,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.611Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.612Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.612Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.612Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.613Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.613Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.613Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "cds",
  "timestamp": 1648008034856,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-23T04:03:22.628Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 19b23894-c916-40ee-852e-c9128545f597
2022-03-23T04:03:22.628Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b23894-c916-40ee-852e-c9128545f597 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-03-23T04:03:22.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008035701,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.639Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.639Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.639Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.640Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.640Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.640Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008036705,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.641Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.641Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.641Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.641Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.642Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.642Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.642Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008016123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.643Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.643Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "policy-id",
  "timestamp": 1648008037718,
  "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-03-23T04:03:22.650Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19b23894-c916-40ee-852e-c9128545f597
2022-03-23T04:03:22.650Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b23894-c916-40ee-852e-c9128545f597 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-03-23T04:03:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.662Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.662Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.662Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008038714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.663Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008038900,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008039837,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008040119,
  "artifactURL": "/sdc/v1/catalog/services/b360ff69-6415-4141-96bc-1e722e687e98/resourceInstances/basicclamp0/artifacts/6a4e8506-c745-4a94-bb12-ff1f0dd5bd55",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.665Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008039660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008041202,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008041492,
  "artifactURL": "/sdc/v1/catalog/services/b360ff69-6415-4141-96bc-1e722e687e98/resourceInstances/basicclamp0/artifacts/6a4e8506-c745-4a94-bb12-ff1f0dd5bd55",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.667Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008041450,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.668Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008041668,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.669Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.669Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.669Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.669Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008042224,
  "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-03-23T04:03:22.674Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 19b23894-c916-40ee-852e-c9128545f597
2022-03-23T04:03:22.674Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b23894-c916-40ee-852e-c9128545f597 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-03-23T04:03:22.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "dcae-sch",
  "timestamp": 1648008042497,
  "artifactURL": "/sdc/v1/catalog/services/b360ff69-6415-4141-96bc-1e722e687e98/resourceInstances/basicclamp0/artifacts/6a4e8506-c745-4a94-bb12-ff1f0dd5bd55",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-23T04:03:22.685Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 19b23894-c916-40ee-852e-c9128545f597
2022-03-23T04:03:22.686Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b23894-c916-40ee-852e-c9128545f597 and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-23T04:03:22.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008041892,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.693Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.694Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008042454,
  "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-03-23T04:03:22.698Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 19b23894-c916-40ee-852e-c9128545f597
2022-03-23T04:03:22.698Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b23894-c916-40ee-852e-c9128545f597 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-03-23T04:03:22.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "clamp",
  "timestamp": 1648008042676,
  "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-03-23T04:03:22.713Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 031844b9-127c-413a-8de3-841a38e73c57
2022-03-23T04:03:22.713Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 031844b9-127c-413a-8de3-841a38e73c57 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-03-23T04:03:22.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008024648,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008043227,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.724Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008044718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.727Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008026860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008047002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.732Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "cds",
  "timestamp": 1648008047066,
  "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-03-23T04:03:22.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 316bf1f5-fec7-435e-84df-36ba6422db42
2022-03-23T04:03:22.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 316bf1f5-fec7-435e-84df-36ba6422db42 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-03-23T04:03:22.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008048007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "cds",
  "timestamp": 1648008048070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "policy-id",
  "timestamp": 1648008049011,
  "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-03-23T04:03:22.768Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 316bf1f5-fec7-435e-84df-36ba6422db42
2022-03-23T04:03:22.768Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 316bf1f5-fec7-435e-84df-36ba6422db42 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-03-23T04:03:22.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "cds",
  "timestamp": 1648008048070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "dcae-sch",
  "timestamp": 1648008029879,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008050021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "cds",
  "timestamp": 1648008048070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.782Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008050677,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008029763,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008050021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.783Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "cds",
  "timestamp": 1648008048070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "dcae-sch",
  "timestamp": 1648008051573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.784Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "aai-ml",
  "timestamp": 1648008051681,
  "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-03-23T04:03:22.789Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 19b23894-c916-40ee-852e-c9128545f597
2022-03-23T04:03:22.789Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b23894-c916-40ee-852e-c9128545f597 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-03-23T04:03:22.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008037338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.798Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008052622,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.798Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.798Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.798Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008050021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "cds",
  "timestamp": 1648008048070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.799Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.799Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.799Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "dcae-sch",
  "timestamp": 1648008051573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "cds",
  "timestamp": 1648008048070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.800Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.800Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008050021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.801Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008053906,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.801Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.801Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "dcae-sch",
  "timestamp": 1648008051573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008050021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "cds",
  "timestamp": 1648008048070,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "dcae-sch",
  "timestamp": 1648008051573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008055088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008055284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008050021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "dcae-sch",
  "timestamp": 1648008051573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008056307,
  "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-03-23T04:03:22.810Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 316bf1f5-fec7-435e-84df-36ba6422db42
2022-03-23T04:03:22.810Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 316bf1f5-fec7-435e-84df-36ba6422db42 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-03-23T04:03:22.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "cds",
  "timestamp": 1648008056414,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.816Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008050021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "dcae-sch",
  "timestamp": 1648008051573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008057310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "cds",
  "timestamp": 1648008057423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-23T04:03:22.828Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97282bff-9865-4aeb-ac53-ed182e871444
2022-03-23T04:03:22.828Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97282bff-9865-4aeb-ac53-ed182e871444 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-03-23T04:03:22.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008057501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "dcae-sch",
  "timestamp": 1648008051573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008058087,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008058507,
  "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-03-23T04:03:22.842Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 316bf1f5-fec7-435e-84df-36ba6422db42
2022-03-23T04:03:22.842Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 316bf1f5-fec7-435e-84df-36ba6422db42 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-03-23T04:03:22.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008058314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "563c3743-1d6a-4440-8717-d047bd06afac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008059116,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008059092,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008058314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "policy-id",
  "timestamp": 1648008060097,
  "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-03-23T04:03:22.857Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97282bff-9865-4aeb-ac53-ed182e871444
2022-03-23T04:03:22.857Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97282bff-9865-4aeb-ac53-ed182e871444 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-03-23T04:03:22.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008060669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.865Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008058314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008060771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008061673,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008058314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008058314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008062926,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008058314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008063931,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008058314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "clamp",
  "timestamp": 1648008064935,
  "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-03-23T04:03:22.874Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 19b23894-c916-40ee-852e-c9128545f597
2022-03-23T04:03:22.874Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 19b23894-c916-40ee-852e-c9128545f597 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-03-23T04:03:22.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008046123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008066110,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008066706,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.889Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008067327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008068520,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.893Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.894Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.894Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.894Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008069123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.895Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.895Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.895Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.896Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.896Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008069542,
  "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-03-23T04:03:22.903Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97282bff-9865-4aeb-ac53-ed182e871444
2022-03-23T04:03:22.904Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97282bff-9865-4aeb-ac53-ed182e871444 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-03-23T04:03:22.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/resourceInstances/pnfd5f59689de490/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008070128,
  "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-03-23T04:03:22.918Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97282bff-9865-4aeb-ac53-ed182e871444
2022-03-23T04:03:22.919Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97282bff-9865-4aeb-ac53-ed182e871444 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-03-23T04:03:22.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008069880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008070549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.930Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.930Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.930Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.931Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "aai-ml",
  "timestamp": 1648008070884,
  "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-03-23T04:03:22.935Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 316bf1f5-fec7-435e-84df-36ba6422db42
2022-03-23T04:03:22.936Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 316bf1f5-fec7-435e-84df-36ba6422db42 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-03-23T04:03:22.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.945Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008072830,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008023647,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008075331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYrxxrkqiprlcmom9oli3/1.0/artifacts/service-DemoPnfYrxxrkqiprlcmom9oli3-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.951Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008071554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008069647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "dcae-sch",
  "timestamp": 1648008069879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008066856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008076123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008076670,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.958Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.959Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.959Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.959Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008071554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.960Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.960Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.960Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008069647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.961Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.961Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.961Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "dcae-sch",
  "timestamp": 1648008069879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.962Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.962Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.962Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008066856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.963Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008076123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008033062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:03:22.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008077339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.966Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008071554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.966Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.966Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008069647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.967Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.967Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.967Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "dcae-sch",
  "timestamp": 1648008069879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.968Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.968Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.968Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008066856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.969Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.969Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008076123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.969Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.970Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.970Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008077339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.971Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.971Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008071554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.971Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.972Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "dcae-sch",
  "timestamp": 1648008069879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.972Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.972Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.973Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008069647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.973Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.973Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008066856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.974Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008079288,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:03:22.975Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008076123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.976Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.976Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.976Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008079714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:03:22.976Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:03:22.977Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.977Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008077339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.977Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008071554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.978Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008069647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "dcae-sch",
  "timestamp": 1648008069879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.980Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.980Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.980Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008066856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.981Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.981Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.981Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008076123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.982Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.982Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.982Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "clamp",
  "timestamp": 1648008080724,
  "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-03-23T04:03:22.990Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 316bf1f5-fec7-435e-84df-36ba6422db42
2022-03-23T04:03:22.990Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 316bf1f5-fec7-435e-84df-36ba6422db42 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-03-23T04:03:22.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008077339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:22.999Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:22.999Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:22.999Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008071554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008069647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "dcae-sch",
  "timestamp": 1648008069879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008066856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:23.000Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:23.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008076123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:23.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:23.001Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:03:23.001Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008077339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:03:23.001Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:03:41.296Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 031844b9-127c-413a-8de3-841a38e73c57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:03:41.309Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 031844b9-127c-413a-8de3-841a38e73c57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:03:41.315Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:03:41.315Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:03:41.315Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T04:03:41.315Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T04:03:41.315Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:03:41.316Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:03:41.316Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:03:41.316Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:03:41.316Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:03:41.316Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:03:41.316Z|031844b9-127c-413a-8de3-841a38e73c57|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-03-23T04:03:41.321Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T04:04:11.321Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 031844b9-127c-413a-8de3-841a38e73c57 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-03-23T04:04:11.329Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 031844b9-127c-413a-8de3-841a38e73c57 and serviceModelVersionId: 6b14811b-402f-4ace-94f3-6a9e75eeaddd
2022-03-23T04:04:11.329Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f338e31-6371-483a-9a0b-98626ac58ccc
2022-03-23T04:04:11.330Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f338e31-6371-483a-9a0b-98626ac58ccc/model-vers/model-ver/6b14811b-402f-4ace-94f3-6a9e75eeaddd?depth=0
2022-03-23T04:04:11.335Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T04:04:11.378Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f338e31-6371-483a-9a0b-98626ac58ccc/model-vers/model-ver/6b14811b-402f-4ace-94f3-6a9e75eeaddd?depth=0|INFO|500||Invoke
2022-03-23T04:04:11.378Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f338e31-6371-483a-9a0b-98626ac58ccc/model-vers/model-ver/6b14811b-402f-4ace-94f3-6a9e75eeaddd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f338e31-6371-483a-9a0b-98626ac58ccc/model-vers/model-ver/6b14811b-402f-4ace-94f3-6a9e75eeaddd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[031844b9-127c-413a-8de3-841a38e73c57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9874804-3f64-4ef7-8d92-9c29a61cc41f], X-ECOMP-RequestID=[031844b9-127c-413a-8de3-841a38e73c57], X-TransactionId=[], X-ONAP-RequestID=[031844b9-127c-413a-8de3-841a38e73c57], Content-Type=[application/merge-patch+json]}
2022-03-23T04:04:11.403Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f338e31-6371-483a-9a0b-98626ac58ccc/model-vers/model-ver/6b14811b-402f-4ace-94f3-6a9e75eeaddd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T04:04:11.818Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f338e31-6371-483a-9a0b-98626ac58ccc/model-vers/model-ver/6b14811b-402f-4ace-94f3-6a9e75eeaddd?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/8f338e31-6371-483a-9a0b-98626ac58ccc/model-vers/model-ver/6b14811b-402f-4ace-94f3-6a9e75eeaddd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-04:04:11:233-17483], vertex-id=[217192], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:04:11 GMT], Content-Type=[application/json]}
2022-03-23T04:04:11.822Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f338e31-6371-483a-9a0b-98626ac58ccc/model-vers/model-ver/6b14811b-402f-4ace-94f3-6a9e75eeaddd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-23T04:04:11.823Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f338e31-6371-483a-9a0b-98626ac58ccc/model-vers/model-ver/6b14811b-402f-4ace-94f3-6a9e75eeaddd?depth=0|INFO|500||InvokeReturn
2022-03-23T04:04:11.824Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T04:04:11.824Z|031844b9-127c-413a-8de3-841a38e73c57|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-03-23T04:04:11.829Z|031844b9-127c-413a-8de3-841a38e73c57|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-03-23T04:04:11.830Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 031844b9-127c-413a-8de3-841a38e73c57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T04:04:11.830Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T04:04:11.831Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:11.834Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:11.834Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008251830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:04:11.937Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-23T04:04:11.938Z||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-03-23T04:04:11.939Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:11.954Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:11.955Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 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-03-23T04:04:12.846Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-23T04:04:12.846Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"19b23894-c916-40ee-852e-c9128545f597","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"b360ff69-6415-4141-96bc-1e722e687e98","serviceDescription":"service","serviceInvariantUUID":"0bdfe334-e48f-41ba-95ba-dcf8136a13ad","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1004cbdf-7827-479e-b32c-be7d9e06b3f7","resourceInvariantUUID":"bb933114-01fc-4521-a853-4a9fde497b12","resourceCustomizationUUID":"efde8a66-3c50-4b10-bc27-d962cd5df2d6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6a4e8506-c745-4a94-bb12-ff1f0dd5bd55","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MzgwYTM2ZTAwNDM0OTdmYjcxMTg2MDFjMmFmNzZlNDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92c30fb5-68c1-4809-9c6a-69ae72f2a435","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OTNkMjZlNDZlYTliMTk4ZWMyZTVlYjhkOTYzNzVkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9518b1ba-52ed-463d-b9b9-1533ff652000","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c605f3a4-167a-437d-922b-b26536dcc74f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ad15e525-eab6-4428-8cbb-0dcd7e5994c6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5f6f3e4a-7afd-485f-975b-ecc4205bc9de","artifactVersion":"2","generatedFromUUID":"c605f3a4-167a-437d-922b-b26536dcc74f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MmFhNTRkOTkzNmVhMzMzYWJhOTFiMmVkODFjMTQyOWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"790587b6-510a-4783-a121-f8214191586c","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YTAwYmIxN2YxY2UwNDAxNWVjZDJjODk2YTZlNDVlNjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a78da36-d703-4da1-8203-1f5579722b2d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T04:04:12.847Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:04:12.847Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:12.850Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:12.850Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:12.950Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:12.951Z||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-03-23T04:04:12.951Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:12.962Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:12.963Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:13.850Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:04:13.851Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:13.854Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:13.854Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:13.954Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:13.955Z||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-03-23T04:04:13.955Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:13.974Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:13.975Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:14.855Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:04:14.855Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:14.858Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:14.858Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:04:14.958Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:14.959Z||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-03-23T04:04:14.959Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:14.967Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:14.968Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:15.858Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:04:15.859Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:15.860Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:15.861Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:04:15.961Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:15.961Z||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-03-23T04:04:15.962Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:15.970Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:15.970Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:16.861Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:04:16.862Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:16.864Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:16.864Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:16.966Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-23T04:04:16.967Z||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-03-23T04:04:16.967Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:16.979Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:16.979Z||pool-93-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:17.865Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:04:17.866Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:17.868Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:17.868Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-23T04:04:17.968Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:17.969Z||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-03-23T04:04:17.969Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:17.982Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:17.983Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:18.868Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:04:18.868Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:18.870Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:18.871Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:18.971Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:04:18.971Z||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-03-23T04:04:18.972Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:18.981Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:18.982Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:19.871Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:04:19.872Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:19.874Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:19.874Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:04:19.974Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:19.975Z||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-03-23T04:04:19.975Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:19.984Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:19.984Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:20.875Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "b360ff69-6415-4141-96bc-1e722e687e98",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0bdfe334-e48f-41ba-95ba-dcf8136a13ad",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "efde8a66-3c50-4b10-bc27-d962cd5df2d6",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1004cbdf-7827-479e-b32c-be7d9e06b3f7",
      "resourceInvariantUUID": "bb933114-01fc-4521-a853-4a9fde497b12",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "OTNkMjZlNDZlYTliMTk4ZWMyZTVlYjhkOTYzNzVkMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9518b1ba-52ed-463d-b9b9-1533ff652000",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c605f3a4-167a-437d-922b-b26536dcc74f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5f6f3e4a-7afd-485f-975b-ecc4205bc9de",
            "generatedFromUUID": "c605f3a4-167a-437d-922b-b26536dcc74f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5f6f3e4a-7afd-485f-975b-ecc4205bc9de",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "YTAwYmIxN2YxY2UwNDAxNWVjZDJjODk2YTZlNDVlNjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a78da36-d703-4da1-8203-1f5579722b2d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T04:04:20.875Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T04:04:20.876Z|031844b9-127c-413a-8de3-841a38e73c57|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b360ff69-6415-4141-96bc-1e722e687e98 ASDC
2022-03-23T04:04:20.876Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:19b23894-c916-40ee-852e-c9128545f597
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:b360ff69-6415-4141-96bc-1e722e687e98
ServiceInvariantUUID:0bdfe334-e48f-41ba-95ba-dcf8136a13ad
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:1a78da36-d703-4da1-8203-1f5579722b2d
ArtifactChecksum:YTAwYmIxN2YxY2UwNDAxNWVjZDJjODk2YTZlNDVlNjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:efde8a66-3c50-4b10-bc27-d962cd5df2d6
ResourceInvariantUUID:bb933114-01fc-4521-a853-4a9fde497b12
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:1004cbdf-7827-479e-b32c-be7d9e06b3f7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:9518b1ba-52ed-463d-b9b9-1533ff652000
ArtifactChecksum:OTNkMjZlNDZlYTliMTk4ZWMyZTVlYjhkOTYzNzVkMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c605f3a4-167a-437d-922b-b26536dcc74f
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:5f6f3e4a-7afd-485f-975b-ecc4205bc9de
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:5f6f3e4a-7afd-485f-975b-ecc4205bc9de
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-23T04:04:20.877Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b360ff69-6415-4141-96bc-1e722e687e98 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-03-23T04:04:20.905Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:04:20.922Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:04:20.946Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:04:20.947Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1a78da36-d703-4da1-8203-1f5579722b2d from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-23T04:04:20.947Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:04:20.947Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-23T04:04:22.114Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:04:22.119Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 1a78da36-d703-4da1-8203-1f5579722b2d 73654
2022-03-23T04:04:22.119Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-23T04:04:22.119Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-23T04:04:22.119Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:04:22.120Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:22.123Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:22.123Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008262119,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:22.223Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:22.225Z||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-03-23T04:04:22.225Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:22.234Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:22.235Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:04:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:04:22.463Z||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-03-23T04:04:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:22.485Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:22.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008071554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008069647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008066856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "dcae-sch",
  "timestamp": 1648008069879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.488Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008076123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008077339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008071554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008069647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008066856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.490Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "dcae-sch",
  "timestamp": 1648008069879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008076123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008077339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008069647,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008071554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008066856,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "dcae-sch",
  "timestamp": 1648008069879,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.494Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008076123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008077339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008086085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008086043,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.495Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008086088,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008077339,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008087094,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "cds",
  "timestamp": 1648008087267,
  "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-03-23T04:04:22.510Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 15202ac7-2928-475e-98b6-f17d3c866548
2022-03-23T04:04:22.510Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15202ac7-2928-475e-98b6-f17d3c866548 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-03-23T04:04:22.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008087279,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:22.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008088021,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:22.519Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "policy-id",
  "timestamp": 1648008088096,
  "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-03-23T04:04:22.524Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 15202ac7-2928-475e-98b6-f17d3c866548
2022-03-23T04:04:22.524Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15202ac7-2928-475e-98b6-f17d3c866548 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-03-23T04:04:22.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.534Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008088316,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:22.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008088464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:22.535Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008089028,
  "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-03-23T04:04:22.539Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 15202ac7-2928-475e-98b6-f17d3c866548
2022-03-23T04:04:22.539Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15202ac7-2928-475e-98b6-f17d3c866548 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-03-23T04:04:22.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008089331,
  "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-03-23T04:04:22.552Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 15202ac7-2928-475e-98b6-f17d3c866548
2022-03-23T04:04:22.552Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15202ac7-2928-475e-98b6-f17d3c866548 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-03-23T04:04:22.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "aai-ml",
  "timestamp": 1648008089467,
  "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-03-23T04:04:22.563Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97282bff-9865-4aeb-ac53-ed182e871444
2022-03-23T04:04:22.563Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97282bff-9865-4aeb-ac53-ed182e871444 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-03-23T04:04:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008090471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008090471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008090471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.570Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008090471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008090471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008090471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008090471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.571Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008090471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008090471,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008099673,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008100298,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008101684,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:22.572Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.573Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.573Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "clamp",
  "timestamp": 1648008102688,
  "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-03-23T04:04:22.576Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97282bff-9865-4aeb-ac53-ed182e871444
2022-03-23T04:04:22.577Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97282bff-9865-4aeb-ac53-ed182e871444 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-03-23T04:04:22.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008105984,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:22.585Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "aai-ml",
  "timestamp": 1648008106988,
  "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-03-23T04:04:22.594Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 15202ac7-2928-475e-98b6-f17d3c866548
2022-03-23T04:04:22.594Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15202ac7-2928-475e-98b6-f17d3c866548 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-03-23T04:04:22.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008081729,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008121683,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:22.608Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008122707,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:22.609Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "clamp",
  "timestamp": 1648008123710,
  "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-03-23T04:04:22.614Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 15202ac7-2928-475e-98b6-f17d3c866548
2022-03-23T04:04:22.614Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 15202ac7-2928-475e-98b6-f17d3c866548 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-03-23T04:04:22.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.622Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8cfcea02-39a4-419b-8c90-fff504bf0bc1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008136850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:04:22.622Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:04:22.622Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:04:22.623Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.623Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.623Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.624Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:22.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:04:22.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:04:22.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:04:23.123Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:04:23.124Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:04:23.124Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1a78da36-d703-4da1-8203-1f5579722b2d, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:23.124Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-23T04:04:23.125Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:23.125Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:23.226Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13368789683002558606/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-03-23T04:04:24.343Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T04:04:24.343Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:04:24.343Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.343Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-23T04:04:24.344Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.344Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.344Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.344Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.344Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.344Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.345Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.345Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.345Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-23T04:04:24.345Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:04:24.345Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.346Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:24.346Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-23T04:04:24.346Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:04:24.347Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:04:24.347Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.347Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:24.347Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-23T04:04:24.348Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:04:24.348Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:04:24.348Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.348Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:24.349Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.349Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-23T04:04:24.349Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-23T04:04:24.350Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-23T04:04:24.350Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-23T04:04:24.350Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-23T04:04:24.350Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T04:04:24.350Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.351Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T04:04:24.351Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.351Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-23T04:04:24.351Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:04:24.352Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.357Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-23T04:04:24.358Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:04:24.358Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.358Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-23T04:04:24.358Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:04:24.358Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.359Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-23T04:04:24.359Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-23T04:04:24.359Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-23T04:04:24.359Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf4ed6e5-5a10-423e-b2d4-a6f7f91af14e
2022-03-23T04:04:24.359Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.359Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:24.359Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.359Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:24.360Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.360Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:24.360Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:24.360Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:24.360Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:b360ff69-6415-4141-96bc-1e722e687e98
Model Version:NULL
Model InvariantUuid:0bdfe334-e48f-41ba-95ba-dcf8136a13ad
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:8338809c-c6cb-4237-8f33-e3a5f398f318
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:bb933114-01fc-4521-a853-4a9fde497b12
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:efde8a66-3c50-4b10-bc27-d962cd5df2d6
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7fb14823-6ade-40fd-92fe-7348e364f7b1
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:d0e0e52e-0864-437a-ba08-5641b80c7c68
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cf4ed6e5-5a10-423e-b2d4-a6f7f91af14e
ModelInvariantUuid:c5ccf5b8-7f3d-4ed9-b9d5-22107212bf74
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:84757457-3841-4f3c-a9bc-3f62ac207e9d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:2306b0b5-1965-4fae-8b8d-bda2cb4bcb1d
ModelInvariantUuid:6ce16eec-aa41-4513-9290-c6ab15277c74
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:cd773f58-e525-4ae8-870e-793496fcdbba
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-03-23T04:04:24.370Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 1004cbdf-7827-479e-b32c-be7d9e06b3f7
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-03-23T04:04:24.374Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||basicclamp 0
2022-03-23T04:04:24.374Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1004cbdf-7827-479e-b32c-be7d9e06b3f7
2022-03-23T04:04:24.375Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9518b1ba-52ed-463d-b9b9-1533ff652000 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-23T04:04:24.375Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:04:24.375Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-23T04:04:24.817Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:04:24.818Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 9518b1ba-52ed-463d-b9b9-1533ff652000 790
2022-03-23T04:04:24.818Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-23T04:04:24.819Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-23T04:04:24.819Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:04:24.819Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:24.822Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:24.822Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008264818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:24.922Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:04:24.923Z||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-03-23T04:04:24.923Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:24.932Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:24.933Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:25.823Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7fb14823-6ade-40fd-92fe-7348e364f7b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0e0e52e-0864-437a-ba08-5641b80c7c68",
    "vfModuleModelCustomizationUUID": "4bb2336a-322d-4c96-a062-5ee02de4c6b9",
    "isBase": true,
    "artifacts": [
      "c605f3a4-167a-437d-922b-b26536dcc74f",
      "5f6f3e4a-7afd-485f-975b-ecc4205bc9de"
    ],
    "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-03-23T04:04:25.827Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0e0e52e-0864-437a-ba08-5641b80c7c68
VfModuleModelInvariantUUID:7fb14823-6ade-40fd-92fe-7348e364f7b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c605f3a4-167a-437d-922b-b26536dcc74f
,
5f6f3e4a-7afd-485f-975b-ecc4205bc9de

}
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-03-23T04:04:25.828Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "7fb14823-6ade-40fd-92fe-7348e364f7b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d0e0e52e-0864-437a-ba08-5641b80c7c68",
    "vfModuleModelCustomizationUUID": "4bb2336a-322d-4c96-a062-5ee02de4c6b9",
    "isBase": true,
    "artifacts": [
      "c605f3a4-167a-437d-922b-b26536dcc74f",
      "5f6f3e4a-7afd-485f-975b-ecc4205bc9de"
    ],
    "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-03-23T04:04:25.829Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d0e0e52e-0864-437a-ba08-5641b80c7c68
VfModuleModelInvariantUUID:7fb14823-6ade-40fd-92fe-7348e364f7b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
c605f3a4-167a-437d-922b-b26536dcc74f
,
5f6f3e4a-7afd-485f-975b-ecc4205bc9de

}
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-03-23T04:04:25.829Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c605f3a4-167a-437d-922b-b26536dcc74f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-23T04:04:25.829Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:04:25.829Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-23T04:04:26.112Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:04:26.113Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml c605f3a4-167a-437d-922b-b26536dcc74f 5033
2022-03-23T04:04:26.113Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-23T04:04:26.113Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-23T04:04:26.113Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:04:26.114Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:26.116Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:26.116Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008266113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:26.216Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:26.217Z||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-03-23T04:04:26.217Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:26.229Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:26.230Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:27.118Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5f6f3e4a-7afd-485f-975b-ecc4205bc9de from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-23T04:04:27.118Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:04:27.119Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-23T04:04:27.317Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:04:27.318Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 5f6f3e4a-7afd-485f-975b-ecc4205bc9de 909
2022-03-23T04:04:27.318Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-23T04:04:27.318Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-23T04:04:27.319Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:04:27.319Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:27.321Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:27.321Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008267318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:04:27.421Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:27.422Z||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-03-23T04:04:27.422Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:27.431Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:27.431Z||pool-100-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:04:28.325Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: b360ff69-6415-4141-96bc-1e722e687e98
2022-03-23T04:04:28.325Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 1004cbdf-7827-479e-b32c-be7d9e06b3f7 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-03-23T04:04:28.336Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@67666282, org.onap.sdc.toscaparser.api.parameters.Input@42ba88dc, org.onap.sdc.toscaparser.api.parameters.Input@527d5c1, org.onap.sdc.toscaparser.api.parameters.Input@29a0abb7, org.onap.sdc.toscaparser.api.parameters.Input@7d86be73]
2022-03-23T04:04:28.337Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.338Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:28.338Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-23T04:04:28.338Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= efde8a66-3c50-4b10-bc27-d962cd5df2d6
2022-03-23T04:04:28.338Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: efde8a66-3c50-4b10-bc27-d962cd5df2d6 matches Tosca VF Customization UUID: efde8a66-3c50-4b10-bc27-d962cd5df2d6
2022-03-23T04:04:28.338Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: efde8a66-3c50-4b10-bc27-d962cd5df2d6  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-03-23T04:04:28.340Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.341Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:28.341Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id efde8a66-3c50-4b10-bc27-d962cd5df2d6: {\"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-03-23T04:04:28.342Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c8f98a9
2022-03-23T04:04:28.342Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.342Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T04:04:28.342Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4bb2336a-322d-4c96-a062-5ee02de4c6b9
2022-03-23T04:04:28.342Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4bb2336a-322d-4c96-a062-5ee02de4c6b9
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-03-23T04:04:28.344Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.345Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-23T04:04:28.345Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:04:28.345Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.345Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-23T04:04:28.346Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:04:28.346Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.346Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-23T04:04:28.346Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-23T04:04:28.347Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-23T04:04:28.347Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cf4ed6e5-5a10-423e-b2d4-a6f7f91af14e
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-03-23T04:04:28.349Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.349Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-23T04:04:28.349Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:04:28.350Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.350Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-23T04:04:28.350Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=efde8a66-3c50-4b10-bc27-d962cd5df2d6
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-03-23T04:04:28.352Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.352Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:28.352Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid b360ff69-6415-4141-96bc-1e722e687e98: basicclamp
2022-03-23T04:04:28.353Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.353Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:28.353Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.353Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:28.353Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.354Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:28.354Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.354Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:28.354Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:04:28.354Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:04:28.355Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-23T04:04:28.441Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 1004cbdf-7827-479e-b32c-be7d9e06b3f7 1 ASDC deployResourceStructure
2022-03-23T04:04:28.442Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-03-23T04:04:28.442Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-23T04:04:28.442Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:04:28.443Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:28.444Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:28.444Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008268442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:28.545Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:28.546Z||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-03-23T04:04:28.546Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:28.557Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:28.558Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:29.446Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-23T04:04:29.446Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-23T04:04:29.447Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:04:29.447Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:29.450Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:29.451Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008269445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:29.551Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:04:29.552Z||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-03-23T04:04:29.552Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:29.560Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:29.561Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:04:30.451Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-23T04:04:30.452Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-23T04:04:30.452Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:04:30.452Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:30.454Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:30.454Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008270451,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:30.555Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:04:30.555Z||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-03-23T04:04:30.555Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:30.565Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:30.566Z||pool-103-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:04:31.455Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-23T04:04:31.456Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-23T04:04:31.456Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:04:31.456Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:04:31.459Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:04:31.459Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008271455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:04:31.558Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:04:31.559Z||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-03-23T04:04:31.559Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:04:31.567Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:04:31.568Z||pool-104-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:04:32.460Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 19b23894-c916-40ee-852e-c9128545f597
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:04:32.470Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 19b23894-c916-40ee-852e-c9128545f597
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:04:32.473Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:04:32.473Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:04:32.473Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T04:04:32.473Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T04:04:32.474Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:04:32.474Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:04:32.474Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:04:32.474Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:04:32.475Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:04:32.475Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:04:32.475Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:04:32.475Z|19b23894-c916-40ee-852e-c9128545f597|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-03-23T04:04:32.480Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T04:05:02.481Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 19b23894-c916-40ee-852e-c9128545f597 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-03-23T04:05:02.487Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 19b23894-c916-40ee-852e-c9128545f597 and serviceModelVersionId: b360ff69-6415-4141-96bc-1e722e687e98
2022-03-23T04:05:02.488Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0bdfe334-e48f-41ba-95ba-dcf8136a13ad
2022-03-23T04:05:02.489Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0bdfe334-e48f-41ba-95ba-dcf8136a13ad/model-vers/model-ver/b360ff69-6415-4141-96bc-1e722e687e98?depth=0
2022-03-23T04:05:02.495Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T04:05:02.540Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bdfe334-e48f-41ba-95ba-dcf8136a13ad/model-vers/model-ver/b360ff69-6415-4141-96bc-1e722e687e98?depth=0|INFO|500||Invoke
2022-03-23T04:05:02.541Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bdfe334-e48f-41ba-95ba-dcf8136a13ad/model-vers/model-ver/b360ff69-6415-4141-96bc-1e722e687e98?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bdfe334-e48f-41ba-95ba-dcf8136a13ad/model-vers/model-ver/b360ff69-6415-4141-96bc-1e722e687e98?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[19b23894-c916-40ee-852e-c9128545f597], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1eb8ca89-bd25-4803-8e6e-0c469f7a890e], X-ECOMP-RequestID=[19b23894-c916-40ee-852e-c9128545f597], X-TransactionId=[], X-ONAP-RequestID=[19b23894-c916-40ee-852e-c9128545f597], Content-Type=[application/merge-patch+json]}
2022-03-23T04:05:02.561Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bdfe334-e48f-41ba-95ba-dcf8136a13ad/model-vers/model-ver/b360ff69-6415-4141-96bc-1e722e687e98?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T04:05:02.915Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bdfe334-e48f-41ba-95ba-dcf8136a13ad/model-vers/model-ver/b360ff69-6415-4141-96bc-1e722e687e98?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/0bdfe334-e48f-41ba-95ba-dcf8136a13ad/model-vers/model-ver/b360ff69-6415-4141-96bc-1e722e687e98?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220323-04:05:02:380-33638], vertex-id=[422128], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:05:02 GMT], Content-Type=[application/json]}
2022-03-23T04:05:02.915Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bdfe334-e48f-41ba-95ba-dcf8136a13ad/model-vers/model-ver/b360ff69-6415-4141-96bc-1e722e687e98?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-23T04:05:02.916Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bdfe334-e48f-41ba-95ba-dcf8136a13ad/model-vers/model-ver/b360ff69-6415-4141-96bc-1e722e687e98?depth=0|INFO|500||InvokeReturn
2022-03-23T04:05:02.917Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T04:05:02.918Z|19b23894-c916-40ee-852e-c9128545f597|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-03-23T04:05:02.922Z|19b23894-c916-40ee-852e-c9128545f597|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-03-23T04:05:02.923Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 19b23894-c916-40ee-852e-c9128545f597 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T04:05:02.923Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T04:05:02.924Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:02.926Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:02.926Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008302923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:05:03.026Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:05:03.028Z||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-03-23T04:05:03.028Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:03.044Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:03.044Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-23T04:05:03.939Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-23T04:05:03.939Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"316bf1f5-fec7-435e-84df-36ba6422db42","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"011ba64e-a67c-4fcf-9f3c-535de9ce57ed","serviceDescription":"service","serviceInvariantUUID":"3465925c-7b18-40a3-aa07-a8b26b34df66","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f3fbf6d0-226d-4bed-a69d-96a5502609d6","resourceInvariantUUID":"1ac6d51a-ebbb-4abe-9a78-3bf57917a97b","resourceCustomizationUUID":"420d4102-8adb-47ed-ba84-4639fede2bd0","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":"MDg0ZDhkNDQwYjMxYjI0MjYxZWUxY2E5NmY3YTJiYzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b282db8f-4406-412b-8181-2260e52736f9","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":"MWQ0MjA3OGU0NGFhNmEzZDRlZGY3OGQ4ODliMjZiYzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fa54c2f2-0640-430f-8aa6-170117a5e4e7","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":"ad2bb9b5-e4c3-4cfc-bb73-f301346466ca","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":"58bcc573-6e6e-460c-a430-6c86b75033c7","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":"86f4450f-81f5-4aff-a8cb-3ff1f5a69965","artifactVersion":"2","generatedFromUUID":"ad2bb9b5-e4c3-4cfc-bb73-f301346466ca"},{"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":"YjQyNmZkNWYwOWZiOTU5MzU2MmY3YTFiMTdlMjRlY2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"49ca155b-b001-4cc3-991f-fe4cee369d5d","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":"ZGZlNGVhNjYzY2JmNTE0MmRmYjg4NWYzYTlhOTU3NTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a6efb4c1-10d7-4eea-a36d-e51ffae3dc01","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTdiMzM2ZTIxMDllZGYwMTYxZWI0ZmEzNzJjMmJmOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8660bfcf-7b78-448f-982f-a6916c0cc44a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T04:05:03.940Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:03.940Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:03.942Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:03.942Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:05:04.042Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:04.043Z||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-03-23T04:05:04.043Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:04.051Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:04.052Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:05:04.942Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:04.943Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:04.944Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:04.944Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:05:05.045Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T04:05:05.046Z||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-03-23T04:05:05.046Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:05.055Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:05.055Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:05.946Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:05.947Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:05.949Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:05.949Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:05:06.049Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:05:06.050Z||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-03-23T04:05:06.050Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:06.064Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:06.065Z||pool-108-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:05:06.950Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:06.950Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:06.953Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:06.953Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:05:07.054Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:07.055Z||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-03-23T04:05:07.055Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:07.064Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:07.064Z||pool-109-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:05:07.954Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:07.954Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:07.956Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:07.956Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-23T04:05:08.056Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:08.057Z||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-03-23T04:05:08.057Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:08.067Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:08.068Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:05:08.956Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:08.957Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:08.959Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:08.959Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:05:09.060Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:09.061Z||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-03-23T04:05:09.061Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:09.071Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:09.071Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:09.960Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:09.960Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:09.962Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:09.962Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:05:10.062Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:05:10.064Z||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-03-23T04:05:10.064Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:10.080Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:10.080Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:10.963Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:10.964Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:10.966Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:10.967Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:05:11.067Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:11.068Z||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-03-23T04:05:11.068Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:11.078Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:11.079Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:11.968Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "011ba64e-a67c-4fcf-9f3c-535de9ce57ed",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3465925c-7b18-40a3-aa07-a8b26b34df66",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "420d4102-8adb-47ed-ba84-4639fede2bd0",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f3fbf6d0-226d-4bed-a69d-96a5502609d6",
      "resourceInvariantUUID": "1ac6d51a-ebbb-4abe-9a78-3bf57917a97b",
      "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": "MWQ0MjA3OGU0NGFhNmEzZDRlZGY3OGQ4ODliMjZiYzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fa54c2f2-0640-430f-8aa6-170117a5e4e7",
          "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": "ad2bb9b5-e4c3-4cfc-bb73-f301346466ca",
          "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": "86f4450f-81f5-4aff-a8cb-3ff1f5a69965",
            "generatedFromUUID": "ad2bb9b5-e4c3-4cfc-bb73-f301346466ca"
          },
          "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": "86f4450f-81f5-4aff-a8cb-3ff1f5a69965",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZTdiMzM2ZTIxMDllZGYwMTYxZWI0ZmEzNzJjMmJmOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8660bfcf-7b78-448f-982f-a6916c0cc44a"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T04:05:11.968Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T04:05:11.968Z|19b23894-c916-40ee-852e-c9128545f597|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 011ba64e-a67c-4fcf-9f3c-535de9ce57ed ASDC
2022-03-23T04:05:11.969Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:316bf1f5-fec7-435e-84df-36ba6422db42
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:011ba64e-a67c-4fcf-9f3c-535de9ce57ed
ServiceInvariantUUID:3465925c-7b18-40a3-aa07-a8b26b34df66
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:8660bfcf-7b78-448f-982f-a6916c0cc44a
ArtifactChecksum:ZTdiMzM2ZTIxMDllZGYwMTYxZWI0ZmEzNzJjMmJmOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:420d4102-8adb-47ed-ba84-4639fede2bd0
ResourceInvariantUUID:1ac6d51a-ebbb-4abe-9a78-3bf57917a97b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f3fbf6d0-226d-4bed-a69d-96a5502609d6
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:fa54c2f2-0640-430f-8aa6-170117a5e4e7
ArtifactChecksum:MWQ0MjA3OGU0NGFhNmEzZDRlZGY3OGQ4ODliMjZiYzk=
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:ad2bb9b5-e4c3-4cfc-bb73-f301346466ca
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:86f4450f-81f5-4aff-a8cb-3ff1f5a69965
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:86f4450f-81f5-4aff-a8cb-3ff1f5a69965
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-23T04:05:11.970Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 011ba64e-a67c-4fcf-9f3c-535de9ce57ed 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-03-23T04:05:12.014Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:05:12.015Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:05:12.015Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:05:12.015Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8660bfcf-7b78-448f-982f-a6916c0cc44a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-23T04:05:12.016Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:05:12.016Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-23T04:05:12.724Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:05:12.730Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 8660bfcf-7b78-448f-982f-a6916c0cc44a 78789
2022-03-23T04:05:12.730Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-23T04:05:12.730Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-23T04:05:12.731Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:05:12.731Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:12.733Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:12.734Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008312730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:12.834Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:12.835Z||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-03-23T04:05:12.835Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:12.847Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:12.848Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:13.737Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:05:13.737Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:05:13.738Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 8660bfcf-7b78-448f-982f-a6916c0cc44a, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-23T04:05:13.739Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-23T04:05:13.740Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-23T04:05:13.740Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-23T04:05:13.848Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13232809574384079842/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-03-23T04:05:15.080Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T04:05:15.081Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:05:15.081Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-23T04:05:15.081Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-23T04:05:15.082Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:15.082Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:15.082Z|316bf1f5-fec7-435e-84df-36ba6422db42|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-BasicVmMacro-csar.csar
2022-03-23T04:05:15.082Z|316bf1f5-fec7-435e-84df-36ba6422db42|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-BasicVmMacro-csar.csar
2022-03-23T04:05:15.082Z|316bf1f5-fec7-435e-84df-36ba6422db42|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-BasicVmMacro-csar.csar
2022-03-23T04:05:15.082Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:15.083Z|316bf1f5-fec7-435e-84df-36ba6422db42|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-BasicVmMacro-csar.csar
2022-03-23T04:05:15.083Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:15.083Z|316bf1f5-fec7-435e-84df-36ba6422db42|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-BasicVmMacro-csar.csar
2022-03-23T04:05:15.083Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:05:15.083Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.084Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:15.084Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-23T04:05:15.084Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:05:15.084Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:05:15.085Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.085Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:15.085Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-23T04:05:15.085Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:05:15.085Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:05:15.086Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.086Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:15.086Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.086Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-23T04:05:15.087Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-23T04:05:15.087Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-23T04:05:15.087Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-23T04:05:15.087Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-23T04:05:15.087Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T04:05:15.088Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.088Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T04:05:15.088Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.088Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-23T04:05:15.088Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:05:15.089Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.089Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-23T04:05:15.089Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:05:15.089Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.090Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-23T04:05:15.090Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:05:15.090Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.090Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-23T04:05:15.090Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-23T04:05:15.091Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-23T04:05:15.091Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=69f4ec16-76fb-474c-8f4c-42b7ca5298d6
2022-03-23T04:05:15.091Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.091Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:15.091Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.092Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:15.092Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.092Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:15.092Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:15.092Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:15.093Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:011ba64e-a67c-4fcf-9f3c-535de9ce57ed
Model Version:NULL
Model InvariantUuid:3465925c-7b18-40a3-aa07-a8b26b34df66
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:4f163f12-6fef-46fd-badb-72ffd93461c1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1ac6d51a-ebbb-4abe-9a78-3bf57917a97b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:420d4102-8adb-47ed-ba84-4639fede2bd0
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1bd006b5-a737-4c31-b238-de05d64e7304
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:6f16aad2-d265-4064-929c-0f4cf9dca845
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:69f4ec16-76fb-474c-8f4c-42b7ca5298d6
ModelInvariantUuid:5f666eed-02d6-45c8-bdc2-a7f337c5f520
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:9ba98b02-8c55-4f15-87e7-3fd07f2b0e51
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:20bdbeda-735e-44c1-9036-c3d6485e51e1
ModelInvariantUuid:5174debc-cf04-4a46-92d9-36f8bbae30f9
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:422b8fd6-62d9-4262-ab18-4d768a557b89
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-03-23T04:05:15.102Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f3fbf6d0-226d-4bed-a69d-96a5502609d6
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-03-23T04:05:15.107Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-03-23T04:05:15.107Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f3fbf6d0-226d-4bed-a69d-96a5502609d6
2022-03-23T04:05:15.108Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fa54c2f2-0640-430f-8aa6-170117a5e4e7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-23T04:05:15.108Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:05:15.108Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:15.317Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:05:15.318Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json fa54c2f2-0640-430f-8aa6-170117a5e4e7 792
2022-03-23T04:05:15.320Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:15.320Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:15.320Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:05:15.322Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:15.324Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:15.324Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008315320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:15.424Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:15.426Z||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-03-23T04:05:15.426Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:15.437Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:15.438Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:05:16.325Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1bd006b5-a737-4c31-b238-de05d64e7304",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6f16aad2-d265-4064-929c-0f4cf9dca845",
    "vfModuleModelCustomizationUUID": "cf7bda97-9fab-452e-a477-f30854528a27",
    "isBase": true,
    "artifacts": [
      "ad2bb9b5-e4c3-4cfc-bb73-f301346466ca",
      "86f4450f-81f5-4aff-a8cb-3ff1f5a69965"
    ],
    "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-03-23T04:05:16.330Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f16aad2-d265-4064-929c-0f4cf9dca845
VfModuleModelInvariantUUID:1bd006b5-a737-4c31-b238-de05d64e7304
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad2bb9b5-e4c3-4cfc-bb73-f301346466ca
,
86f4450f-81f5-4aff-a8cb-3ff1f5a69965

}
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-03-23T04:05:16.332Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "1bd006b5-a737-4c31-b238-de05d64e7304",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6f16aad2-d265-4064-929c-0f4cf9dca845",
    "vfModuleModelCustomizationUUID": "cf7bda97-9fab-452e-a477-f30854528a27",
    "isBase": true,
    "artifacts": [
      "ad2bb9b5-e4c3-4cfc-bb73-f301346466ca",
      "86f4450f-81f5-4aff-a8cb-3ff1f5a69965"
    ],
    "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-03-23T04:05:16.332Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6f16aad2-d265-4064-929c-0f4cf9dca845
VfModuleModelInvariantUUID:1bd006b5-a737-4c31-b238-de05d64e7304
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad2bb9b5-e4c3-4cfc-bb73-f301346466ca
,
86f4450f-81f5-4aff-a8cb-3ff1f5a69965

}
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-03-23T04:05:16.332Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ad2bb9b5-e4c3-4cfc-bb73-f301346466ca from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-23T04:05:16.333Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:05:16.333Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:16.514Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:05:16.515Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ad2bb9b5-e4c3-4cfc-bb73-f301346466ca 5033
2022-03-23T04:05:16.515Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:16.515Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:16.515Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:05:16.516Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:16.518Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:16.519Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008316515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:16.622Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-23T04:05:16.623Z||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-03-23T04:05:16.623Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:16.643Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:16.644Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:17.519Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86f4450f-81f5-4aff-a8cb-3ff1f5a69965 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-23T04:05:17.521Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:05:17.521Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:17.725Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:05:17.727Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 86f4450f-81f5-4aff-a8cb-3ff1f5a69965 903
2022-03-23T04:05:17.727Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:17.728Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:17.728Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:05:17.728Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:17.731Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:17.732Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008317727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:17.831Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-23T04:05:17.832Z||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-03-23T04:05:17.832Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:17.841Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:17.841Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:18.734Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 011ba64e-a67c-4fcf-9f3c-535de9ce57ed
2022-03-23T04:05:18.734Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f3fbf6d0-226d-4bed-a69d-96a5502609d6 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-03-23T04:05:19.026Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45ef2413, org.onap.sdc.toscaparser.api.parameters.Input@714e9040, org.onap.sdc.toscaparser.api.parameters.Input@54bf4bfc, org.onap.sdc.toscaparser.api.parameters.Input@43c48164, org.onap.sdc.toscaparser.api.parameters.Input@7fb7fab3]
2022-03-23T04:05:19.028Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.028Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:19.029Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-23T04:05:19.029Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 420d4102-8adb-47ed-ba84-4639fede2bd0
2022-03-23T04:05:19.029Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 420d4102-8adb-47ed-ba84-4639fede2bd0 matches Tosca VF Customization UUID: 420d4102-8adb-47ed-ba84-4639fede2bd0
2022-03-23T04:05:19.029Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 420d4102-8adb-47ed-ba84-4639fede2bd0  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-03-23T04:05:19.032Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.033Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:19.033Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 420d4102-8adb-47ed-ba84-4639fede2bd0: {\"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-03-23T04:05:19.034Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@339899de
2022-03-23T04:05:19.034Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.034Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T04:05:19.034Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cf7bda97-9fab-452e-a477-f30854528a27
2022-03-23T04:05:19.035Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cf7bda97-9fab-452e-a477-f30854528a27
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-03-23T04:05:19.037Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.038Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-23T04:05:19.039Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:05:19.039Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.040Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-23T04:05:19.040Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:05:19.040Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.040Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-23T04:05:19.040Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-23T04:05:19.041Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-23T04:05:19.041Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=69f4ec16-76fb-474c-8f4c-42b7ca5298d6
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-03-23T04:05:19.045Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.046Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-23T04:05:19.046Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:05:19.046Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.046Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-23T04:05:19.047Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=420d4102-8adb-47ed-ba84-4639fede2bd0
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-03-23T04:05:19.049Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.049Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:19.049Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 011ba64e-a67c-4fcf-9f3c-535de9ce57ed: basic_vm_macro
2022-03-23T04:05:19.049Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.050Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:19.050Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.050Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:19.050Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.051Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:19.051Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.051Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:19.051Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:05:19.051Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:05:19.052Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:19.173Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f3fbf6d0-226d-4bed-a69d-96a5502609d6 1 ASDC deployResourceStructure
2022-03-23T04:05:19.175Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:19.175Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:19.175Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:05:19.175Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:19.178Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:19.178Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008319175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:05:19.278Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:19.279Z||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-03-23T04:05:19.280Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:19.293Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:19.294Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:20.181Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:20.181Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:20.181Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:05:20.181Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:20.183Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:20.183Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008320181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:05:20.284Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T04:05:20.286Z||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-03-23T04:05:20.286Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:20.295Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:20.295Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:21.184Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:21.184Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||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-03-23T04:05:21.185Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:05:21.185Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:21.187Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:21.187Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008321184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-23T04:05:21.289Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T04:05:21.290Z||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-03-23T04:05:21.291Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:21.329Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:21.330Z||pool-120-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:22.188Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-23T04:05:22.189Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-23T04:05:22.189Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:05:22.190Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:22.192Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:22.192Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008322188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:05:22.292Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:22.293Z||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-03-23T04:05:22.293Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:22.320Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:22.321Z||pool-121-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:05:22.463Z||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-03-23T04:05:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:22.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:22.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:05:22.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:05:22.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-03-23T04:05:22.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:05:22.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:05:22.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:05:22.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008147220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008149586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008150636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:22.487Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008151740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008152922,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008154117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008155244,
  "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-03-23T04:05:22.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008156249,
  "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-03-23T04:05:22.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008157253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008158258,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008159262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-03-23T04:05:22.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:22.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:05:22.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008160267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:05:22.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:05:23.196Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 316bf1f5-fec7-435e-84df-36ba6422db42
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:05:23.213Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 316bf1f5-fec7-435e-84df-36ba6422db42
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:05:23.218Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:05:23.218Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:05:23.219Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T04:05:23.219Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T04:05:23.219Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:05:23.219Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:05:23.219Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:05:23.219Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:05:23.219Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:05:23.220Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:05:23.220Z|316bf1f5-fec7-435e-84df-36ba6422db42|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-03-23T04:05:23.225Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T04:05:53.226Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 316bf1f5-fec7-435e-84df-36ba6422db42 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-03-23T04:05:53.237Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 316bf1f5-fec7-435e-84df-36ba6422db42 and serviceModelVersionId: 011ba64e-a67c-4fcf-9f3c-535de9ce57ed
2022-03-23T04:05:53.237Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3465925c-7b18-40a3-aa07-a8b26b34df66
2022-03-23T04:05:53.238Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3465925c-7b18-40a3-aa07-a8b26b34df66/model-vers/model-ver/011ba64e-a67c-4fcf-9f3c-535de9ce57ed?depth=0
2022-03-23T04:05:53.244Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T04:05:53.292Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3465925c-7b18-40a3-aa07-a8b26b34df66/model-vers/model-ver/011ba64e-a67c-4fcf-9f3c-535de9ce57ed?depth=0|INFO|500||Invoke
2022-03-23T04:05:53.292Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3465925c-7b18-40a3-aa07-a8b26b34df66/model-vers/model-ver/011ba64e-a67c-4fcf-9f3c-535de9ce57ed?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3465925c-7b18-40a3-aa07-a8b26b34df66/model-vers/model-ver/011ba64e-a67c-4fcf-9f3c-535de9ce57ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[316bf1f5-fec7-435e-84df-36ba6422db42], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7e6c2ee1-1c96-41e8-a976-3cc449a79bf3], X-ECOMP-RequestID=[316bf1f5-fec7-435e-84df-36ba6422db42], X-TransactionId=[], X-ONAP-RequestID=[316bf1f5-fec7-435e-84df-36ba6422db42], Content-Type=[application/merge-patch+json]}
2022-03-23T04:05:53.316Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3465925c-7b18-40a3-aa07-a8b26b34df66/model-vers/model-ver/011ba64e-a67c-4fcf-9f3c-535de9ce57ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T04:05:53.708Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3465925c-7b18-40a3-aa07-a8b26b34df66/model-vers/model-ver/011ba64e-a67c-4fcf-9f3c-535de9ce57ed?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/3465925c-7b18-40a3-aa07-a8b26b34df66/model-vers/model-ver/011ba64e-a67c-4fcf-9f3c-535de9ce57ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220323-04:05:53:136-2562], vertex-id=[249864], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:05:53 GMT], Content-Type=[application/json]}
2022-03-23T04:05:53.709Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3465925c-7b18-40a3-aa07-a8b26b34df66/model-vers/model-ver/011ba64e-a67c-4fcf-9f3c-535de9ce57ed?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-23T04:05:53.710Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3465925c-7b18-40a3-aa07-a8b26b34df66/model-vers/model-ver/011ba64e-a67c-4fcf-9f3c-535de9ce57ed?depth=0|INFO|500||InvokeReturn
2022-03-23T04:05:53.711Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T04:05:53.712Z|316bf1f5-fec7-435e-84df-36ba6422db42|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-03-23T04:05:53.722Z|316bf1f5-fec7-435e-84df-36ba6422db42|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-03-23T04:05:53.723Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 316bf1f5-fec7-435e-84df-36ba6422db42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T04:05:53.723Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T04:05:53.723Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:53.747Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:53.748Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008353723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:05:53.826Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms
2022-03-23T04:05:53.827Z||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-03-23T04:05:53.827Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:53.844Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:53.845Z||pool-122-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-03-23T04:05:54.765Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-23T04:05:54.766Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"97282bff-9865-4aeb-ac53-ed182e871444","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9095a6a6-6ff5-4dd7-bc9d-17d867359757","serviceDescription":"service","serviceInvariantUUID":"0002b243-a9da-458b-bbcb-7cbc69a8da94","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"041bfd53-aaa8-4c25-ac40-a937fe73209f","resourceInvariantUUID":"a57a3c9a-fa1d-4414-b53e-e44aab5d30e9","resourceCustomizationUUID":"33cac933-2045-41ae-996a-4d533d9f1611","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":"ODdjMzdjODFiNjE2ZWFmNmEwYjg0NzZiMjI1ODA2NTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fc2b9cf3-4007-4b6f-a1aa-e75a5a1d2db8","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":"Y2E2YTUyYThkNmM2YmU1MzIwNDk4OTcyZTZkNjVkN2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a77831ba-5c62-4e18-b40c-56a5f413756c","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":"f2b6d0b0-a59b-4b37-b249-e383c6959eec","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":"5a351732-d04c-4a03-84d5-98a7cb3050c0","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":"e7b68908-2ee2-4d7a-bc0d-859aba34dccc","artifactVersion":"2","generatedFromUUID":"f2b6d0b0-a59b-4b37-b249-e383c6959eec"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Mzg0MWEwZmUxYjFiNjNjZDFkZjdlY2EwMmUxMGU0ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1bf8d1c-14ef-4b69-a2c0-333fcc74a6cc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjAxMTM5M2EyNDRhNmNmYThmNGYwYTcwMjUzMDA4ODc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24e6972f-124b-47aa-a006-98cb16b9ac19","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T04:05:54.766Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:54.766Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:54.769Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:54.769Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:05:54.869Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:54.870Z||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-03-23T04:05:54.870Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:54.880Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:54.881Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:55.770Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:55.770Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:55.774Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:55.774Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:05:55.875Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:05:55.876Z||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-03-23T04:05:55.876Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:55.896Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:55.896Z||pool-124-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:56.777Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:56.778Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:56.779Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:56.779Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:05:56.880Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:05:56.880Z||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-03-23T04:05:56.880Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:56.896Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:56.897Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:57.780Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:57.781Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:57.782Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:57.783Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:05:57.883Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:57.885Z||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-03-23T04:05:57.885Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:57.895Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:57.896Z||pool-126-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:58.783Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:58.784Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:58.786Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:58.787Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-23T04:05:58.887Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:58.888Z||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-03-23T04:05:58.888Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:58.897Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:58.897Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:05:59.787Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:05:59.788Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:05:59.790Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:05:59.790Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:05:59.890Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:05:59.891Z||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-03-23T04:05:59.891Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:05:59.900Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:05:59.900Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:06:00.791Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:00.791Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:00.794Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:00.794Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:06:00.894Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:00.895Z||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-03-23T04:06:00.895Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:00.907Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:00.907Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:01.795Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "9095a6a6-6ff5-4dd7-bc9d-17d867359757",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0002b243-a9da-458b-bbcb-7cbc69a8da94",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "33cac933-2045-41ae-996a-4d533d9f1611",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "041bfd53-aaa8-4c25-ac40-a937fe73209f",
      "resourceInvariantUUID": "a57a3c9a-fa1d-4414-b53e-e44aab5d30e9",
      "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": "Y2E2YTUyYThkNmM2YmU1MzIwNDk4OTcyZTZkNjVkN2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a77831ba-5c62-4e18-b40c-56a5f413756c",
          "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": "f2b6d0b0-a59b-4b37-b249-e383c6959eec",
          "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": "e7b68908-2ee2-4d7a-bc0d-859aba34dccc",
            "generatedFromUUID": "f2b6d0b0-a59b-4b37-b249-e383c6959eec"
          },
          "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": "e7b68908-2ee2-4d7a-bc0d-859aba34dccc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NjAxMTM5M2EyNDRhNmNmYThmNGYwYTcwMjUzMDA4ODc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "24e6972f-124b-47aa-a006-98cb16b9ac19"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T04:06:01.795Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T04:06:01.796Z|316bf1f5-fec7-435e-84df-36ba6422db42|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9095a6a6-6ff5-4dd7-bc9d-17d867359757 ASDC
2022-03-23T04:06:01.796Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:97282bff-9865-4aeb-ac53-ed182e871444
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:9095a6a6-6ff5-4dd7-bc9d-17d867359757
ServiceInvariantUUID:0002b243-a9da-458b-bbcb-7cbc69a8da94
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:24e6972f-124b-47aa-a006-98cb16b9ac19
ArtifactChecksum:NjAxMTM5M2EyNDRhNmNmYThmNGYwYTcwMjUzMDA4ODc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:33cac933-2045-41ae-996a-4d533d9f1611
ResourceInvariantUUID:a57a3c9a-fa1d-4414-b53e-e44aab5d30e9
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:041bfd53-aaa8-4c25-ac40-a937fe73209f
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:a77831ba-5c62-4e18-b40c-56a5f413756c
ArtifactChecksum:Y2E2YTUyYThkNmM2YmU1MzIwNDk4OTcyZTZkNjVkN2Y=
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:f2b6d0b0-a59b-4b37-b249-e383c6959eec
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:e7b68908-2ee2-4d7a-bc0d-859aba34dccc
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:e7b68908-2ee2-4d7a-bc0d-859aba34dccc
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-23T04:06:01.796Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9095a6a6-6ff5-4dd7-bc9d-17d867359757 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-03-23T04:06:01.828Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:06:01.828Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:06:01.828Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:06:01.828Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 24e6972f-124b-47aa-a006-98cb16b9ac19 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-23T04:06:01.829Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:06:01.829Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-23T04:06:02.140Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:06:02.143Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 24e6972f-124b-47aa-a006-98cb16b9ac19 71049
2022-03-23T04:06:02.143Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-23T04:06:02.143Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-23T04:06:02.143Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:06:02.143Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:02.145Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:02.145Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008362143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:06:02.246Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:06:02.246Z||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-03-23T04:06:02.247Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:02.255Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:02.256Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:03.146Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:06:03.147Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:06:03.147Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 24e6972f-124b-47aa-a006-98cb16b9ac19, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-23T04:06:03.148Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-23T04:06:03.148Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-23T04:06:03.148Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-23T04:06:03.286Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16724346322003148825/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-03-23T04:06:04.815Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T04:06:04.816Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:06:04.816Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-23T04:06:04.816Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-23T04:06:04.816Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:04.816Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:04.817Z|97282bff-9865-4aeb-ac53-ed182e871444|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-BasicVm-csar.csar
2022-03-23T04:06:04.817Z|97282bff-9865-4aeb-ac53-ed182e871444|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-BasicVm-csar.csar
2022-03-23T04:06:04.817Z|97282bff-9865-4aeb-ac53-ed182e871444|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-BasicVm-csar.csar
2022-03-23T04:06:04.817Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:04.817Z|97282bff-9865-4aeb-ac53-ed182e871444|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-BasicVm-csar.csar
2022-03-23T04:06:04.817Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:04.818Z|97282bff-9865-4aeb-ac53-ed182e871444|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-BasicVm-csar.csar
2022-03-23T04:06:04.818Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:06:04.818Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.818Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:04.819Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-23T04:06:04.819Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:06:04.819Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:06:04.820Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.820Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:04.820Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-23T04:06:04.820Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:06:04.820Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:06:04.821Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.821Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:04.821Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.821Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-23T04:06:04.822Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-23T04:06:04.822Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-23T04:06:04.822Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-23T04:06:04.823Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-23T04:06:04.823Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-23T04:06:04.823Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.823Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T04:06:04.824Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.824Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-23T04:06:04.824Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:06:04.824Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.825Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-23T04:06:04.825Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:06:04.825Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.825Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-23T04:06:04.826Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:06:04.826Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.826Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-23T04:06:04.826Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-23T04:06:04.827Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-23T04:06:04.827Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c404840-6f76-4dc3-ae6d-381ee2789043
2022-03-23T04:06:04.827Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.827Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:04.828Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.828Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:04.828Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.828Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:04.829Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:04.829Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:04.829Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:9095a6a6-6ff5-4dd7-bc9d-17d867359757
Model Version:NULL
Model InvariantUuid:0002b243-a9da-458b-bbcb-7cbc69a8da94
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:2cba597f-1ecd-4c30-bb5d-abd4f23b46be
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a57a3c9a-fa1d-4414-b53e-e44aab5d30e9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:33cac933-2045-41ae-996a-4d533d9f1611
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7b6728a3-b944-42df-89ce-e27075b73365
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:9dba62a3-8f24-4f7e-be1f-9b98bf05efe5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3c404840-6f76-4dc3-ae6d-381ee2789043
ModelInvariantUuid:e0c1a1d2-ea41-4a02-b01d-a93924207307
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7192675b-39f4-4466-b5f0-283a7f275b88
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:729868c2-2fcc-4a7f-8ca8-dc022e8240ec
ModelInvariantUuid:cb251386-0e80-4234-80ef-4ba99c0bbe1a
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2b79bb35-408e-4694-a392-fae811e2e677
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-03-23T04:06:04.835Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 041bfd53-aaa8-4c25-ac40-a937fe73209f
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-03-23T04:06:04.838Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||basic_vm 0
2022-03-23T04:06:04.838Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 041bfd53-aaa8-4c25-ac40-a937fe73209f
2022-03-23T04:06:04.838Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a77831ba-5c62-4e18-b40c-56a5f413756c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-23T04:06:04.839Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:06:04.839Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:05.127Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:06:05.128Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json a77831ba-5c62-4e18-b40c-56a5f413756c 787
2022-03-23T04:06:05.128Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:05.128Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:05.128Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:06:05.128Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:05.131Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:05.131Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008365128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:06:05.232Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T04:06:05.234Z||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-03-23T04:06:05.234Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:05.246Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:05.247Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:06.132Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7b6728a3-b944-42df-89ce-e27075b73365",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9dba62a3-8f24-4f7e-be1f-9b98bf05efe5",
    "vfModuleModelCustomizationUUID": "553f04e3-2b01-421c-9a3b-b00846cae501",
    "isBase": true,
    "artifacts": [
      "f2b6d0b0-a59b-4b37-b249-e383c6959eec",
      "e7b68908-2ee2-4d7a-bc0d-859aba34dccc"
    ],
    "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-03-23T04:06:06.135Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9dba62a3-8f24-4f7e-be1f-9b98bf05efe5
VfModuleModelInvariantUUID:7b6728a3-b944-42df-89ce-e27075b73365
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2b6d0b0-a59b-4b37-b249-e383c6959eec
,
e7b68908-2ee2-4d7a-bc0d-859aba34dccc

}
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-03-23T04:06:06.137Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7b6728a3-b944-42df-89ce-e27075b73365",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9dba62a3-8f24-4f7e-be1f-9b98bf05efe5",
    "vfModuleModelCustomizationUUID": "553f04e3-2b01-421c-9a3b-b00846cae501",
    "isBase": true,
    "artifacts": [
      "f2b6d0b0-a59b-4b37-b249-e383c6959eec",
      "e7b68908-2ee2-4d7a-bc0d-859aba34dccc"
    ],
    "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-03-23T04:06:06.137Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:9dba62a3-8f24-4f7e-be1f-9b98bf05efe5
VfModuleModelInvariantUUID:7b6728a3-b944-42df-89ce-e27075b73365
VfModuleModelDescription:NULL
Artifacts UUID List:{
f2b6d0b0-a59b-4b37-b249-e383c6959eec
,
e7b68908-2ee2-4d7a-bc0d-859aba34dccc

}
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-03-23T04:06:06.138Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f2b6d0b0-a59b-4b37-b249-e383c6959eec from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-23T04:06:06.138Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:06:06.138Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:06.328Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:06:06.328Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml f2b6d0b0-a59b-4b37-b249-e383c6959eec 5033
2022-03-23T04:06:06.329Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:06.329Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:06.329Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:06:06.329Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:06.331Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:06.331Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008366329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:06:06.431Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:06.432Z||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-03-23T04:06:06.432Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:06.443Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:06.444Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:07.332Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e7b68908-2ee2-4d7a-bc0d-859aba34dccc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-23T04:06:07.332Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:06:07.332Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:07.614Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:06:07.614Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e7b68908-2ee2-4d7a-bc0d-859aba34dccc 903
2022-03-23T04:06:07.614Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:07.615Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:07.615Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:06:07.615Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:07.617Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:07.618Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008367614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:06:07.717Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:06:07.718Z||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-03-23T04:06:07.718Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:07.732Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:07.733Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:08.619Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9095a6a6-6ff5-4dd7-bc9d-17d867359757
2022-03-23T04:06:08.619Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 041bfd53-aaa8-4c25-ac40-a937fe73209f 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-03-23T04:06:08.630Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1e97715d, org.onap.sdc.toscaparser.api.parameters.Input@7eba4bf2, org.onap.sdc.toscaparser.api.parameters.Input@15ee6e03, org.onap.sdc.toscaparser.api.parameters.Input@5e91d5ac, org.onap.sdc.toscaparser.api.parameters.Input@7b294aba]
2022-03-23T04:06:08.632Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.632Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:08.632Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-23T04:06:08.632Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 33cac933-2045-41ae-996a-4d533d9f1611
2022-03-23T04:06:08.633Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 33cac933-2045-41ae-996a-4d533d9f1611 matches Tosca VF Customization UUID: 33cac933-2045-41ae-996a-4d533d9f1611
2022-03-23T04:06:08.633Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 33cac933-2045-41ae-996a-4d533d9f1611  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-03-23T04:06:08.635Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.635Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:08.636Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 33cac933-2045-41ae-996a-4d533d9f1611: {\"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-03-23T04:06:08.636Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@61f41645
2022-03-23T04:06:08.637Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.637Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-23T04:06:08.637Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 553f04e3-2b01-421c-9a3b-b00846cae501
2022-03-23T04:06:08.637Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 553f04e3-2b01-421c-9a3b-b00846cae501
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-03-23T04:06:08.640Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.640Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-23T04:06:08.640Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:06:08.640Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.641Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-23T04:06:08.641Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:06:08.641Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.641Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-23T04:06:08.642Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-23T04:06:08.642Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-23T04:06:08.642Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3c404840-6f76-4dc3-ae6d-381ee2789043
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-03-23T04:06:08.644Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.644Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-23T04:06:08.645Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-23T04:06:08.645Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.645Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-23T04:06:08.645Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=33cac933-2045-41ae-996a-4d533d9f1611
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-03-23T04:06:08.647Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.647Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:08.648Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9095a6a6-6ff5-4dd7-bc9d-17d867359757: basic_vm
2022-03-23T04:06:08.648Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.648Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:08.648Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.649Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:08.649Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.649Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:08.649Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.649Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:08.650Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:06:08.650Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:06:08.650Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:08.741Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 041bfd53-aaa8-4c25-ac40-a937fe73209f 1 ASDC deployResourceStructure
2022-03-23T04:06:08.742Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:08.742Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:08.742Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:06:08.742Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:08.744Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:08.744Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008368741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:06:08.844Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:08.845Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:08.845Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:08.854Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:08.855Z||pool-134-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:09.745Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:09.745Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:09.745Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:06:09.746Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:09.749Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:09.750Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008369745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:06:09.849Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:06:09.850Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:09.850Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:09.860Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:09.860Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:06:10.750Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:10.751Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||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-03-23T04:06:10.751Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:06:10.751Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:10.754Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:10.754Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008370750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-23T04:06:10.854Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:10.855Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:10.855Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:10.865Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:10.865Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:06:11.755Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-23T04:06:11.755Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-23T04:06:11.755Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:06:11.755Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:11.757Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:11.757Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008371754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:06:11.857Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:11.858Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:11.858Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:11.867Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:11.868Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:12.758Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97282bff-9865-4aeb-ac53-ed182e871444
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:06:12.769Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97282bff-9865-4aeb-ac53-ed182e871444
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:06:12.772Z|97282bff-9865-4aeb-ac53-ed182e871444|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-03-23T04:06:12.777Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T04:06:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:06:22.463Z||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-03-23T04:06:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:22.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:22.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "031844b9-127c-413a-8de3-841a38e73c57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008251830,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:06:22.485Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:06:22.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:22.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:06:22.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:22.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:06:22.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:06:22.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:06:22.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:06:22.489Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:06:22.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:22.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:06:22.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-23T04:06:22.491Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:06:22.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:22.492Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:06:22.493Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.493Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:06:22.493Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:06:22.494Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-23T04:06:22.494Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008262119,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:06:22.494Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:06:42.777Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97282bff-9865-4aeb-ac53-ed182e871444 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-03-23T04:06:42.785Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97282bff-9865-4aeb-ac53-ed182e871444 and serviceModelVersionId: 9095a6a6-6ff5-4dd7-bc9d-17d867359757
2022-03-23T04:06:42.785Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0002b243-a9da-458b-bbcb-7cbc69a8da94
2022-03-23T04:06:42.786Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0002b243-a9da-458b-bbcb-7cbc69a8da94/model-vers/model-ver/9095a6a6-6ff5-4dd7-bc9d-17d867359757?depth=0
2022-03-23T04:06:42.790Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T04:06:42.832Z|97282bff-9865-4aeb-ac53-ed182e871444|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/0002b243-a9da-458b-bbcb-7cbc69a8da94/model-vers/model-ver/9095a6a6-6ff5-4dd7-bc9d-17d867359757?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-03-23T04:06:42.834Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0002b243-a9da-458b-bbcb-7cbc69a8da94/model-vers/model-ver/9095a6a6-6ff5-4dd7-bc9d-17d867359757?depth=0|INFO|500||Invoke
2022-03-23T04:06:42.852Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0002b243-a9da-458b-bbcb-7cbc69a8da94/model-vers/model-ver/9095a6a6-6ff5-4dd7-bc9d-17d867359757?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T04:06:43.313Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0002b243-a9da-458b-bbcb-7cbc69a8da94/model-vers/model-ver/9095a6a6-6ff5-4dd7-bc9d-17d867359757?depth=0|INFO|500||InvokeReturn
2022-03-23T04:06:43.314Z|97282bff-9865-4aeb-ac53-ed182e871444|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/0002b243-a9da-458b-bbcb-7cbc69a8da94/model-vers/model-ver/9095a6a6-6ff5-4dd7-bc9d-17d867359757?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220323-04:06:42:672-53098], vertex-id=[540752], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:06:42 GMT], Content-Type=[application/json]}
2022-03-23T04:06:43.314Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-23T04:06:43.314Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T04:06:43.314Z|97282bff-9865-4aeb-ac53-ed182e871444|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-03-23T04:06:43.323Z|97282bff-9865-4aeb-ac53-ed182e871444|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-03-23T04:06:43.324Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97282bff-9865-4aeb-ac53-ed182e871444 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T04:06:43.324Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T04:06:43.324Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:43.328Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:43.328Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008403324,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:06:43.428Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:06:43.429Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:43.429Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:43.444Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:43.445Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 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-03-23T04:06:44.342Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:06:44.343Z|97282bff-9865-4aeb-ac53-ed182e871444|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-03-23T04:06:44.343Z|97282bff-9865-4aeb-ac53-ed182e871444|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:48.740Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:48.741Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-23T04:06:48.741Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"15202ac7-2928-475e-98b6-f17d3c866548","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2578e34c-66b1-4d11-a9fa-4c3f4f03ac41","serviceDescription":"service","serviceInvariantUUID":"9bf697b4-a655-44fb-b5aa-842fad62a03a","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"beea6ad7-6558-40ae-a1be-a95315796288","resourceInvariantUUID":"a91dbce4-419f-4255-aa1b-1a2c1186f436","resourceCustomizationUUID":"5f745652-6372-429f-ab5e-c3504e1a7f20","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":"YjQxYThhOGQzN2M0ZmEzYTc2NzNlNDYxMTlhMjZmMjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c11baaf7-acb5-4a94-8b1b-3f16fd562e25","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":"4c212f15-a642-44f7-b404-6db279582ac6","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":"23b629d5-5c2d-46de-ae66-158ae4a57919","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":"ZWQwMTM1ZTk4YmM5M2NmY2U2Y2UwNWNkN2NkNGJjOTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5a7466c0-2f36-48e9-92b6-f652f5920d3c","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":"47702fa0-2d22-45d0-adb7-53313e33037a","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":"75ad0bd2-5a6a-4844-905f-43b35dac1f44","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":"670be0f6-61f7-4ad2-be87-1f150a01e0d1","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":"OGJhM2QwNGJjMDkwZTg0ZmJiOGEzNzI5N2ZhOTE4MGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8b24373-eecf-4872-a3e9-8e50dba3040c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzhhNWRiMjNiZGUyZDYzNzBjOGZhYjRlOGEwNzk1ZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0e186974-ddc6-4b15-98eb-863671050bea","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T04:06:48.743Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:48.743Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:48.745Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:48.745Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:48.845Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:48.846Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:48.846Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:48.868Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:48.869Z||pool-139-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:06:49.748Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:49.749Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:49.751Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:49.751Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:49.851Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:06:49.852Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:49.852Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:49.862Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:49.862Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:50.754Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:50.755Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:50.778Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:50.779Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:50.862Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms
2022-03-23T04:06:50.863Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:50.863Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:51.084Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:51.085Z||pool-141-thread-1|||||INFO|500||cambria reply ok (223 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:51.787Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:51.787Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:51.790Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:51.790Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:51.890Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:51.892Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:51.892Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:51.903Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:51.903Z||pool-142-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:06:52.791Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:52.792Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:52.794Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:52.794Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:52.894Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:52.895Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:52.895Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:52.918Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:52.927Z||pool-143-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:06:53.794Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:53.795Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:53.797Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:53.797Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:53.897Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:53.898Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:53.898Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:53.919Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:53.919Z||pool-144-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:54.797Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:54.798Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:54.800Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:54.800Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:54.900Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:54.901Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:54.901Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:54.913Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:54.914Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:06:55.801Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:55.801Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:55.803Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:55.803Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:06:55.903Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:06:55.904Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:55.904Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:55.926Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:55.926Z||pool-146-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:06:56.804Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:06:56.805Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:56.807Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:56.807Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:06:56.907Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:56.908Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:56.908Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:56.925Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:56.926Z||pool-147-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:57.808Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2578e34c-66b1-4d11-a9fa-4c3f4f03ac41",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9bf697b4-a655-44fb-b5aa-842fad62a03a",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "5f745652-6372-429f-ab5e-c3504e1a7f20",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "beea6ad7-6558-40ae-a1be-a95315796288",
      "resourceInvariantUUID": "a91dbce4-419f-4255-aa1b-1a2c1186f436",
      "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": "YzhhNWRiMjNiZGUyZDYzNzBjOGZhYjRlOGEwNzk1ZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0e186974-ddc6-4b15-98eb-863671050bea"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T04:06:57.809Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T04:06:57.809Z|97282bff-9865-4aeb-ac53-ed182e871444|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2578e34c-66b1-4d11-a9fa-4c3f4f03ac41 ASDC
2022-03-23T04:06:57.809Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:15202ac7-2928-475e-98b6-f17d3c866548
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:2578e34c-66b1-4d11-a9fa-4c3f4f03ac41
ServiceInvariantUUID:9bf697b4-a655-44fb-b5aa-842fad62a03a
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:0e186974-ddc6-4b15-98eb-863671050bea
ArtifactChecksum:YzhhNWRiMjNiZGUyZDYzNzBjOGZhYjRlOGEwNzk1ZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:5f745652-6372-429f-ab5e-c3504e1a7f20
ResourceInvariantUUID:a91dbce4-419f-4255-aa1b-1a2c1186f436
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:beea6ad7-6558-40ae-a1be-a95315796288
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-23T04:06:57.810Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2578e34c-66b1-4d11-a9fa-4c3f4f03ac41 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-03-23T04:06:57.837Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:06:57.838Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:06:57.838Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:06:57.839Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0e186974-ddc6-4b15-98eb-863671050bea from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-23T04:06:57.839Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:06:57.839Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-23T04:06:58.636Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:06:58.641Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 0e186974-ddc6-4b15-98eb-863671050bea 105639
2022-03-23T04:06:58.642Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-23T04:06:58.642Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-23T04:06:58.642Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:06:58.643Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:06:58.645Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:06:58.645Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008418642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:06:58.745Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:06:58.746Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:06:58.746Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:06:58.757Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:06:58.758Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:06:59.645Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:06:59.646Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:06:59.646Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 0e186974-ddc6-4b15-98eb-863671050bea, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-23T04:06:59.648Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-23T04:06:59.649Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-23T04:06:59.649Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-23T04:06:59.760Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1990062384294256410/Definitions/service-TestPnfMacro-template.yml
2022-03-23T04:07:00.684Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T04:07:00.685Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:07:00.685Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-23T04:07:00.686Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-23T04:07:00.686Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||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-03-23T04:07:00.686Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||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-03-23T04:07:00.687Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||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-03-23T04:07:00.687Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||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-03-23T04:07:00.687Z|15202ac7-2928-475e-98b6-f17d3c866548|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-TestPnfMacro-csar.csar
2022-03-23T04:07:00.687Z|15202ac7-2928-475e-98b6-f17d3c866548|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-TestPnfMacro-csar.csar
2022-03-23T04:07:00.687Z|15202ac7-2928-475e-98b6-f17d3c866548|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-TestPnfMacro-csar.csar
2022-03-23T04:07:00.687Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:07:00.687Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:07:00.688Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:07:00.688Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-23T04:07:00.688Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:07:00.688Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:07:00.688Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:07:00.688Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:07:00.689Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-23T04:07:00.689Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:07:00.689Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:07:00.689Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:07:00.689Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:07:00.689Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:07:00.690Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:07:00.691Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:07:00.691Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:07:00.691Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:07:00.691Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:07:00.692Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:07:00.692Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:07:00.692Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:2578e34c-66b1-4d11-a9fa-4c3f4f03ac41
Model Version:NULL
Model InvariantUuid:9bf697b4-a655-44fb-b5aa-842fad62a03a
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-03-23T04:07:00.698Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: beea6ad7-6558-40ae-a1be-a95315796288
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-03-23T04:07:00.702Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-03-23T04:07:00.703Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: beea6ad7-6558-40ae-a1be-a95315796288
2022-03-23T04:07:00.703Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 2578e34c-66b1-4d11-a9fa-4c3f4f03ac41
2022-03-23T04:07:00.703Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2578e34c-66b1-4d11-a9fa-4c3f4f03ac41
2022-03-23T04:07:00.704Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 beea6ad7-6558-40ae-a1be-a95315796288 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-03-23T04:07:00.710Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7dff5d05, org.onap.sdc.toscaparser.api.parameters.Input@58b7ee23, org.onap.sdc.toscaparser.api.parameters.Input@600b9f83, org.onap.sdc.toscaparser.api.parameters.Input@816c886, org.onap.sdc.toscaparser.api.parameters.Input@f06abf4]
2022-03-23T04:07:00.710Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:07:00.711Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:07:00.711Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2578e34c-66b1-4d11-a9fa-4c3f4f03ac41: test-pnf
2022-03-23T04:07:00.711Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||Processing PNF resource: beea6ad7-6558-40ae-a1be-a95315796288
2022-03-23T04:07:00.711Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:07:00.712Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:07:00.712Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||Resource customization UUID: 5f745652-6372-429f-ab5e-c3504e1a7f20 is the same as notified resource customizationUUID: 5f745652-6372-429f-ab5e-c3504e1a7f20
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-03-23T04:07:00.748Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf beea6ad7-6558-40ae-a1be-a95315796288 0 ASDC deployResourceStructure
2022-03-23T04:07:00.749Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-23T04:07:00.749Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-23T04:07:00.749Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:07:00.750Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:07:00.754Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:07:00.754Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008420749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:07:00.852Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-23T04:07:00.853Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:07:00.854Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:07:00.867Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:07:00.868Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:07:01.755Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 15202ac7-2928-475e-98b6-f17d3c866548
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:07:01.772Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 15202ac7-2928-475e-98b6-f17d3c866548
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:07:01.776Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:07:01.776Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:07:01.776Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T04:07:01.776Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T04:07:01.776Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:07:01.776Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:07:01.777Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:07:01.777Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:07:01.777Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:07:01.777Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:07:01.777Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:07:01.777Z|15202ac7-2928-475e-98b6-f17d3c866548|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-03-23T04:07:01.788Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T04:07:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:07:22.464Z||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-03-23T04:07:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:07:22.494Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:07:22.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008264818,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:07:22.495Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008266113,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008267318,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008268442,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008269445,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:07:22.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008270451,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-23T04:07:22.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008271455,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:07:22.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "19b23894-c916-40ee-852e-c9128545f597",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008302923,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008312730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008315320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008316515,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008317727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:07:22.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008319175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008320181,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008321184,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:07:22.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008322188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:07:22.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:07:31.789Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 15202ac7-2928-475e-98b6-f17d3c866548 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-03-23T04:07:31.794Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 15202ac7-2928-475e-98b6-f17d3c866548 and serviceModelVersionId: 2578e34c-66b1-4d11-a9fa-4c3f4f03ac41
2022-03-23T04:07:31.795Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9bf697b4-a655-44fb-b5aa-842fad62a03a
2022-03-23T04:07:31.796Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9bf697b4-a655-44fb-b5aa-842fad62a03a/model-vers/model-ver/2578e34c-66b1-4d11-a9fa-4c3f4f03ac41?depth=0
2022-03-23T04:07:31.800Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T04:07:31.849Z|15202ac7-2928-475e-98b6-f17d3c866548|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/9bf697b4-a655-44fb-b5aa-842fad62a03a/model-vers/model-ver/2578e34c-66b1-4d11-a9fa-4c3f4f03ac41?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-03-23T04:07:31.855Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bf697b4-a655-44fb-b5aa-842fad62a03a/model-vers/model-ver/2578e34c-66b1-4d11-a9fa-4c3f4f03ac41?depth=0|INFO|500||Invoke
2022-03-23T04:07:31.875Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bf697b4-a655-44fb-b5aa-842fad62a03a/model-vers/model-ver/2578e34c-66b1-4d11-a9fa-4c3f4f03ac41?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T04:07:32.214Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9bf697b4-a655-44fb-b5aa-842fad62a03a/model-vers/model-ver/2578e34c-66b1-4d11-a9fa-4c3f4f03ac41?depth=0|INFO|500||InvokeReturn
2022-03-23T04:07:32.215Z|15202ac7-2928-475e-98b6-f17d3c866548|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/9bf697b4-a655-44fb-b5aa-842fad62a03a/model-vers/model-ver/2578e34c-66b1-4d11-a9fa-4c3f4f03ac41?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220323-04:07:31:694-36110], vertex-id=[266248], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:07:31 GMT], Content-Type=[application/json]}
2022-03-23T04:07:32.215Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-23T04:07:32.216Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T04:07:32.216Z|15202ac7-2928-475e-98b6-f17d3c866548|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-03-23T04:07:32.221Z|15202ac7-2928-475e-98b6-f17d3c866548|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-03-23T04:07:32.221Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 15202ac7-2928-475e-98b6-f17d3c866548 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T04:07:32.221Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T04:07:32.222Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:07:32.224Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:07:32.224Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008452221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:07:32.324Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:07:32.325Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:07:32.325Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:07:32.334Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:07:32.337Z||pool-150-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-23T04:07:33.234Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:07:33.235Z|15202ac7-2928-475e-98b6-f17d3c866548|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-03-23T04:07:33.235Z|15202ac7-2928-475e-98b6-f17d3c866548|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:07:42.795Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:07:42.796Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:07:42.797Z|15202ac7-2928-475e-98b6-f17d3c866548|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-03-23T04:07:42.797Z|15202ac7-2928-475e-98b6-f17d3c866548|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:07:52.375Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:07:52.375Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:07:52.376Z|15202ac7-2928-475e-98b6-f17d3c866548|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-03-23T04:07:52.376Z|15202ac7-2928-475e-98b6-f17d3c866548|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:07:57.581Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:07:57.582Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-23T04:07:57.582Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"e05a7e3d-814b-4c46-8893-654f91121eaf","serviceName":"Demo_pNF_XIHlzRiuNUgMz1TlHYS8","serviceVersion":"1.0","serviceUUID":"469718d2-3151-4ab6-b60a-4f7d55fb50a3","serviceDescription":"catalog service description","serviceInvariantUUID":"e13451eb-e29a-4d9c-82e6-feb014b12104","resources":[{"resourceInstanceName":"pNF 9d8270a1-26a8 0","resourceName":"pNF 9d8270a1-26a8","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9e4ad56a-965a-4a00-aea8-d05c1f01ad98","resourceInvariantUUID":"b23a6b54-8505-4f58-b453-3bb802e50d64","resourceCustomizationUUID":"ee48a281-291d-4655-8d15-762dd08353ab","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml","artifactChecksum":"MDQ1ZjYzZWMwMTgzYWUwZGQyMDVlMDZkZWI1M2I3OWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f55fc2e2-f108-4b3f-addd-6aef3a85c363","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar","artifactChecksum":"MTA4ZTAxYzJjN2MxYjBlYzljNzBmY2NmOGM5NjZiODQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3f4392af-39b7-4bc3-99ab-37fab753ed57","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e3af1d9d-1fd8-40ad-86ef-aeb52065ced9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml","artifactChecksum":"YjA5YjQ4ZGQ5MGY3Mzc2MjA0OTQ5ZTZkNGRiOGE5MTY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f7b9de8c-040b-42bc-9c7b-6862aa716b5a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"eb9569f7-5cbb-471b-ba53-746de6caf1a6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd437a88-c0a0-434c-ab27-06780ae46c74","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfXihlzriunugmz1tlhys8-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml","artifactChecksum":"ZjUzNTU3MTU0NjQwYmFhZGU2MDk4ZTYwNmZiNzc3NmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f4166e04-44cf-42ba-974d-e33f00a5b720","artifactVersion":"1"},{"artifactName":"service-DemoPnfXihlzriunugmz1tlhys8-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar","artifactChecksum":"ZjgwZDYxYjE5Zjk3NjI0NzQzOTlhYjhkNWIzNzdlYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c5d1227-8c57-406e-a8fe-1e1879db44b8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T04:07:57.585Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:07:57.586Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:07:57.588Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:07:57.588Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:07:57.688Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:07:57.689Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:07:57.689Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:07:57.767Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:07:57.768Z||pool-151-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:07:58.589Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:07:58.589Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:07:58.592Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:07:58.592Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:07:58.692Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:07:58.693Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:07:58.693Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:07:58.712Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:07:58.713Z||pool-152-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:07:59.592Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:07:59.593Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:07:59.594Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:07:59.595Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:07:59.695Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:07:59.696Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:07:59.697Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:07:59.718Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:07:59.719Z||pool-153-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:08:00.595Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:08:00.596Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:08:00.598Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:08:00.598Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:08:00.698Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:08:00.699Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:08:00.699Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:08:00.717Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:08:00.717Z||pool-154-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:08:01.598Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:08:01.599Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:08:01.601Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:08:01.601Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:08:01.701Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:08:01.703Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:08:01.703Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:08:01.732Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:08:01.734Z||pool-155-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:08:02.602Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:08:02.602Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:08:02.604Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:08:02.604Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:08:02.704Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:08:02.705Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:08:02.706Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:08:02.718Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:08:02.719Z||pool-156-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:08:03.605Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:08:03.605Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:08:03.608Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:08:03.608Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:08:03.708Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:08:03.710Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:08:03.710Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:08:03.733Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:08:03.734Z||pool-157-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-23T04:08:04.608Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:08:04.609Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:08:04.611Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:08:04.611Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:08:04.711Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:08:04.715Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:08:04.715Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:08:04.726Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:08:04.727Z||pool-158-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:08:05.611Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "serviceName": "Demo_pNF_XIHlzRiuNUgMz1TlHYS8",
  "serviceVersion": "1.0",
  "serviceUUID": "469718d2-3151-4ab6-b60a-4f7d55fb50a3",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e13451eb-e29a-4d9c-82e6-feb014b12104",
  "resources": [
    {
      "resourceInstanceName": "pNF 9d8270a1-26a8 0",
      "resourceCustomizationUUID": "ee48a281-291d-4655-8d15-762dd08353ab",
      "resourceName": "pNF 9d8270a1-26a8",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9e4ad56a-965a-4a00-aea8-d05c1f01ad98",
      "resourceInvariantUUID": "b23a6b54-8505-4f58-b453-3bb802e50d64",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
      "artifactChecksum": "ZjgwZDYxYjE5Zjk3NjI0NzQzOTlhYjhkNWIzNzdlYTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c5d1227-8c57-406e-a8fe-1e1879db44b8"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T04:08:05.612Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T04:08:05.612Z|15202ac7-2928-475e-98b6-f17d3c866548|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 469718d2-3151-4ab6-b60a-4f7d55fb50a3 ASDC
2022-03-23T04:08:05.612Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:e05a7e3d-814b-4c46-8893-654f91121eaf
ServiceName:Demo_pNF_XIHlzRiuNUgMz1TlHYS8
ServiceVersion:1.0
ServiceUUID:469718d2-3151-4ab6-b60a-4f7d55fb50a3
ServiceInvariantUUID:e13451eb-e29a-4d9c-82e6-feb014b12104
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
ArtifactUUID:6c5d1227-8c57-406e-a8fe-1e1879db44b8
ArtifactChecksum:ZjgwZDYxYjE5Zjk3NjI0NzQzOTlhYjhkNWIzNzdlYTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9d8270a1-26a8 0
ResourceCustomizationUUID:ee48a281-291d-4655-8d15-762dd08353ab
ResourceInvariantUUID:b23a6b54-8505-4f58-b453-3bb802e50d64
ResourceName:pNF 9d8270a1-26a8
ResourceType:PNF
ResourceUUID:9e4ad56a-965a-4a00-aea8-d05c1f01ad98
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-23T04:08:05.612Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 469718d2-3151-4ab6-b60a-4f7d55fb50a3 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-03-23T04:08:05.640Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:08:05.640Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:08:05.640Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:08:05.640Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6c5d1227-8c57-406e-a8fe-1e1879db44b8 from URL: /sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:05.641Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:08:05.641Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:05.915Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:08:05.919Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar 6c5d1227-8c57-406e-a8fe-1e1879db44b8 82629
2022-03-23T04:08:05.919Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar ASDC sendASDCNotification
2022-03-23T04:08:05.919Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:05.920Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:08:05.920Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:08:05.922Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:08:05.922Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008485919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:08:06.022Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:08:06.023Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:08:06.023Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:08:06.035Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:08:06.036Z||pool-159-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:08:06.922Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:08:06.923Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:08:06.923Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6c5d1227-8c57-406e-a8fe-1e1879db44b8, URL: /sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar to file: /app/ASDC/1/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:06.924Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:06.924Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:06.924Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.018Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16263830350922722965/Definitions/service-DemoPnfXihlzriunugmz1tlhys8-template.yml
2022-03-23T04:08:07.701Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T04:08:07.701Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:08:07.701Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.701Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-23T04:08:07.701Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9d8270a1-26a8 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-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.702Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||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-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.702Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.702Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||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-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.702Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.702Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.702Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.702Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:08:07.702Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:08:07.703Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XIHlzRiuNUgMz1TlHYS8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:08:07.703Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Node template pNF 9d8270a1-26a8 0 is matching search criteria
2022-03-23T04:08:07.703Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:08:07.703Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 9d8270a1-26a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:08:07.703Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:08:07.703Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XIHlzRiuNUgMz1TlHYS8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:08:07.704Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Node template pNF 9d8270a1-26a8 0 is matching search criteria
2022-03-23T04:08:07.704Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:08:07.704Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF 9d8270a1-26a8 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:08:07.704Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:08:07.704Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XIHlzRiuNUgMz1TlHYS8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:08:07.705Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:08:07.705Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XIHlzRiuNUgMz1TlHYS8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:08:07.705Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:08:07.705Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XIHlzRiuNUgMz1TlHYS8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:08:07.706Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:08:07.706Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XIHlzRiuNUgMz1TlHYS8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:08:07.706Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:08:07.706Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XIHlzRiuNUgMz1TlHYS8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:08:07.707Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_XIHlzRiuNUgMz1TlHYS8
Description:catalog service description
Model UUID:469718d2-3151-4ab6-b60a-4f7d55fb50a3
Model Version:NULL
Model InvariantUuid:e13451eb-e29a-4d9c-82e6-feb014b12104
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-03-23T04:08:07.713Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9e4ad56a-965a-4a00-aea8-d05c1f01ad98
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-03-23T04:08:07.717Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||pNF 9d8270a1-26a8 0
2022-03-23T04:08:07.717Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9e4ad56a-965a-4a00-aea8-d05c1f01ad98
2022-03-23T04:08:07.717Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 469718d2-3151-4ab6-b60a-4f7d55fb50a3
2022-03-23T04:08:07.717Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 469718d2-3151-4ab6-b60a-4f7d55fb50a3
2022-03-23T04:08:07.717Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9d8270a1-26a8 0 9e4ad56a-965a-4a00-aea8-d05c1f01ad98 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-03-23T04:08:07.723Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@e077010, org.onap.sdc.toscaparser.api.parameters.Input@7b57a76c, org.onap.sdc.toscaparser.api.parameters.Input@47018530, org.onap.sdc.toscaparser.api.parameters.Input@88d073d, org.onap.sdc.toscaparser.api.parameters.Input@3d3f71cc]
2022-03-23T04:08:07.723Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:08:07.723Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XIHlzRiuNUgMz1TlHYS8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:08:07.723Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 469718d2-3151-4ab6-b60a-4f7d55fb50a3: pNF 9d8270a1-26a8
2022-03-23T04:08:07.724Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||Processing PNF resource: 9e4ad56a-965a-4a00-aea8-d05c1f01ad98
2022-03-23T04:08:07.724Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:08:07.724Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_XIHlzRiuNUgMz1TlHYS8 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:08:07.724Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||Resource customization UUID: ee48a281-291d-4655-8d15-762dd08353ab is the same as notified resource customizationUUID: ee48a281-291d-4655-8d15-762dd08353ab
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-03-23T04:08:07.757Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9d8270a1-26a8 9e4ad56a-965a-4a00-aea8-d05c1f01ad98 0 ASDC deployResourceStructure
2022-03-23T04:08:07.757Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar ASDC sendASDCNotification
2022-03-23T04:08:07.758Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar
2022-03-23T04:08:07.758Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:08:07.758Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:08:07.760Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:08:07.760Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008487757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:08:07.860Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:08:07.861Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:08:07.862Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:08:07.872Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:08:07.872Z||pool-160-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:08:08.761Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:08:08.773Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:08:08.775Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:08:08.775Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:08:08.775Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:08:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:08:22.463Z||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-03-23T04:08:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:08:22.488Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:08:22.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.489Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "316bf1f5-fec7-435e-84df-36ba6422db42",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008353723,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:08:22.490Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:08:22.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:08:22.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:08:22.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-23T04:08:22.490Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:08:22.490Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008060147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008362143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008365128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008366329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008367614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008368741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008369745,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008370750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008371754,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:08:22.493Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:08:38.775Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:08:38.788Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:08:38.790Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:08:38.790Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:08:38.790Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:09:08.791Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:09:08.803Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:09:08.804Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:09:08.805Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:09:08.805Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:09:22.462Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:09:22.463Z||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-03-23T04:09:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:09:22.488Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:09:22.489Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.490Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97282bff-9865-4aeb-ac53-ed182e871444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008403324,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:09:22.491Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:09:22.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.491Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:09:22.491Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:09:22.491Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:09:22.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:09:22.492Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.492Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:09:22.492Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:09:22.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.493Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:09:22.493Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:09:22.493Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:09:22.494Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:09:22.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:09:22.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:09:22.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.495Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:09:22.495Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:09:22.495Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:09:22.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:09:22.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008404342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:09:22.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:09:22.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008418642,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:09:22.497Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:09:22.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-23T04:09:22.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008420749,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:09:22.498Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:09:38.805Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:09:38.817Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:09:38.819Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:09:38.819Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:09:38.819Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:10:08.819Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:10:08.830Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:10:08.832Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:10:08.832Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:10:08.833Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:10:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:10:22.464Z||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-03-23T04:10:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:10:22.490Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:10:22.498Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.499Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "15202ac7-2928-475e-98b6-f17d3c866548",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008452221,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:10:22.500Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008473647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.500Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008469706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "dcae-sch",
  "timestamp": 1648008469879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008474647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008477338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008473647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008469706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "dcae-sch",
  "timestamp": 1648008469879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008474647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008477338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008473647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008469706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "dcae-sch",
  "timestamp": 1648008469879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008474647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008477338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008473647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008469706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "dcae-sch",
  "timestamp": 1648008469879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008474647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008477338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008469706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008473647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "dcae-sch",
  "timestamp": 1648008469879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008474647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008477338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008473647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008469706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "dcae-sch",
  "timestamp": 1648008469879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008474647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008477338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008473647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "dcae-sch",
  "timestamp": 1648008469879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008469706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.520Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008474647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008483062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008477338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008472375,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008473647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:10:22.521Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008469706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "dcae-sch",
  "timestamp": 1648008469879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008474647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.522Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008483062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008477338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008485919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008483062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008486114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.523Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008486179,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:10:22.524Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008483062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.524Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.524Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.524Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "cds",
  "timestamp": 1648008487120,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-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-03-23T04:10:22.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e05a7e3d-814b-4c46-8893-654f91121eaf
2022-03-23T04:10:22.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e05a7e3d-814b-4c46-8893-654f91121eaf 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-03-23T04:10:22.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008487205,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:10:22.542Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008486856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.542Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.542Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008487757,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:10:22.543Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008483062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.543Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.543Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.543Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008488209,
  "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-03-23T04:10:22.547Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of e05a7e3d-814b-4c46-8893-654f91121eaf
2022-03-23T04:10:22.548Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e05a7e3d-814b-4c46-8893-654f91121eaf 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-03-23T04:10:22.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008486856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.556Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008488751,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:10:22.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.556Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.556Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008483062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008486856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008483062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008486856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.557Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008490753,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:10:22.558Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008483062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:10:22.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.558Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008486856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "clamp",
  "timestamp": 1648008491756,
  "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-03-23T04:10:22.563Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e05a7e3d-814b-4c46-8893-654f91121eaf
2022-03-23T04:10:22.563Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e05a7e3d-814b-4c46-8893-654f91121eaf 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-03-23T04:10:22.570Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008491893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:10:22.571Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008486856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.571Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.571Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008486856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008486856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:10:22.572Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008495780,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:10:22.572Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.572Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008496123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008496784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:10:22.573Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.573Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008496123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.573Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.573Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008497379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:10:22.574Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:10:22.574Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.574Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "policy-id",
  "timestamp": 1648008497787,
  "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-03-23T04:10:22.578Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e05a7e3d-814b-4c46-8893-654f91121eaf
2022-03-23T04:10:22.578Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e05a7e3d-814b-4c46-8893-654f91121eaf 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-03-23T04:10:22.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008496123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "aai-ml",
  "timestamp": 1648008498384,
  "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-03-23T04:10:22.590Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e05a7e3d-814b-4c46-8893-654f91121eaf
2022-03-23T04:10:22.590Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId e05a7e3d-814b-4c46-8893-654f91121eaf 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-03-23T04:10:22.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008496123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.597Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.597Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.597Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008496123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:22.598Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-03-23T04:10:22.598Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008496123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/resourceInstances/pnf9d8270a126a80/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:10:22.598Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:10:38.833Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:10:38.843Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:10:38.845Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:10:38.845Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:10:38.845Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:10:38.845Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:11:08.846Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:11:08.859Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:11:08.865Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:11:08.865Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:11:08.866Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-23T04:11:08.866Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-23T04:11:22.463Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:11:22.464Z||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-03-23T04:11:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:11:22.492Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:11:22.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:11:22.493Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008496123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008496123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008505193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008507252,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfXihlzriunugmz1tlhys8/1.0/artifacts/service-DemoPnfXihlzriunugmz1tlhys8-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:11:22.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008508257,
  "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-03-23T04:11:22.504Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e05a7e3d-814b-4c46-8893-654f91121eaf
2022-03-23T04:11:22.504Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId e05a7e3d-814b-4c46-8893-654f91121eaf 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-03-23T04:11:38.866Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:11:38.878Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:11:38.881Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:11:38.881Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:11:38.881Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T04:11:38.881Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T04:11:38.881Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:11:38.882Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:11:38.882Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:11:38.882Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:11:38.882Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:11:38.882Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:11:38.882Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:11:38.882Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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-03-23T04:11:38.887Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T04:12:08.888Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e05a7e3d-814b-4c46-8893-654f91121eaf 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-03-23T04:12:08.895Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e05a7e3d-814b-4c46-8893-654f91121eaf and serviceModelVersionId: 469718d2-3151-4ab6-b60a-4f7d55fb50a3
2022-03-23T04:12:08.896Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e13451eb-e29a-4d9c-82e6-feb014b12104
2022-03-23T04:12:08.897Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e13451eb-e29a-4d9c-82e6-feb014b12104/model-vers/model-ver/469718d2-3151-4ab6-b60a-4f7d55fb50a3?depth=0
2022-03-23T04:12:08.907Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T04:12:08.955Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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/e13451eb-e29a-4d9c-82e6-feb014b12104/model-vers/model-ver/469718d2-3151-4ab6-b60a-4f7d55fb50a3?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-03-23T04:12:08.957Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e13451eb-e29a-4d9c-82e6-feb014b12104/model-vers/model-ver/469718d2-3151-4ab6-b60a-4f7d55fb50a3?depth=0|INFO|500||Invoke
2022-03-23T04:12:08.980Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e13451eb-e29a-4d9c-82e6-feb014b12104/model-vers/model-ver/469718d2-3151-4ab6-b60a-4f7d55fb50a3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T04:12:09.313Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e13451eb-e29a-4d9c-82e6-feb014b12104/model-vers/model-ver/469718d2-3151-4ab6-b60a-4f7d55fb50a3?depth=0|INFO|500||InvokeReturn
2022-03-23T04:12:09.314Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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/e13451eb-e29a-4d9c-82e6-feb014b12104/model-vers/model-ver/469718d2-3151-4ab6-b60a-4f7d55fb50a3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220323-04:12:08:800-61696], vertex-id=[274440], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:12:08 GMT], Content-Type=[application/json]}
2022-03-23T04:12:09.314Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-23T04:12:09.314Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T04:12:09.314Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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-03-23T04:12:09.320Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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-03-23T04:12:09.320Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e05a7e3d-814b-4c46-8893-654f91121eaf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T04:12:09.321Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T04:12:09.321Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:09.324Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:09.324Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008729321,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:12:09.424Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:12:09.426Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:09.426Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:09.438Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:09.438Z||pool-161-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-23T04:12:10.335Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:12:10.335Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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-03-23T04:12:10.336Z|e05a7e3d-814b-4c46-8893-654f91121eaf|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:14.665Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:14.666Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-23T04:12:14.666Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"724d6eb4-2451-4ccb-97df-6dbabf6618d9","serviceName":"Demo_pNF_YFgu0oD4R5uobALeZDLD","serviceVersion":"1.0","serviceUUID":"9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2","serviceDescription":"catalog service description","serviceInvariantUUID":"7e919781-8b47-4009-b217-3deed28cb98f","resources":[{"resourceInstanceName":"pNF ba3df81c-ec88 0","resourceName":"pNF ba3df81c-ec88","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4161247e-dc79-447a-92ab-1caf7b5603e2","resourceInvariantUUID":"f649a40f-659c-4136-8633-453f86b247fd","resourceCustomizationUUID":"f6b812d7-0fb8-43db-8267-10d82de10d5a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml","artifactChecksum":"MWFiMjk0NTkxZmU5MGU0MGQzOTE4ZjdiOWQ4MTc1NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5fee23bf-d456-462b-b21a-ad7039a71b8b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar","artifactChecksum":"MTA4ZTAxYzJjN2MxYjBlYzljNzBmY2NmOGM5NjZiODQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"87f6cbcb-b888-420f-aaea-8341b853b48f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e7db8e7-3b19-43c3-b780-b5a41e7cc510","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml","artifactChecksum":"ZjZlZTRiMzJiYWFlZjIzNmNmNTAzYjhkZmVjY2RlNzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"775729cd-1781-49bf-a593-0689d86d871f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cdcfccb1-7a75-462f-a970-6022093ad743","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9faf0692-7728-4ebd-9cfc-24fa300f0ba3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYfgu0od4r5uobalezdld-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml","artifactChecksum":"YzFjMWY0YmQxNGM4YjU3OWFkZWY2Yjc4MDE3MWZkOTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"209be6b5-1c6e-4448-8b96-ffa7d03cb7d2","artifactVersion":"1"},{"artifactName":"service-DemoPnfYfgu0od4r5uobalezdld-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar","artifactChecksum":"MjUxZjM0MjA3ODg1Njg4YmM1Y2I3NGNhZTQxMzEwMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dde5e2cc-2585-41bf-bf64-eeb6032c71f2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-23T04:12:14.668Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:12:14.668Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:14.670Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:14.671Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:14.771Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:12:14.771Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:14.771Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:14.782Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:14.782Z||pool-162-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:15.671Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:12:15.672Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:15.674Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:15.674Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:15.774Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:12:15.775Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:15.775Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:15.783Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:15.783Z||pool-163-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:16.674Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:12:16.675Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:16.677Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:16.677Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:16.777Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:12:16.778Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:16.778Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:16.786Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:16.787Z||pool-164-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:17.678Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:12:17.679Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:17.681Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:17.681Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:17.781Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:12:17.782Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:17.782Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:17.790Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:17.790Z||pool-165-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:18.681Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:12:18.682Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:18.685Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:18.685Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:18.785Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:12:18.790Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:18.790Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:18.800Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:18.801Z||pool-166-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:19.686Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:12:19.686Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:19.688Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:19.689Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:19.789Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:12:19.789Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:19.790Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:19.801Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:19.802Z||pool-167-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:20.689Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:12:20.690Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:20.692Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:20.692Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:20.792Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:12:20.793Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:20.793Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:20.821Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:20.821Z||pool-168-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:21.693Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-23T04:12:21.693Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:21.696Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:21.696Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:12:21.797Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-23T04:12:21.798Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:21.798Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:21.816Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:21.817Z||pool-169-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:12:22.463Z||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-03-23T04:12:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:22.490Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:22.492Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.492Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "dcae-sch",
  "timestamp": 1648008629879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.493Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.493Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008633062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.494Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008629705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.494Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.494Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008637338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "dcae-sch",
  "timestamp": 1648008629879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.495Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.495Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.495Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008633062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008629705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.496Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.496Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008637338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.496Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "dcae-sch",
  "timestamp": 1648008629879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008633062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.497Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008629705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008639647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.498Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008637338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "dcae-sch",
  "timestamp": 1648008629879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008633062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008629705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008639647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008637338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "dcae-sch",
  "timestamp": 1648008629879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008633062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008629705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008639647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008637338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "dcae-sch",
  "timestamp": 1648008629879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008633062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008629705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008639647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008637338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-23T04:12:22.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "dcae-sch",
  "timestamp": 1648008629879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008633062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008629705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008639647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008637338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "dcae-sch",
  "timestamp": 1648008629879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1648008629705,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:12:22.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008633062,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:12:22.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008639647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008637338,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.510Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008646007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:12:22.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008639647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.513Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008646279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:12:22.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008646123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.514Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008639647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:12:22.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008646856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.515Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.515Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.515Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008646123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.516Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008647333,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-23T04:12:22.516Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.516Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.516Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008648538,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:12:22.517Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008646856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.517Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1648008648338,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:12:22.533Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 724d6eb4-2451-4ccb-97df-6dbabf6618d9
2022-03-23T04:12:22.533Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 724d6eb4-2451-4ccb-97df-6dbabf6618d9 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-03-23T04:12:22.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008646123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.542Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.542Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.542Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "cds",
  "timestamp": 1648008649545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-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-03-23T04:12:22.546Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 724d6eb4-2451-4ccb-97df-6dbabf6618d9
2022-03-23T04:12:22.547Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 724d6eb4-2451-4ccb-97df-6dbabf6618d9 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-03-23T04:12:22.554Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.555Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008646856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.555Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.555Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008646123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.556Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008646856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.556Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008646123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.557Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.557Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008646856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008646123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008651876,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:12:22.559Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.559Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.559Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008646856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.560Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008646123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.560Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.560Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.561Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "aai-ml",
  "timestamp": 1648008652879,
  "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-03-23T04:12:22.565Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 724d6eb4-2451-4ccb-97df-6dbabf6618d9
2022-03-23T04:12:22.565Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 724d6eb4-2451-4ccb-97df-6dbabf6618d9 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-03-23T04:12:22.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008646856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008646123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:12:22.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008653647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.574Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.574Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.574Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008646856,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:12:22.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008655018,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:12:22.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008653647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.576Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008655884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:12:22.577Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008653647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008656910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:12:22.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008656897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:12:22.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008653647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1648008657913,
  "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-03-23T04:12:22.583Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 724d6eb4-2451-4ccb-97df-6dbabf6618d9
2022-03-23T04:12:22.583Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 724d6eb4-2451-4ccb-97df-6dbabf6618d9 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-03-23T04:12:22.590Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.590Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "policy-id",
  "timestamp": 1648008657900,
  "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-03-23T04:12:22.594Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 724d6eb4-2451-4ccb-97df-6dbabf6618d9
2022-03-23T04:12:22.594Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 724d6eb4-2451-4ccb-97df-6dbabf6618d9 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-03-23T04:12:22.601Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.601Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008653647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008653647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.602Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.602Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008653647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:12:22.602Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008653647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:12:22.603Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:12:22.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008673470,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:12:22.603Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.603Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.603Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008674785,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:12:22.604Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:12:22.604Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-23T04:12:22.604Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "clamp",
  "timestamp": 1648008675789,
  "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-03-23T04:12:22.608Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 724d6eb4-2451-4ccb-97df-6dbabf6618d9
2022-03-23T04:12:22.608Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 724d6eb4-2451-4ccb-97df-6dbabf6618d9 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-03-23T04:12:22.697Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "serviceName": "Demo_pNF_YFgu0oD4R5uobALeZDLD",
  "serviceVersion": "1.0",
  "serviceUUID": "9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7e919781-8b47-4009-b217-3deed28cb98f",
  "resources": [
    {
      "resourceInstanceName": "pNF ba3df81c-ec88 0",
      "resourceCustomizationUUID": "f6b812d7-0fb8-43db-8267-10d82de10d5a",
      "resourceName": "pNF ba3df81c-ec88",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4161247e-dc79-447a-92ab-1caf7b5603e2",
      "resourceInvariantUUID": "f649a40f-659c-4136-8633-453f86b247fd",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
      "artifactChecksum": "MjUxZjM0MjA3ODg1Njg4YmM1Y2I3NGNhZTQxMzEwMzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "dde5e2cc-2585-41bf-bf64-eeb6032c71f2"
    }
  ],
  "workloadContext": "Production"
}
2022-03-23T04:12:22.697Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-23T04:12:22.697Z|e05a7e3d-814b-4c46-8893-654f91121eaf|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2 ASDC
2022-03-23T04:12:22.698Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:724d6eb4-2451-4ccb-97df-6dbabf6618d9
ServiceName:Demo_pNF_YFgu0oD4R5uobALeZDLD
ServiceVersion:1.0
ServiceUUID:9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2
ServiceInvariantUUID:7e919781-8b47-4009-b217-3deed28cb98f
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
ArtifactUUID:dde5e2cc-2585-41bf-bf64-eeb6032c71f2
ArtifactChecksum:MjUxZjM0MjA3ODg1Njg4YmM1Y2I3NGNhZTQxMzEwMzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF ba3df81c-ec88 0
ResourceCustomizationUUID:f6b812d7-0fb8-43db-8267-10d82de10d5a
ResourceInvariantUUID:f649a40f-659c-4136-8633-453f86b247fd
ResourceName:pNF ba3df81c-ec88
ResourceType:PNF
ResourceUUID:4161247e-dc79-447a-92ab-1caf7b5603e2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-23T04:12:22.698Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2 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-03-23T04:12:22.722Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:12:22.723Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:12:22.723Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:12:22.724Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dde5e2cc-2585-41bf-bf64-eeb6032c71f2 from URL: /sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:22.724Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-23T04:12:22.724Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:22.942Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-23T04:12:22.948Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar dde5e2cc-2585-41bf-bf64-eeb6032c71f2 82621
2022-03-23T04:12:22.948Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar ASDC sendASDCNotification
2022-03-23T04:12:22.949Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:22.949Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-23T04:12:22.949Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:22.951Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:22.951Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008742948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:12:23.051Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:12:23.052Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:23.053Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:23.061Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:23.061Z||pool-170-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:23.952Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-23T04:12:23.953Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-23T04:12:23.953Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dde5e2cc-2585-41bf-bf64-eeb6032c71f2, URL: /sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar to file: /app/ASDC/1/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:23.953Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:23.954Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:23.954Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.099Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6691451449405987048/Definitions/service-DemoPnfYfgu0od4r5uobalezdld-template.yml
2022-03-23T04:12:24.920Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-23T04:12:24.920Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:12:24.920Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.921Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-23T04:12:24.921Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||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-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.921Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.921Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||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-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.921Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.921Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.921Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ba3df81c-ec88 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-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.921Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.922Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-23T04:12:24.922Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:12:24.922Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YFgu0oD4R5uobALeZDLD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:12:24.922Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Node template pNF ba3df81c-ec88 0 is matching search criteria
2022-03-23T04:12:24.923Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:12:24.923Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ba3df81c-ec88 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:12:24.923Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:12:24.923Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YFgu0oD4R5uobALeZDLD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:12:24.923Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Node template pNF ba3df81c-ec88 0 is matching search criteria
2022-03-23T04:12:24.923Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-23T04:12:24.924Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Found topology templates [pNF ba3df81c-ec88 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-23T04:12:24.924Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:12:24.924Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YFgu0oD4R5uobALeZDLD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:12:24.924Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:12:24.924Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YFgu0oD4R5uobALeZDLD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:12:24.924Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:12:24.925Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YFgu0oD4R5uobALeZDLD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:12:24.925Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:12:24.925Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YFgu0oD4R5uobALeZDLD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:12:24.925Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:12:24.925Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YFgu0oD4R5uobALeZDLD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:12:24.925Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_YFgu0oD4R5uobALeZDLD
Description:catalog service description
Model UUID:9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2
Model Version:NULL
Model InvariantUuid:7e919781-8b47-4009-b217-3deed28cb98f
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-03-23T04:12:24.934Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4161247e-dc79-447a-92ab-1caf7b5603e2
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-03-23T04:12:24.936Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||pNF ba3df81c-ec88 0
2022-03-23T04:12:24.937Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4161247e-dc79-447a-92ab-1caf7b5603e2
2022-03-23T04:12:24.937Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2
2022-03-23T04:12:24.937Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2
2022-03-23T04:12:24.937Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ba3df81c-ec88 0 4161247e-dc79-447a-92ab-1caf7b5603e2 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-03-23T04:12:24.944Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f6e521c, org.onap.sdc.toscaparser.api.parameters.Input@7300974e, org.onap.sdc.toscaparser.api.parameters.Input@7af7da8, org.onap.sdc.toscaparser.api.parameters.Input@1efbd282, org.onap.sdc.toscaparser.api.parameters.Input@63f89df3]
2022-03-23T04:12:24.944Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:12:24.944Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YFgu0oD4R5uobALeZDLD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:12:24.945Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2: pNF ba3df81c-ec88
2022-03-23T04:12:24.945Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||Processing PNF resource: 4161247e-dc79-447a-92ab-1caf7b5603e2
2022-03-23T04:12:24.945Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-23T04:12:24.945Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Service Demo_pNF_YFgu0oD4R5uobALeZDLD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-23T04:12:24.946Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||Resource customization UUID: f6b812d7-0fb8-43db-8267-10d82de10d5a is the same as notified resource customizationUUID: f6b812d7-0fb8-43db-8267-10d82de10d5a
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-03-23T04:12:24.981Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ba3df81c-ec88 4161247e-dc79-447a-92ab-1caf7b5603e2 0 ASDC deployResourceStructure
2022-03-23T04:12:24.981Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar ASDC sendASDCNotification
2022-03-23T04:12:24.981Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar
2022-03-23T04:12:24.982Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-23T04:12:24.982Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:24.984Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:24.984Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008744981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:12:25.084Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-23T04:12:25.085Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:25.085Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:25.094Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:25.094Z||pool-171-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-03-23T04:12:25.988Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 724d6eb4-2451-4ccb-97df-6dbabf6618d9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-23T04:12:25.998Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 724d6eb4-2451-4ccb-97df-6dbabf6618d9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-03-23T04:12:26.000Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-23T04:12:26.000Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-23T04:12:26.000Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-23T04:12:26.000Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-23T04:12:26.000Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:12:26.000Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:12:26.001Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:12:26.001Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:12:26.001Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:12:26.001Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:12:26.001Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-23T04:12:26.001Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-03-23T04:12:26.005Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-23T04:12:56.005Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 724d6eb4-2451-4ccb-97df-6dbabf6618d9 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-03-23T04:12:56.011Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 724d6eb4-2451-4ccb-97df-6dbabf6618d9 and serviceModelVersionId: 9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2
2022-03-23T04:12:56.011Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7e919781-8b47-4009-b217-3deed28cb98f
2022-03-23T04:12:56.012Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7e919781-8b47-4009-b217-3deed28cb98f/model-vers/model-ver/9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2?depth=0
2022-03-23T04:12:56.017Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-23T04:12:56.054Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e919781-8b47-4009-b217-3deed28cb98f/model-vers/model-ver/9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2?depth=0|INFO|500||Invoke
2022-03-23T04:12:56.054Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e919781-8b47-4009-b217-3deed28cb98f/model-vers/model-ver/9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e919781-8b47-4009-b217-3deed28cb98f/model-vers/model-ver/9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[724d6eb4-2451-4ccb-97df-6dbabf6618d9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a44efb4c-b4d7-490c-98a1-5c4d1b9eea41], X-ECOMP-RequestID=[724d6eb4-2451-4ccb-97df-6dbabf6618d9], X-TransactionId=[], X-ONAP-RequestID=[724d6eb4-2451-4ccb-97df-6dbabf6618d9], Content-Type=[application/merge-patch+json]}
2022-03-23T04:12:56.073Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e919781-8b47-4009-b217-3deed28cb98f/model-vers/model-ver/9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-23T04:12:56.319Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e919781-8b47-4009-b217-3deed28cb98f/model-vers/model-ver/9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2?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/7e919781-8b47-4009-b217-3deed28cb98f/model-vers/model-ver/9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220323-04:12:55:893-99102], vertex-id=[249976], Content-Length=[0], Date=[Wed, 23 Mar 2022 04:12:55 GMT], Content-Type=[application/json]}
2022-03-23T04:12:56.320Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e919781-8b47-4009-b217-3deed28cb98f/model-vers/model-ver/9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-23T04:12:56.321Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7e919781-8b47-4009-b217-3deed28cb98f/model-vers/model-ver/9826c8a1-9be1-47d5-b59f-7eae5fa5f4b2?depth=0|INFO|500||InvokeReturn
2022-03-23T04:12:56.322Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-23T04:12:56.322Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-03-23T04:12:56.334Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-03-23T04:12:56.335Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 724d6eb4-2451-4ccb-97df-6dbabf6618d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-23T04:12:56.335Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-23T04:12:56.336Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-23T04:12:56.338Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-23T04:12:56.338Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008776335,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:12:56.438Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-23T04:12:56.439Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-03-23T04:12:56.439Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 41BkLZAzvZqxNthX) ...
2022-03-23T04:12:56.464Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:12:56.464Z||pool-172-thread-1|||||INFO|500||cambria reply ok (25 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-03-23T04:12:57.349Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:12:57.350Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-03-23T04:12:57.350Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:13:06.895Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:13:06.895Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:13:06.896Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-03-23T04:13:06.896Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:13:16.444Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:13:16.445Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:13:16.445Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-03-23T04:13:16.445Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:13:22.463Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:13:22.464Z||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-03-23T04:13:22.464Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:13:22.488Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:13:22.489Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T04:13:22.489Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e05a7e3d-814b-4c46-8893-654f91121eaf",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008729321,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:13:22.490Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:13:22.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T04:13:22.491Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:13:22.491Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:13:22.491Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T04:13:22.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:13:22.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:13:22.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T04:13:22.492Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:13:22.492Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:13:22.492Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T04:13:22.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:13:22.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:13:22.493Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T04:13:22.493Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:13:22.493Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:13:22.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T04:13:22.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/resourceInstances/pnfba3df81cec880/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:13:22.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:13:22.494Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T04:13:22.494Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-23T04:13:22.494Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:13:22.495Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-23T04:13:22.495Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008730335,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "NOTIFIED"
}
2022-03-23T04:13:22.495Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-23T04:13:26.027Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:13:26.028Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:13:26.029Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-03-23T04:13:26.029Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:13:35.589Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:13:35.589Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:13:35.590Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-03-23T04:13:35.590Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:13:45.177Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:13:45.178Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:13:45.178Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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-03-23T04:13:45.178Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:13:54.717Z|724d6eb4-2451-4ccb-97df-6dbabf6618d9|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:13:54.718Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:13:54.718Z||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-03-23T04:13:54.718Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:14:04.285Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:14:04.286Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:14:04.286Z||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-03-23T04:14:04.286Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:14:13.835Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:14:13.836Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:14:13.837Z||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-03-23T04:14:13.837Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:14:22.462Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:14:22.463Z||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-03-23T04:14:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:14:22.985Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:14:22.986Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-23T04:14:22.986Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008742948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-23T04:14:22.987Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:14:22.987Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-23T04:14:22.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008744981,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYfgu0od4r5uobalezdld/1.0/artifacts/service-DemoPnfYfgu0od4r5uobalezdld-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-23T04:14:22.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:14:22.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-03-23T04:14:22.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "724d6eb4-2451-4ccb-97df-6dbabf6618d9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1648008776335,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-23T04:14:22.988Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-23T04:14:23.402Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:14:23.403Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:14:23.403Z||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-03-23T04:14:23.403Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:14:32.944Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:15:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:15:22.461Z||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-03-23T04:15:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:15:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:15:22.463Z||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-03-23T04:15:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:15:32.018Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:15:32.024Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:16:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:16:22.461Z||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-03-23T04:16:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:16:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:16:22.462Z||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-03-23T04:16:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:16:32.020Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:16:32.021Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:17:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:17:22.461Z||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-03-23T04:17:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:17:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:17:22.462Z||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-03-23T04:17:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:17:32.013Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:17:32.028Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:18:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:18:22.462Z||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-03-23T04:18:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:18:22.462Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:18:22.463Z|563c3743-1d6a-4440-8717-d047bd06afac|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-03-23T04:18:22.463Z|563c3743-1d6a-4440-8717-d047bd06afac|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:18:32.019Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:18:32.027Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:19:22.461Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:19:22.462Z||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-03-23T04:19:22.462Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:19:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:19:22.463Z||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-03-23T04:19:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:19:32.012Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:19:32.012Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:20:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:20:22.461Z||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-03-23T04:20:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:20:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:20:22.463Z||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-03-23T04:20:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:20:32.013Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:20:32.016Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:21:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:21:22.461Z||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-03-23T04:21:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:21:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:21:22.462Z||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-03-23T04:21:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:21:32.014Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:21:32.020Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:22:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:22:22.461Z||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-03-23T04:22:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:22:22.463Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:22:22.464Z|563c3743-1d6a-4440-8717-d047bd06afac|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-03-23T04:22:22.464Z|563c3743-1d6a-4440-8717-d047bd06afac|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:22:32.008Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:22:32.009Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:23:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:23:22.461Z||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-03-23T04:23:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:23:22.462Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:23:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T04:23:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:23:32.014Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:23:32.016Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:24:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:24:22.461Z||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-03-23T04:24:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:24:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:24:22.462Z||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-03-23T04:24:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:24:32.042Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:24:32.044Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:25:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:25:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:25:22.462Z||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-03-23T04:25:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:25:22.463Z||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-03-23T04:25:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:25:32.056Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:25:32.063Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:26:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:26:22.461Z||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-03-23T04:26:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:26:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:26:22.463Z||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-03-23T04:26:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:26:32.006Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:26:32.007Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:27:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:27:22.461Z||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-03-23T04:27:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:27:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:27:22.464Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T04:27:22.464Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:27:32.007Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:27:32.011Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:28:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:28:22.461Z||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-03-23T04:28:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:28:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:28:22.462Z||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-03-23T04:28:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:28:32.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:28:32.011Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:29:22.460Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:29:22.461Z||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-03-23T04:29:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:29:22.462Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:29:22.463Z||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-03-23T04:29:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:29:32.056Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:29:32.056Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:30:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:30:22.461Z||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-03-23T04:30:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:30:22.462Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:30:22.463Z||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-03-23T04:30:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:30:32.003Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:30:32.003Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:31:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:31:22.462Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:31:22.462Z||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-03-23T04:31:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:31:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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-03-23T04:31:22.463Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:31:32.033Z|5c399dfc-7df0-4cb2-8de5-9ecf157a802f|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:31:32.049Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:32:22.461Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:32:22.462Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:32:22.463Z||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-03-23T04:32:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:32:22.463Z||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-03-23T04:32:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:32:32.021Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:32:32.062Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:32:46.881Z||http-nio-8085-exec-2|||||WARN|500||reqdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@1f05140d ((conn=2628) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-03-23T04:33:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:33:22.461Z||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-03-23T04:33:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:33:22.462Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:33:22.463Z||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-03-23T04:33:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:33:32.020Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:33:32.020Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:34:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:34:22.462Z||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-03-23T04:34:22.462Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:34:22.462Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:34:22.462Z|563c3743-1d6a-4440-8717-d047bd06afac|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-03-23T04:34:22.463Z|563c3743-1d6a-4440-8717-d047bd06afac|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 41BkLZAzvZqxNthX) ...
2022-03-23T04:34:32.011Z|563c3743-1d6a-4440-8717-d047bd06afac|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:34:32.013Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:35:22.460Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:35:22.461Z||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-03-23T04:35:22.461Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:35:22.462Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-23T04:35:22.462Z||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-03-23T04:35:22.463Z||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 41BkLZAzvZqxNthX) ...
2022-03-23T04:35:32.006Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:35:32.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-23T04:36:04.887Z||http-nio-8085-exec-6|||||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)