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-04-16T05:35:24.823Z||main|||||INFO|500||The following profiles are active: basic
2022-04-16T05:35:42.151Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-16T05:35:42.152Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-16T05:35:42.317Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-16T05:35:48.280Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-16T05:35:48.994Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-16T05:35:49.741Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-16T05:35:49.814Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-16T05:35:50.048Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-16T05:35:50.459Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-16T05:35:51.574Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-16T05:35:55.292Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-16T05:35:58.783Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-16T05:35:58.894Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-16T05:35:59.652Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-16T05:35:59.950Z||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-04-16T05:36:01.588Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-16T05:36:03.239Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-16T05:36:03.272Z||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$$47a94641.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-04-16T05:36:03.273Z||main|||||WARN|500||The sdc end point is not alive
2022-04-16T05:36:07.800Z||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-04-16T05:36:12.243Z||main|||||WARN|500||---
2022-04-16T05:36:12.244Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-16T05:36:12.244Z||main|||||WARN|500||---
2022-04-16T05:36:12.823Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-16T05:36:20.631Z||main|||||INFO|500||Started Application in 60.991 seconds (JVM running for 64.712)
2022-04-16T05:36:20.645Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-16T05:36:20.647Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-16T05:36:20.666Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-16T05:36:20.698Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-16T05:36:20.758Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 61b52142-4b8d-4722-a8b9-665e8a63c5b4 url= /sdc/v1/artifactTypes
2022-04-16T05:36:20.759Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-16T05:36:21.083Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-16T05:36:21.114Z||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-04-16T05:36:21.143Z||scheduling-1|||||DEBUG|500||create keys
2022-04-16T05:36:21.154Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-16T05:36:21.319Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:36:21.352Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a788844e-c238-49f7-a038-7496a459dd45 url= /sdc/v1/registerForDistribution
2022-04-16T05:36:21.830Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a788844e-c238-49f7-a038-7496a459dd45 url= /sdc/v1/registerForDistribution
2022-04-16T05:36:21.831Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-16T05:36:21.845Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:36:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:36:21.874Z||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-04-16T05:36:21.875Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:36:21.875Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-16T05:36:21.876Z||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-04-16T05:36:21.876Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:36:32.571Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:36:32.584Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:37:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:37:21.846Z||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-04-16T05:37:21.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:37:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:37:21.847Z||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-04-16T05:37:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:37:31.450Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:37:31.459Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:38:21.841Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:38:21.843Z||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-04-16T05:38:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:38:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:38:21.848Z||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-04-16T05:38:21.848Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T05:38:31.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:38:31.526Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:39:21.841Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:39:21.843Z||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-04-16T05:39:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:39:21.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:39:21.847Z||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-04-16T05:39:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:39:31.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:39:31.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:40:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:40:21.842Z||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-04-16T05:40:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:40:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:40:21.848Z||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-04-16T05:40:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:40:31.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:40:31.502Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:41:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:41:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:41:21.846Z||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-04-16T05:41:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T05:41:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:41:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:41:31.451Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:41:31.480Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:42:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:42:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:42:21.848Z||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-04-16T05:42:21.848Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T05:42:21.848Z||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-04-16T05:42:21.849Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:42:31.410Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:42:31.421Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:43:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:43:21.843Z||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-04-16T05:43:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:43:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:43:21.848Z||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-04-16T05:43:21.848Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T05:43:31.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:43:31.398Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:44:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:44:21.844Z||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-04-16T05:44:21.845Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:44:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:44:21.847Z||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-04-16T05:44:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:44:31.412Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:44:31.412Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:45:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:45:21.843Z||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-04-16T05:45:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:45:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:45:21.847Z||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-04-16T05:45:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:45:31.404Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:45:31.413Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:46:13.277Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-16T05:46:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:46:21.843Z||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-04-16T05:46:21.844Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:46:21.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:46:21.847Z||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-04-16T05:46:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:46:31.423Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:46:31.423Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:47:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:47:21.843Z||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-04-16T05:47:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:47:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:47:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T05:47:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:47:31.403Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:47:31.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:48:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:48:21.844Z||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-04-16T05:48:21.845Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:48:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:48:21.846Z||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-04-16T05:48:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:48:31.412Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:48:31.413Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:49:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:49:21.844Z||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-04-16T05:49:21.844Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:49:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:49:21.847Z||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-04-16T05:49:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:49:31.403Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:49:31.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:50:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:50:21.843Z||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-04-16T05:50:21.844Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:50:21.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:50:21.848Z||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-04-16T05:50:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:50:31.403Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:50:31.407Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:51:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:51:21.843Z||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-04-16T05:51:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:51:21.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:51:21.847Z||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-04-16T05:51:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:51:31.406Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:51:31.406Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:52:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:52:21.843Z||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-04-16T05:52:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:52:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:52:21.846Z||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-04-16T05:52:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:52:31.396Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:52:31.399Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:53:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:53:21.843Z||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-04-16T05:53:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:53:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:53:21.847Z||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-04-16T05:53:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:53:31.395Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:53:31.399Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:54:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:54:21.842Z||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-04-16T05:54:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:54:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:54:21.847Z||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-04-16T05:54:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:54:31.397Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:54:31.399Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:55:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:55:21.842Z||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-04-16T05:55:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:55:21.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:55:21.846Z||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-04-16T05:55:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:55:31.403Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:55:31.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:56:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:56:21.842Z||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-04-16T05:56:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:56:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:56:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T05:56:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:56:31.416Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:56:31.416Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:57:21.842Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:57:21.844Z||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-04-16T05:57:21.845Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:57:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:57:21.847Z||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-04-16T05:57:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:57:31.420Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:57:31.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:58:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:58:21.842Z||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-04-16T05:58:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:58:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:58:21.847Z||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-04-16T05:58:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:58:31.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:58:31.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:59:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:59:21.842Z||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-04-16T05:59:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:59:21.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T05:59:21.847Z||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-04-16T05:59:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T05:59:31.441Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T05:59:31.441Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:00:21.841Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:00:21.843Z||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-04-16T06:00:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:00:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:00:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:00:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:00:31.404Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:00:31.405Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:01:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:01:21.843Z||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-04-16T06:01:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:01:21.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:01:21.846Z||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-04-16T06:01:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:01:31.416Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:01:31.416Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:02:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:02:21.843Z||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-04-16T06:02:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:02:21.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:02:21.846Z||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-04-16T06:02:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:02:31.419Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:02:31.423Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:03:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:03:21.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:03:21.842Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:03:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:03:21.846Z||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-04-16T06:03:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:03:31.411Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:03:31.421Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:04:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:04:21.843Z||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-04-16T06:04:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:04:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:04:21.846Z||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-04-16T06:04:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:04:31.395Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:04:31.395Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:05:21.844Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:05:21.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:05:21.847Z||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-04-16T06:05:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:05:21.845Z||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-04-16T06:05:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:05:31.422Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:05:31.422Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:06:21.842Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:06:21.844Z||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-04-16T06:06:21.844Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:06:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:06:21.847Z||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-04-16T06:06:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:06:31.393Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:06:31.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:07:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:07:21.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:07:21.842Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:07:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:07:21.848Z||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-04-16T06:07:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:07:31.403Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:07:31.427Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:08:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:08:21.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:08:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:08:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:08:21.846Z||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-04-16T06:08:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:08:31.406Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:08:31.422Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:09:21.841Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:09:21.842Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:09:21.843Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:09:21.846Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:09:21.847Z||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-04-16T06:09:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:09:31.415Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:09:31.415Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:10:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:10:21.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:10:21.843Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:10:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:10:21.847Z||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-04-16T06:10:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:10:31.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:10:31.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:11:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:11:21.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:11:21.842Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:11:21.846Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:11:21.847Z||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-04-16T06:11:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:11:31.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:11:31.403Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:12:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:12:21.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:12:21.843Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:12:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:12:21.847Z||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-04-16T06:12:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:12:31.404Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:12:31.414Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:13:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:13:21.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:13:21.843Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:13:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:13:21.847Z||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-04-16T06:13:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:13:31.413Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:13:31.428Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:14:21.842Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:14:21.846Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:14:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:14:21.847Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:14:21.847Z||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-04-16T06:14:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:14:31.415Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:14:31.417Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:15:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:15:21.843Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:15:21.843Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:15:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:15:21.848Z||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-04-16T06:15:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:15:27.008Z||http-nio-8085-exec-1|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:15:31.427Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:15:31.428Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:16:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:16:21.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:16:21.843Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:16:21.846Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:16:21.847Z||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-04-16T06:16:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:16:31.429Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:16:31.429Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:17:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:17:21.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:17:21.843Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:17:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:17:21.846Z||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-04-16T06:17:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:17:31.396Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:17:31.403Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:21.841Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:18:21.842Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:18:21.843Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:18:21.847Z||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-04-16T06:18:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:22.011Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:22.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.017Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "cds",
  "timestamp": 1650089891433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.056Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.056Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.057Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089890773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.057Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.057Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.058Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089888582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.058Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.058Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.059Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "cds",
  "timestamp": 1650089891433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.059Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089890773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089888582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.060Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.061Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.061Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089892824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "cds",
  "timestamp": 1650089891433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089890773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:18:22.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089888582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089892824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "cds",
  "timestamp": 1650089891433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089890773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089888582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089892824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "cds",
  "timestamp": 1650089891433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089890773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-16T06:18:22.072Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089888582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.073Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.073Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.074Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089892824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.074Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.075Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.075Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089897066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.076Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.076Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.076Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "cds",
  "timestamp": 1650089891433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.077Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.077Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.078Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089890773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.079Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.079Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.079Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089888582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.080Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.080Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.080Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089892824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.081Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.081Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.082Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089897066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.083Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.083Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.084Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "cds",
  "timestamp": 1650089891433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:18:22.084Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089890773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:18:22.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.086Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.086Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089888582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.086Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.087Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.087Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089892824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.087Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.088Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.088Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089897066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:18:22.088Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.089Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089892824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:18:22.089Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.089Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.090Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089900340,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:18:22.090Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:18:22.090Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "cds",
  "timestamp": 1650089899678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:18:22.091Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:18:22.091Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.091Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089897066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.092Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:18:22.092Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "cds",
  "timestamp": 1650089900699,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-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-04-16T06:18:22.387Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:18:22.424Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:18:22.513Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:22.515Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:18:22.515Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d48295a-d74e-46c5-a06f-1374b1b78b3c","serviceName":"vFW 2022-04-16 06-15-42","serviceVersion":"1.0","serviceUUID":"3190ef27-b847-4f3f-a125-be2cece41b7f","serviceDescription":"catalog service description","serviceInvariantUUID":"30bbff4d-adad-4589-b6a8-4c759ca90388","resources":[{"resourceInstanceName":"vFW 5a315229-8bbc 0","resourceName":"vFW 5a315229-8bbc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3c966349-d7c4-451b-95ad-49974f68e1e6","resourceInvariantUUID":"dd61a20c-3105-4347-ad45-706a06da5f46","resourceCustomizationUUID":"57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml","artifactChecksum":"YWI3MjEzZGUyNzZiYmM5NmE2MDkzYmIzOGY3ZjM1Zjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"eea35f46-5f77-43dc-9dd5-a07d7beb8764","artifactVersion":"1"},{"artifactName":"vfw5a3152298bbc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json","artifactChecksum":"NTMzNmVkMDM0YWMyNmUxMDdkMWQzYjY0MzcwMmQ0MjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b1d3000a-1754-450f-b1f2-b28373929ad6","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92b9990b-57b8-4f4e-9552-d91a380afe37","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml","artifactChecksum":"YTEzM2I5YmY0ZDJlYjFmYmUxM2FlMTEwNGZkY2FiOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"212aa06f-f1b4-423a-b7d1-dd1ff30f2383","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7324491d-faf1-40df-ae82-26c2331ee834","artifactVersion":"2","generatedFromUUID":"92b9990b-57b8-4f4e-9552-d91a380afe37"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220416061542-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml","artifactChecksum":"MDAzOGQzNmRjYmI1ZDRiZGU0OWZjOThlOWEzOGRmMTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b2c0ca92-2f46-4f46-a885-19466364e1d5","artifactVersion":"1"},{"artifactName":"service-Vfw20220416061542-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar","artifactChecksum":"ODE4OGI3MTNhNjdkYjM2NDJmOTJhOGFhNDdkNWFlOTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab523dfd-4710-4fcb-88ed-f16127a5656d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:18:22.523Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:22.530Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:22.543Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:22.544Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:22.644Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-16T06:18:22.650Z||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-04-16T06:18:22.650Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:22.674Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:22.676Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:23.553Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:23.554Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:23.557Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:23.557Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:18:23.657Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:23.659Z||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-04-16T06:18:23.659Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:23.707Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:23.708Z||pool-4-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:24.558Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:24.560Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:24.563Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:24.563Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:18:24.664Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:18:24.665Z||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-04-16T06:18:24.666Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:24.689Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:24.690Z||pool-5-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:25.564Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:25.567Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:25.571Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:25.571Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:25.671Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:25.673Z||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-04-16T06:18:25.673Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:25.716Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:25.717Z||pool-6-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:26.572Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:26.574Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:26.577Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:26.577Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-16T06:18:26.677Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-16T06:18:26.678Z||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-04-16T06:18:26.679Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:26.699Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:26.700Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:27.585Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:27.587Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:27.589Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:27.590Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:18:27.690Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:27.691Z||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-04-16T06:18:27.691Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:27.730Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:27.731Z||pool-8-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:28.591Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:18:28.591Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:28.595Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:28.595Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:18:28.695Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:28.697Z||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-04-16T06:18:28.697Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:28.752Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:28.753Z||pool-9-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:18:29.598Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "serviceName": "vFW 2022-04-16 06-15-42",
  "serviceVersion": "1.0",
  "serviceUUID": "3190ef27-b847-4f3f-a125-be2cece41b7f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "30bbff4d-adad-4589-b6a8-4c759ca90388",
  "resources": [
    {
      "resourceInstanceName": "vFW 5a315229-8bbc 0",
      "resourceCustomizationUUID": "57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba",
      "resourceName": "vFW 5a315229-8bbc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3c966349-d7c4-451b-95ad-49974f68e1e6",
      "resourceInvariantUUID": "dd61a20c-3105-4347-ad45-706a06da5f46",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw5a3152298bbc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
          "artifactChecksum": "NTMzNmVkMDM0YWMyNmUxMDdkMWQzYjY0MzcwMmQ0MjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b1d3000a-1754-450f-b1f2-b28373929ad6",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "92b9990b-57b8-4f4e-9552-d91a380afe37",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "7324491d-faf1-40df-ae82-26c2331ee834",
            "generatedFromUUID": "92b9990b-57b8-4f4e-9552-d91a380afe37"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "7324491d-faf1-40df-ae82-26c2331ee834",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220416061542-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
      "artifactChecksum": "ODE4OGI3MTNhNjdkYjM2NDJmOTJhOGFhNDdkNWFlOTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab523dfd-4710-4fcb-88ed-f16127a5656d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:18:29.600Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:18:29.600Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3190ef27-b847-4f3f-a125-be2cece41b7f ASDC
2022-04-16T06:18:29.773Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:9d48295a-d74e-46c5-a06f-1374b1b78b3c
ServiceName:vFW 2022-04-16 06-15-42
ServiceVersion:1.0
ServiceUUID:3190ef27-b847-4f3f-a125-be2cece41b7f
ServiceInvariantUUID:30bbff4d-adad-4589-b6a8-4c759ca90388
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220416061542-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
ArtifactUUID:ab523dfd-4710-4fcb-88ed-f16127a5656d
ArtifactChecksum:ODE4OGI3MTNhNjdkYjM2NDJmOTJhOGFhNDdkNWFlOTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 5a315229-8bbc 0
ResourceCustomizationUUID:57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
ResourceInvariantUUID:dd61a20c-3105-4347-ad45-706a06da5f46
ResourceName:vFW 5a315229-8bbc
ResourceType:VF
ResourceUUID:3c966349-d7c4-451b-95ad-49974f68e1e6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw5a3152298bbc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
ArtifactUUID:b1d3000a-1754-450f-b1f2-b28373929ad6
ArtifactChecksum:NTMzNmVkMDM0YWMyNmUxMDdkMWQzYjY0MzcwMmQ0MjA=
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/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
ArtifactUUID:92b9990b-57b8-4f4e-9552-d91a380afe37
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/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
ArtifactUUID:7324491d-faf1-40df-ae82-26c2331ee834
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/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
ArtifactUUID:7324491d-faf1-40df-ae82-26c2331ee834
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-16T06:18:29.773Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3190ef27-b847-4f3f-a125-be2cece41b7f 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-04-16T06:18:29.854Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:18:29.856Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:18:29.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:18:29.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ab523dfd-4710-4fcb-88ed-f16127a5656d from URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:29.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:18:29.861Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:30.170Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:18:30.199Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar ab523dfd-4710-4fcb-88ed-f16127a5656d 98933
2022-04-16T06:18:30.201Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar ASDC sendASDCNotification
2022-04-16T06:18:30.201Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:30.202Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:18:30.204Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:30.206Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:30.207Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089910199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:18:30.307Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:30.308Z||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-04-16T06:18:30.308Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:30.333Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:30.334Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:31.207Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:18:31.209Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:18:31.209Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ab523dfd-4710-4fcb-88ed-f16127a5656d, URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar to file: /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:31.210Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220416061542-csar.csar
2022-04-16T06:18:31.314Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:31.315Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:32.279Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11024819903860697878/Definitions/service-Vfw20220416061542-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-04-16T06:18:36.799Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.805Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5a315229-8bbc 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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||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-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.806Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.807Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.807Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.807Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:36.807Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-16T06:18:36.815Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.816Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.822Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.822Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-16T06:18:36.824Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:18:36.826Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.826Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.827Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.827Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-16T06:18:36.827Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:18:36.828Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.828Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.832Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.833Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:36.833Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:36.833Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:36.834Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:36.835Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:36.835Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:36.835Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.835Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.836Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:36.836Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.836Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:36.836Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.837Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:18:36.837Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.837Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:18:36.839Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.840Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.840Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:36.841Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.841Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.841Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:36.841Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.842Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:36.842Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:36.842Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.843Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:36.843Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:36.843Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-16T06:18:36.844Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:36.844Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:36.844Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:36.844Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.845Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7c885448-8075-4cbf-9a4d-5d2bd07c9d59
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:36.846Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-16T06:18:36.847Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40dc3f6e-0652-48d9-9bc5-148b4b01ef5d
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.848Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:36.849Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:36.849Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:36.849Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.849Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:36.850Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54ec8984-4634-400c-a4dc-73640ded85ff
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.851Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.852Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.852Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.852Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.853Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:36.853Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:36.853Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-16 06-15-42
Description:catalog service description
Model UUID:3190ef27-b847-4f3f-a125-be2cece41b7f
Model Version:NULL
Model InvariantUuid:30bbff4d-adad-4589-b6a8-4c759ca90388
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 5a315229-8bbc
Model UUID:d64dbb09-dcd5-4388-bc57-da0191f9853e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:dd61a20c-3105-4347-ad45-706a06da5f46
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4ebd2542-7067-4ea1-a923-653e10e33cf3
ModelName:Vfw5a3152298bbc..base_vfw..module-0
ModelUuid:d80368a5-804c-410c-b8d7-3e557b73d2f0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:7c885448-8075-4cbf-9a4d-5d2bd07c9d59
ModelInvariantUuid:56821b29-6935-4f86-ae34-fe4bbf5d92fa
ModelName:vFW 5a315229-8bbc-nodes.vfwCvfc
ModelUuid:7350143f-5de5-4959-910b-ced88e798103
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8094fc3f-86eb-4c3a-8f35-ba5a34b1b19b
ModelInvariantUuid:b24f38fb-7b3a-47df-aebd-94321e5dd593
ModelName:Vfw5a3152298bbc.compute.nodes.heat.vfw
ModelUuid:760e4eae-efd3-4fa6-aedf-c01717ea551c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:40dc3f6e-0652-48d9-9bc5-148b4b01ef5d
ModelInvariantUuid:3617b680-fcb4-4b46-96cb-f9a07e9c2d32
ModelName:vFW 5a315229-8bbc-nodes.vsnCvfc
ModelUuid:88be729c-ce55-42ca-bf12-be85d190e9fc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:60a769ee-23b0-4cc3-a405-9c3c6c076fe3
ModelInvariantUuid:f09c81b5-93e9-4600-9a6c-0fd8a33fa7c9
ModelName:Vfw5a3152298bbc.compute.nodes.heat.vsn
ModelUuid:73d9e90a-efc5-48db-b58d-cc3752bd58f3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:54ec8984-4634-400c-a4dc-73640ded85ff
ModelInvariantUuid:7157eda3-7117-417f-9b16-320315122b08
ModelName:vFW 5a315229-8bbc-nodes.vpgCvfc
ModelUuid:43d5a0f0-0079-49c6-b601-09b854e46b14
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9f3b133f-2f8c-4486-b6dd-e53da7b5fea9
ModelInvariantUuid:8c50925e-6cd2-4870-a394-27a6a72e7465
ModelName:Vfw5a3152298bbc.compute.nodes.heat.vpg
ModelUuid:0d07f931-4beb-41b6-a98a-1d4a066b1de1
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-04-16T06:18:36.872Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3c966349-d7c4-451b-95ad-49974f68e1e6
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-04-16T06:18:36.992Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||vFW 5a315229-8bbc 0
2022-04-16T06:18:37.001Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3c966349-d7c4-451b-95ad-49974f68e1e6
2022-04-16T06:18:37.001Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b1d3000a-1754-450f-b1f2-b28373929ad6 from URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
2022-04-16T06:18:37.001Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:18:37.001Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
2022-04-16T06:18:37.162Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:18:37.163Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json b1d3000a-1754-450f-b1f2-b28373929ad6 785
2022-04-16T06:18:37.164Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json ASDC sendASDCNotification
2022-04-16T06:18:37.164Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
2022-04-16T06:18:37.164Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:18:37.165Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:37.169Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:37.169Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089917164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:18:37.269Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:18:37.271Z||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-04-16T06:18:37.271Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:37.291Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:37.292Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:18:38.172Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5a3152298bbc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4ebd2542-7067-4ea1-a923-653e10e33cf3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d80368a5-804c-410c-b8d7-3e557b73d2f0",
    "vfModuleModelCustomizationUUID": "0d82b638-972a-4a7f-bed8-876846856c34",
    "isBase": true,
    "artifacts": [
      "92b9990b-57b8-4f4e-9552-d91a380afe37",
      "7324491d-faf1-40df-ae82-26c2331ee834"
    ],
    "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-04-16T06:18:38.191Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5a3152298bbc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d80368a5-804c-410c-b8d7-3e557b73d2f0
VfModuleModelInvariantUUID:4ebd2542-7067-4ea1-a923-653e10e33cf3
VfModuleModelDescription:NULL
Artifacts UUID List:{
92b9990b-57b8-4f4e-9552-d91a380afe37
,
7324491d-faf1-40df-ae82-26c2331ee834

}
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-04-16T06:18:38.197Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw5a3152298bbc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "4ebd2542-7067-4ea1-a923-653e10e33cf3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d80368a5-804c-410c-b8d7-3e557b73d2f0",
    "vfModuleModelCustomizationUUID": "0d82b638-972a-4a7f-bed8-876846856c34",
    "isBase": true,
    "artifacts": [
      "92b9990b-57b8-4f4e-9552-d91a380afe37",
      "7324491d-faf1-40df-ae82-26c2331ee834"
    ],
    "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-04-16T06:18:38.198Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw5a3152298bbc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d80368a5-804c-410c-b8d7-3e557b73d2f0
VfModuleModelInvariantUUID:4ebd2542-7067-4ea1-a923-653e10e33cf3
VfModuleModelDescription:NULL
Artifacts UUID List:{
92b9990b-57b8-4f4e-9552-d91a380afe37
,
7324491d-faf1-40df-ae82-26c2331ee834

}
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-04-16T06:18:38.198Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92b9990b-57b8-4f4e-9552-d91a380afe37 from URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
2022-04-16T06:18:38.198Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:18:38.198Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
2022-04-16T06:18:38.481Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:18:38.483Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml 92b9990b-57b8-4f4e-9552-d91a380afe37 20368
2022-04-16T06:18:38.483Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-16T06:18:38.483Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
2022-04-16T06:18:38.483Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:18:38.484Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:38.486Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:38.486Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089918483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:18:38.587Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:38.589Z||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-04-16T06:18:38.589Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:38.624Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:38.625Z||pool-12-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:39.489Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7324491d-faf1-40df-ae82-26c2331ee834 from URL: /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
2022-04-16T06:18:39.490Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:18:39.490Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
2022-04-16T06:18:39.746Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:18:39.747Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env 7324491d-faf1-40df-ae82-26c2331ee834 2098
2022-04-16T06:18:39.748Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-16T06:18:39.748Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
2022-04-16T06:18:39.748Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:18:39.748Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:39.753Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:39.753Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089919747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:18:39.852Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-16T06:18:39.854Z||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-04-16T06:18:39.854Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:39.885Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:39.886Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:40.754Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 3190ef27-b847-4f3f-a125-be2cece41b7f
2022-04-16T06:18:40.755Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5a315229-8bbc 0 3c966349-d7c4-451b-95ad-49974f68e1e6 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-04-16T06:18:40.809Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@33744a50, org.onap.sdc.toscaparser.api.parameters.Input@65138c3d, org.onap.sdc.toscaparser.api.parameters.Input@df54854, org.onap.sdc.toscaparser.api.parameters.Input@24641366, org.onap.sdc.toscaparser.api.parameters.Input@3553eb70]
2022-04-16T06:18:40.814Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.815Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.815Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-16T06:18:40.816Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
2022-04-16T06:18:40.816Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba matches Tosca VF Customization UUID: 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
2022-04-16T06:18:40.817Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba  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-04-16T06:18:40.827Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.828Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.831Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba: {\"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-04-16T06:18:40.831Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1aa39882
2022-04-16T06:18:40.832Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.832Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:18:40.833Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0d82b638-972a-4a7f-bed8-876846856c34
2022-04-16T06:18:40.840Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0d82b638-972a-4a7f-bed8-876846856c34
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-04-16T06:18:40.852Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.853Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.854Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.855Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.855Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.856Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.856Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.856Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:40.857Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:40.857Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-16T06:18:40.857Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:40.857Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:40.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:40.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.858Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.859Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:40.859Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.859Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:40.860Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.860Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7c885448-8075-4cbf-9a4d-5d2bd07c9d59
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-04-16T06:18:40.875Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.876Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.876Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.877Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.877Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:40.878Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:40.878Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:40.879Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.879Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.880Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.880Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:40.880Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:40.881Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-16T06:18:40.881Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:18:40.882Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.882Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:18:40.882Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.883Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=40dc3f6e-0652-48d9-9bc5-148b4b01ef5d
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-04-16T06:18:40.886Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.886Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.887Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.890Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.891Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is not matching search criteria
2022-04-16T06:18:40.891Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:18:40.891Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:18:40.892Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.892Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.892Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.893Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:18:40.893Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:18:40.894Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:18:40.894Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:18:40.894Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:18:40.895Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:18:40.895Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-16T06:18:40.895Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=54ec8984-4634-400c-a4dc-73640ded85ff
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-04-16T06:18:40.899Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.899Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.899Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:18:40.900Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.901Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Node template vFW 5a315229-8bbc 0 is matching search criteria
2022-04-16T06:18:40.901Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5a315229-8bbc 0] matching following query criteria: sdcType=VF, customizationUUID=57a5eda3-ad89-4d1c-b55e-bf83ddeb41ba
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-04-16T06:18:40.905Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.906Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.907Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 3190ef27-b847-4f3f-a125-be2cece41b7f: vFW 5a315229-8bbc
2022-04-16T06:18:40.907Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.907Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.908Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.908Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.909Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.909Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.910Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.911Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.911Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:18:40.911Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-16 06-15-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:18:40.912Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-16 06-15-42 
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-04-16T06:18:41.276Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5a315229-8bbc 3c966349-d7c4-451b-95ad-49974f68e1e6 1 ASDC deployResourceStructure
2022-04-16T06:18:41.277Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json ASDC sendASDCNotification
2022-04-16T06:18:41.277Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json
2022-04-16T06:18:41.278Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:18:41.278Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:41.281Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:41.281Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089921277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:18:41.382Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:41.383Z||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-04-16T06:18:41.384Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:41.418Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:41.419Z||pool-14-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:42.283Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-16T06:18:42.284Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml
2022-04-16T06:18:42.284Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:18:42.284Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:42.287Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:42.288Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089922283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:18:42.388Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:42.389Z||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-04-16T06:18:42.389Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:42.407Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:42.408Z||pool-15-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:18:43.289Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-16T06:18:43.289Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env
2022-04-16T06:18:43.290Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:18:43.290Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:43.293Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:43.293Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089923289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:18:43.393Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:18:43.395Z||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-04-16T06:18:43.396Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:43.455Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:43.456Z||pool-16-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:18:44.294Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar ASDC sendASDCNotification
2022-04-16T06:18:44.295Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar
2022-04-16T06:18:44.295Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:18:44.295Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:18:44.298Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:18:44.299Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089924294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:18:44.399Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:18:44.400Z||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-04-16T06:18:44.400Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:18:44.439Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:18:44.440Z||pool-17-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:18:45.301Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:18:45.327Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:18:45.332Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:18:45.333Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:18:45.333Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:19:15.334Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:19:15.355Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:19:15.360Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:19:15.360Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:19:15.360Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:19:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:19:21.847Z||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-04-16T06:19:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:19:21.881Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:19:21.882Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:19:21.882Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089901444,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:19:21.883Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:19:45.360Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:19:45.375Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:19:45.379Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:19:45.380Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:19:45.380Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:20:15.381Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:20:15.397Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:20:15.401Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:20:15.401Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:20:15.401Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:20:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:20:21.847Z||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-04-16T06:20:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:20:21.886Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:20:21.887Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:20:21.887Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089897066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:20:21.888Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:20:45.401Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:20:45.417Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:20:45.421Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:20:45.421Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:20:45.422Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:21:15.423Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:21:15.446Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:21:15.450Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:21:15.451Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:21:15.451Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:21:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:21:21.847Z||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-04-16T06:21:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:21:21.890Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:21:22.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089900895,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.400Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089897066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.401Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089902552,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.402Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089897066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089903619,
  "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-04-16T06:21:22.416Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.416Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089904624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.432Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089904701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.434Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089905715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "policy-id",
  "timestamp": 1650089906720,
  "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-04-16T06:21:22.444Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.445Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "cds",
  "timestamp": 1650089906433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "cds",
  "timestamp": 1650089906433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089908582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "cds",
  "timestamp": 1650089906433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089910199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089908582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.467Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.467Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.467Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "cds",
  "timestamp": 1650089906433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.468Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.468Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.468Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089908582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.469Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.469Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.469Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.470Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.470Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089910773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.471Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "cds",
  "timestamp": 1650089906433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.472Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089908582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.473Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089910773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.474Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.475Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "cds",
  "timestamp": 1650089906433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.475Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.475Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089908582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.476Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.476Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.476Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.477Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.477Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.477Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089910773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "cds",
  "timestamp": 1650089906433,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.478Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089908582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.479Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.479Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.479Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.480Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089910773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.480Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.481Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089914500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.481Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "cds",
  "timestamp": 1650089914230,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.482Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650089908582,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089910773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "cds",
  "timestamp": 1650089915239,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-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-04-16T06:21:22.507Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.507Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.526Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.526Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089910773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.527Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089917164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089910773,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.529Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.529Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089917067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.529Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.530Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089918483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.530Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.530Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089917067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.531Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.531Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.531Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089918734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089919747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.532Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089917067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089920034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.533Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089917067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.534Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.534Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.534Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089921277,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/vfw5a3152298bbc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089917067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.535Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089921823,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.536Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.536Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089922283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.536Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089921559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089922657,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.537Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.538Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089917067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.538Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.538Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.539Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089922847,
  "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-04-16T06:21:22.546Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.547Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.568Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.568Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089923289,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/resourceInstances/vfw5a3152298bbc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.569Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.569Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.569Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "aai-ml",
  "timestamp": 1650089922567,
  "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-04-16T06:21:22.577Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.577Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.592Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.592Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089923664,
  "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-04-16T06:21:22.607Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.608Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089917067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650089923851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.623Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089924294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.624Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089923572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089924426,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089925135,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089923572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089926142,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089923572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089926434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061542/1.0/artifacts/service-Vfw20220416061542-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "policy-id",
  "timestamp": 1650089927146,
  "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-04-16T06:21:22.641Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.641Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089923572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "clamp",
  "timestamp": 1650089927439,
  "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-04-16T06:21:22.666Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d48295a-d74e-46c5-a06f-1374b1b78b3c
2022-04-16T06:21:22.667Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:21:22.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089923572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.682Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.683Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089923572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.684Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089906519,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089923572,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.685Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089932064,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.686Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089931555,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.687Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:21:22.688Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089906902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089935184,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.689Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.690Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.690Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650089936191,
  "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-04-16T06:21:22.697Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.698Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.710Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089941459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.710Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.710Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.711Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "aai-ml",
  "timestamp": 1650089942464,
  "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-04-16T06:21:22.717Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.717Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:22.728Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.728Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089947419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089949430,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:21:22.729Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "clamp",
  "timestamp": 1650089950434,
  "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-04-16T06:21:22.737Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 66b13391-0ecb-4004-a03f-0cc1f4d11580
2022-04-16T06:21:22.737Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:21:45.452Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:21:45.468Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:21:45.473Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:21:45.473Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:21:45.474Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:21:45.474Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:21:45.474Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:21:45.475Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:21:45.475Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:21:45.475Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:21:45.475Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:21:45.476Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:21:45.476Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:21:45.484Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:22:15.485Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c 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-04-16T06:22:15.511Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d48295a-d74e-46c5-a06f-1374b1b78b3c and serviceModelVersionId: 3190ef27-b847-4f3f-a125-be2cece41b7f
2022-04-16T06:22:15.512Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30bbff4d-adad-4589-b6a8-4c759ca90388
2022-04-16T06:22:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:22:21.848Z||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-04-16T06:22:21.849Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:22.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:22.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.508Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "cds",
  "timestamp": 1650090101433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.509Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.509Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.509Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090108582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090102824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090108582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.510Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "cds",
  "timestamp": 1650090101433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090102824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090110774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090108582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "cds",
  "timestamp": 1650090101433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090102824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.512Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090110774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090108582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "cds",
  "timestamp": 1650090101433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.513Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090102824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090110774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090108582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.514Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "cds",
  "timestamp": 1650090101433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090102824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.515Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090110774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090108582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "cds",
  "timestamp": 1650090101433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.516Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090102824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090110774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090108582,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "cds",
  "timestamp": 1650090101433,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090102824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090110774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090116519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090116680,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "cds",
  "timestamp": 1650090116755,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090110774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090117066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090116519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090116902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "cds",
  "timestamp": 1650090117765,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-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-04-16T06:22:22.545Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.546Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.596Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.596Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090118627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090117066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090116519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090116902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.598Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090117066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090119845,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.599Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090116519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090116902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090117066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090121044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090116519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090116902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090117066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090122071,
  "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-04-16T06:22:22.613Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.614Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090116519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090116902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090117066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090123074,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090116519,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090116902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.629Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090117066,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090116902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:22:22.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090124313,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090124865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090125879,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:22:22.632Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "policy-id",
  "timestamp": 1650090126884,
  "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-04-16T06:22:22.646Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.646Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.664Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.665Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090128661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:22:22.666Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.666Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.666Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090129667,
  "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-04-16T06:22:22.676Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.676Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.691Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.692Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090130476,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:22.693Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.693Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.693Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090131499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:22:22.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.694Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.694Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090131745,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:22:22.694Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:22:22.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "clamp",
  "timestamp": 1650090132503,
  "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-04-16T06:22:22.703Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.703Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:22.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:22:22.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "aai-ml",
  "timestamp": 1650090132750,
  "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-04-16T06:22:22.720Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3940732e-3197-4f08-ac5c-855df5461a95
2022-04-16T06:22:22.721Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:22:36.020Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0
2022-04-16T06:22:36.200Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:22:37.032Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|INFO|500||Invoke
2022-04-16T06:22:37.045Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d48295a-d74e-46c5-a06f-1374b1b78b3c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0917e08f-7bc8-4f3b-9f4d-90a58c1cdb81], X-ECOMP-RequestID=[9d48295a-d74e-46c5-a06f-1374b1b78b3c], X-TransactionId=[], X-ONAP-RequestID=[9d48295a-d74e-46c5-a06f-1374b1b78b3c], Content-Type=[application/merge-patch+json]}
2022-04-16T06:22:37.272Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:22:38.179Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?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/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220416-06:22:36:692-74871], vertex-id=[155832], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:22:36 GMT], Content-Type=[application/json]}
2022-04-16T06:22:38.182Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:22:38.183Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30bbff4d-adad-4589-b6a8-4c759ca90388/model-vers/model-ver/3190ef27-b847-4f3f-a125-be2cece41b7f?depth=0|INFO|500||InvokeReturn
2022-04-16T06:22:38.188Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:22:38.189Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:22:38.203Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:22:38.206Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d48295a-d74e-46c5-a06f-1374b1b78b3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:22:38.208Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:22:38.209Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:38.212Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:38.213Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090158207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:22:38.313Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:22:38.314Z||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-04-16T06:22:38.314Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:38.333Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:38.333Z||pool-18-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-16T06:22:39.242Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:22:39.243Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"66b13391-0ecb-4004-a03f-0cc1f4d11580","serviceName":"basic_onboard_pfHBNC","serviceVersion":"1.0","serviceUUID":"0be0b377-5eaf-4f30-bd47-8bd04018fd96","serviceDescription":"service","serviceInvariantUUID":"e5132bfa-2adb-4109-b458-b577981280c7","resources":[{"resourceInstanceName":"basic_onboard_pfHBNC 0","resourceName":"basic_onboard_pfHBNC","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c9dd6cbd-d8fd-44a2-9800-8de8cb648da6","resourceInvariantUUID":"a2de3d4b-fe76-4bbf-9d11-fc0f13dc3c2a","resourceCustomizationUUID":"c4c89304-bd95-4380-b746-548fee56347d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml","artifactChecksum":"ZmI3OTBhZTc2M2IxNDIxMDg3Mzg4MjU5ZTA3NTU0Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c5777f55-e1bb-4082-92bc-c762e5575402","artifactVersion":"1"},{"artifactName":"basic_onboard_pfhbnc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json","artifactChecksum":"NGE2ZjI3ZTMwYWRjNTgzOGJkMDc1N2I5NDY2NGY5NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ac877036-6c1f-4226-bd7a-3f485ac50a38","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8511ba69-0cc6-408d-9d5d-ee86bab4836c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"720ef9fd-8287-4944-9c65-fcff116c65f3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"28145dc1-3575-4e99-9c67-e6ca4d6957ea","artifactVersion":"2","generatedFromUUID":"8511ba69-0cc6-408d-9d5d-ee86bab4836c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardPfhbnc-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml","artifactChecksum":"N2RlYzBhNTE0ZjRjZGU1NzhlMTQ5OWI2ZDM0NjhkNGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93174ec8-6d94-4f86-9022-dd959ffec949","artifactVersion":"1"},{"artifactName":"service-BasicOnboardPfhbnc-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar","artifactChecksum":"NGM2ZmRhYTdiZWJmYTdjYzhmMTk3ODg4ZjBiYjRmNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b4a9f4-80e9-47a5-911c-0e666577abcb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:22:39.244Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:39.244Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:39.246Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:39.247Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:39.347Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:39.348Z||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-04-16T06:22:39.349Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:39.386Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:39.387Z||pool-19-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:40.247Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:40.249Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:40.252Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:40.252Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:22:40.352Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:22:40.353Z||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-04-16T06:22:40.354Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:40.373Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:40.374Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:41.263Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:41.264Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:41.267Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:41.267Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:22:41.368Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:41.369Z||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-04-16T06:22:41.369Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:41.410Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:41.411Z||pool-21-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:42.268Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:42.269Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:42.272Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:42.272Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:42.374Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-16T06:22:42.375Z||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-04-16T06:22:42.376Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:42.391Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:42.392Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:43.273Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:43.273Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:43.276Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:43.277Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-16T06:22:43.376Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:22:43.378Z||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-04-16T06:22:43.378Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:43.411Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:43.412Z||pool-23-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:44.277Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:44.278Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:44.281Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:44.282Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:22:44.382Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:44.383Z||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-04-16T06:22:44.384Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:44.433Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:44.434Z||pool-24-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:45.282Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:22:45.284Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:45.287Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:45.287Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:22:45.387Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:45.388Z||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-04-16T06:22:45.389Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:45.404Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:45.404Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:46.290Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "serviceName": "basic_onboard_pfHBNC",
  "serviceVersion": "1.0",
  "serviceUUID": "0be0b377-5eaf-4f30-bd47-8bd04018fd96",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e5132bfa-2adb-4109-b458-b577981280c7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_pfHBNC 0",
      "resourceCustomizationUUID": "c4c89304-bd95-4380-b746-548fee56347d",
      "resourceName": "basic_onboard_pfHBNC",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c9dd6cbd-d8fd-44a2-9800-8de8cb648da6",
      "resourceInvariantUUID": "a2de3d4b-fe76-4bbf-9d11-fc0f13dc3c2a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_pfhbnc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
          "artifactChecksum": "NGE2ZjI3ZTMwYWRjNTgzOGJkMDc1N2I5NDY2NGY5NGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ac877036-6c1f-4226-bd7a-3f485ac50a38",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8511ba69-0cc6-408d-9d5d-ee86bab4836c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "28145dc1-3575-4e99-9c67-e6ca4d6957ea",
            "generatedFromUUID": "8511ba69-0cc6-408d-9d5d-ee86bab4836c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "28145dc1-3575-4e99-9c67-e6ca4d6957ea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardPfhbnc-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
      "artifactChecksum": "NGM2ZmRhYTdiZWJmYTdjYzhmMTk3ODg4ZjBiYjRmNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "60b4a9f4-80e9-47a5-911c-0e666577abcb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:22:46.290Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:22:46.291Z|9d48295a-d74e-46c5-a06f-1374b1b78b3c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0be0b377-5eaf-4f30-bd47-8bd04018fd96 ASDC
2022-04-16T06:22:46.291Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:66b13391-0ecb-4004-a03f-0cc1f4d11580
ServiceName:basic_onboard_pfHBNC
ServiceVersion:1.0
ServiceUUID:0be0b377-5eaf-4f30-bd47-8bd04018fd96
ServiceInvariantUUID:e5132bfa-2adb-4109-b458-b577981280c7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardPfhbnc-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
ArtifactUUID:60b4a9f4-80e9-47a5-911c-0e666577abcb
ArtifactChecksum:NGM2ZmRhYTdiZWJmYTdjYzhmMTk3ODg4ZjBiYjRmNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_pfHBNC 0
ResourceCustomizationUUID:c4c89304-bd95-4380-b746-548fee56347d
ResourceInvariantUUID:a2de3d4b-fe76-4bbf-9d11-fc0f13dc3c2a
ResourceName:basic_onboard_pfHBNC
ResourceType:VF
ResourceUUID:c9dd6cbd-d8fd-44a2-9800-8de8cb648da6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_pfhbnc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
ArtifactUUID:ac877036-6c1f-4226-bd7a-3f485ac50a38
ArtifactChecksum:NGE2ZjI3ZTMwYWRjNTgzOGJkMDc1N2I5NDY2NGY5NGE=
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/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8511ba69-0cc6-408d-9d5d-ee86bab4836c
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/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
ArtifactUUID:28145dc1-3575-4e99-9c67-e6ca4d6957ea
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/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
ArtifactUUID:28145dc1-3575-4e99-9c67-e6ca4d6957ea
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-16T06:22:46.291Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0be0b377-5eaf-4f30-bd47-8bd04018fd96 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-04-16T06:22:46.341Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:22:46.342Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:22:46.342Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:22:46.342Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 60b4a9f4-80e9-47a5-911c-0e666577abcb from URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:46.342Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:22:46.343Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:47.061Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:22:47.065Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar 60b4a9f4-80e9-47a5-911c-0e666577abcb 71566
2022-04-16T06:22:47.065Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar ASDC sendASDCNotification
2022-04-16T06:22:47.065Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:47.066Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:22:47.067Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:47.069Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:47.070Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090167065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:47.170Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:22:47.171Z||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-04-16T06:22:47.172Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:47.187Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:47.189Z||pool-26-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:48.071Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:22:48.073Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-04-16T06:22:48.074Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 60b4a9f4-80e9-47a5-911c-0e666577abcb, URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar to file: /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:48.075Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:48.076Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:48.076Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:48.288Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2823426035681430750/Definitions/service-BasicOnboardPfhbnc-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-04-16T06:22:50.186Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.187Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.188Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.188Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.188Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.188Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_pfHBNC 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-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-04-16T06:22:50.189Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.190Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.190Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.190Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-16T06:22:50.191Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:22:50.191Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.191Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.191Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.192Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-04-16T06:22:50.192Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:22:50.192Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.192Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.193Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.193Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is not matching search criteria
2022-04-16T06:22:50.193Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-16T06:22:50.193Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-16T06:22:50.194Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-16T06:22:50.194Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-16T06:22:50.194Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:22:50.194Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.195Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:22:50.195Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.195Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.195Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:50.196Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.196Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.196Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:50.197Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.197Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:50.197Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:50.197Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is not matching search criteria
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d37a072-90d7-4653-9e69-bc86bc4fa081
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.198Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.199Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:50.200Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:50.200Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_pfHBNC
Description:service
Model UUID:0be0b377-5eaf-4f30-bd47-8bd04018fd96
Model Version:NULL
Model InvariantUuid:e5132bfa-2adb-4109-b458-b577981280c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_pfHBNC
Model UUID:3a9466ae-30d0-485d-b212-870f3195ec2b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a2de3d4b-fe76-4bbf-9d11-fc0f13dc3c2a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c4c89304-bd95-4380-b746-548fee56347d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9956ce8b-87b6-4c1b-9279-45f9d3a46890
ModelName:BasicOnboardPfhbnc..base_ubuntu18..module-0
ModelUuid:8f7a964e-8f67-4cb3-8835-bec44b083ff9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5d37a072-90d7-4653-9e69-bc86bc4fa081
ModelInvariantUuid:b15b3baa-91b3-41d0-ab62-85d6d634ef0b
ModelName:basic_onboard_pfHBNC-nodes.ubuntu18Cvfc
ModelUuid:d267da44-8883-4f1c-a159-b52c7c1f1888
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:210c1df4-46f4-492b-82e0-f6ba16e6359a
ModelInvariantUuid:6b703472-60d5-4bb2-b0ba-a88fc3fe59ed
ModelName:BasicOnboardPfhbnc.compute.nodes.heat.ubuntu18
ModelUuid:7312a8b2-827f-49b7-ac3a-e1a1d049a27b
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-04-16T06:22:50.210Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: c9dd6cbd-d8fd-44a2-9800-8de8cb648da6
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-04-16T06:22:50.219Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||basic_onboard_pfHBNC 0
2022-04-16T06:22:50.219Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c9dd6cbd-d8fd-44a2-9800-8de8cb648da6
2022-04-16T06:22:50.220Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ac877036-6c1f-4226-bd7a-3f485ac50a38 from URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
2022-04-16T06:22:50.220Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:22:50.220Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
2022-04-16T06:22:50.274Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json ac877036-6c1f-4226-bd7a-3f485ac50a38 798
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json ASDC sendASDCNotification
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:22:50.275Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:50.284Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:50.285Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090170275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:50.378Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-04-16T06:22:50.379Z||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-04-16T06:22:50.379Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:50.398Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:50.399Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:51.286Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPfhbnc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9956ce8b-87b6-4c1b-9279-45f9d3a46890",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f7a964e-8f67-4cb3-8835-bec44b083ff9",
    "vfModuleModelCustomizationUUID": "6f079c8e-f1d3-4c0a-9715-0626847f831c",
    "isBase": true,
    "artifacts": [
      "8511ba69-0cc6-408d-9d5d-ee86bab4836c",
      "28145dc1-3575-4e99-9c67-e6ca4d6957ea"
    ],
    "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-04-16T06:22:51.292Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfhbnc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f7a964e-8f67-4cb3-8835-bec44b083ff9
VfModuleModelInvariantUUID:9956ce8b-87b6-4c1b-9279-45f9d3a46890
VfModuleModelDescription:NULL
Artifacts UUID List:{
8511ba69-0cc6-408d-9d5d-ee86bab4836c
,
28145dc1-3575-4e99-9c67-e6ca4d6957ea

}
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-04-16T06:22:51.294Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardPfhbnc..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9956ce8b-87b6-4c1b-9279-45f9d3a46890",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8f7a964e-8f67-4cb3-8835-bec44b083ff9",
    "vfModuleModelCustomizationUUID": "6f079c8e-f1d3-4c0a-9715-0626847f831c",
    "isBase": true,
    "artifacts": [
      "8511ba69-0cc6-408d-9d5d-ee86bab4836c",
      "28145dc1-3575-4e99-9c67-e6ca4d6957ea"
    ],
    "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-04-16T06:22:51.294Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardPfhbnc..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8f7a964e-8f67-4cb3-8835-bec44b083ff9
VfModuleModelInvariantUUID:9956ce8b-87b6-4c1b-9279-45f9d3a46890
VfModuleModelDescription:NULL
Artifacts UUID List:{
8511ba69-0cc6-408d-9d5d-ee86bab4836c
,
28145dc1-3575-4e99-9c67-e6ca4d6957ea

}
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-04-16T06:22:51.294Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8511ba69-0cc6-408d-9d5d-ee86bab4836c from URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
2022-04-16T06:22:51.295Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:22:51.295Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
2022-04-16T06:22:51.484Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:22:51.486Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml 8511ba69-0cc6-408d-9d5d-ee86bab4836c 5033
2022-04-16T06:22:51.486Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-16T06:22:51.486Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
2022-04-16T06:22:51.486Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:22:51.487Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:51.489Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:51.489Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090171486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:51.589Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:51.591Z||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-04-16T06:22:51.591Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:51.607Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:51.608Z||pool-28-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:22:52.490Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 28145dc1-3575-4e99-9c67-e6ca4d6957ea from URL: /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
2022-04-16T06:22:52.491Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-04-16T06:22:52.491Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
2022-04-16T06:22:52.769Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-04-16T06:22:52.769Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env 28145dc1-3575-4e99-9c67-e6ca4d6957ea 909
2022-04-16T06:22:52.770Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-16T06:22:52.770Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
2022-04-16T06:22:52.770Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:22:52.771Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:52.773Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:52.773Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090172770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:22:52.873Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:52.875Z||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-04-16T06:22:52.875Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:52.908Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:52.909Z||pool-29-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:53.774Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0be0b377-5eaf-4f30-bd47-8bd04018fd96
2022-04-16T06:22:53.775Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_pfHBNC 0 c9dd6cbd-d8fd-44a2-9800-8de8cb648da6 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-04-16T06:22:53.815Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5fcc9da6, org.onap.sdc.toscaparser.api.parameters.Input@4931807e, org.onap.sdc.toscaparser.api.parameters.Input@3f1cffcd, org.onap.sdc.toscaparser.api.parameters.Input@69d389c, org.onap.sdc.toscaparser.api.parameters.Input@3d07a444]
2022-04-16T06:22:53.818Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.819Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.819Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-04-16T06:22:53.820Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c4c89304-bd95-4380-b746-548fee56347d
2022-04-16T06:22:53.820Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c4c89304-bd95-4380-b746-548fee56347d matches Tosca VF Customization UUID: c4c89304-bd95-4380-b746-548fee56347d
2022-04-16T06:22:53.821Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c4c89304-bd95-4380-b746-548fee56347d  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-04-16T06:22:53.826Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.827Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.828Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c4c89304-bd95-4380-b746-548fee56347d: {\"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-04-16T06:22:53.828Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f7c1ee3
2022-04-16T06:22:53.829Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.829Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:22:53.830Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f079c8e-f1d3-4c0a-9715-0626847f831c
2022-04-16T06:22:53.830Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f079c8e-f1d3-4c0a-9715-0626847f831c
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-04-16T06:22:53.836Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.837Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:53.837Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:53.839Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.840Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:53.841Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:53.841Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.842Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is not matching search criteria
2022-04-16T06:22:53.842Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-16T06:22:53.843Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-16T06:22:53.843Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5d37a072-90d7-4653-9e69-bc86bc4fa081
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-04-16T06:22:53.849Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.851Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:53.852Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:22:53.853Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.854Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_pfHBNC 0 is matching search criteria
2022-04-16T06:22:53.855Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_pfHBNC 0] matching following query criteria: sdcType=VF, customizationUUID=c4c89304-bd95-4380-b746-548fee56347d
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-04-16T06:22:53.860Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.861Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.863Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0be0b377-5eaf-4f30-bd47-8bd04018fd96: basic_onboard_pfHBNC
2022-04-16T06:22:53.863Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.864Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.865Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.866Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.867Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.868Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.869Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.869Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.870Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:22:53.871Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_pfHBNC is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:22:53.871Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_pfHBNC 
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-04-16T06:22:53.998Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_pfHBNC c9dd6cbd-d8fd-44a2-9800-8de8cb648da6 1 ASDC deployResourceStructure
2022-04-16T06:22:53.999Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json ASDC sendASDCNotification
2022-04-16T06:22:53.999Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json
2022-04-16T06:22:53.999Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:22:53.999Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:54.001Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:54.002Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090173998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:22:54.102Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:54.103Z||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-04-16T06:22:54.103Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:54.123Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:54.123Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:22:55.003Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-16T06:22:55.003Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml
2022-04-16T06:22:55.003Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:22:55.004Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:55.006Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:55.006Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:22:55.107Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:55.108Z||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-04-16T06:22:55.110Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:55.130Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:55.131Z||pool-31-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:56.008Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-16T06:22:56.008Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env
2022-04-16T06:22:56.008Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:22:56.009Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:56.011Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:56.012Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090176008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:22:56.112Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:56.113Z||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-04-16T06:22:56.114Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:56.130Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:56.131Z||pool-32-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:57.013Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar ASDC sendASDCNotification
2022-04-16T06:22:57.014Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar
2022-04-16T06:22:57.014Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:22:57.014Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:22:57.017Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:22:57.018Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090177013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:22:57.118Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:22:57.121Z||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-04-16T06:22:57.121Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:22:57.154Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:22:57.155Z||pool-33-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:22:58.019Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 66b13391-0ecb-4004-a03f-0cc1f4d11580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:22:58.033Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 66b13391-0ecb-4004-a03f-0cc1f4d11580
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:22:58.040Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:22:58.040Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:22:58.041Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:22:58.042Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:22:58.042Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:22:58.052Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:23:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:23:21.847Z||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-04-16T06:23:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:22.497Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:22.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9d48295a-d74e-46c5-a06f-1374b1b78b3c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090158207,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:23:22.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:23:22.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650089901841,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090167065,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090170275,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090171486,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090172770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090173998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/basic_onboard_pfhbnc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090175003,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090176008,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/resourceInstances/basic_onboard_pfhbnc0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090177013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardPfhbnc/1.0/artifacts/service-BasicOnboardPfhbnc-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:23:22.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:23:28.053Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 66b13391-0ecb-4004-a03f-0cc1f4d11580 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-04-16T06:23:28.061Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 66b13391-0ecb-4004-a03f-0cc1f4d11580 and serviceModelVersionId: 0be0b377-5eaf-4f30-bd47-8bd04018fd96
2022-04-16T06:23:28.061Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e5132bfa-2adb-4109-b458-b577981280c7
2022-04-16T06:23:28.063Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0
2022-04-16T06:23:28.071Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:23:28.151Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|INFO|500||Invoke
2022-04-16T06:23:28.152Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[66b13391-0ecb-4004-a03f-0cc1f4d11580], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5c6eb138-d3a0-420f-bdbc-971e7ea7be1b], X-ECOMP-RequestID=[66b13391-0ecb-4004-a03f-0cc1f4d11580], X-TransactionId=[], X-ONAP-RequestID=[66b13391-0ecb-4004-a03f-0cc1f4d11580], Content-Type=[application/merge-patch+json]}
2022-04-16T06:23:28.206Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:23:28.571Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?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/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220416-06:23:27:613-18966], vertex-id=[253984], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:23:27 GMT], Content-Type=[application/json]}
2022-04-16T06:23:28.571Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:23:28.572Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e5132bfa-2adb-4109-b458-b577981280c7/model-vers/model-ver/0be0b377-5eaf-4f30-bd47-8bd04018fd96?depth=0|INFO|500||InvokeReturn
2022-04-16T06:23:28.573Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:23:28.574Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:23:28.582Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:23:28.583Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 66b13391-0ecb-4004-a03f-0cc1f4d11580 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:23:28.583Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:23:28.583Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:28.586Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:28.587Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090208583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:23:28.687Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:28.688Z||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-04-16T06:23:28.688Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:28.709Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:28.710Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 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-04-16T06:23:29.606Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:23:29.607Z||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-04-16T06:23:29.608Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:33.969Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:33.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-16T06:23:33.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3940732e-3197-4f08-ac5c-855df5461a95","serviceName":"vFW 2022-04-16 06-19-34","serviceVersion":"1.0","serviceUUID":"399df0b7-1455-47aa-95d9-67e4431123d5","serviceDescription":"catalog service description","serviceInvariantUUID":"24476d52-2c53-4458-bd15-36a364d9ab8c","resources":[{"resourceInstanceName":"vFW 6b63534e-85be 0","resourceName":"vFW 6b63534e-85be","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"71096273-2876-4493-bfc4-c4a8210d04fd","resourceInvariantUUID":"fae675a0-7c01-42d3-9853-ed5923288c1b","resourceCustomizationUUID":"bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml","artifactChecksum":"MjkwMzk1MGU0YjNmMzhlZDcyMjllZjU5OGU5OTg2ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b958446-ef2e-40ed-944f-f4ea361bea5e","artifactVersion":"1"},{"artifactName":"vfw6b63534e85be0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json","artifactChecksum":"M2IxYTE4MjdiNzZkMTM1NTE2MTk3MDRmNmY5OGQ4NTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"958d557b-379b-43c0-8e21-10ce40c36c29","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"992e7d9d-9589-404a-b221-637be8c9a4a0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml","artifactChecksum":"NjJjNDNlYjVkMzI3ZWJkZjBmNWE2MDBiYzUxMTI3YWU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bf3c42fc-929e-4121-acc5-0c0dee48ef0a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"2bd5727f-f8dd-418c-a84b-aadc1e567048","artifactVersion":"2","generatedFromUUID":"992e7d9d-9589-404a-b221-637be8c9a4a0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220416061934-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml","artifactChecksum":"NTk5OTgxY2Q1ZWU5MGY5ODBkOTlkYjgxZGFjYzI2MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"65ae9787-6c80-4d05-8ef9-a9fdbc354b7b","artifactVersion":"1"},{"artifactName":"service-Vfw20220416061934-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar","artifactChecksum":"YTM1YTEzZTdjNzdlNzc2YTM1YzIzZmIxMDJkY2M2NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c9248b93-3ad4-479d-9c69-7acc0bbe2445","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:23:33.974Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:33.975Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:33.977Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:33.977Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:23:34.078Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:34.079Z||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-04-16T06:23:34.079Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:34.107Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:34.109Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:34.978Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:34.980Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:34.982Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:34.983Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:23:35.083Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:35.084Z||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-04-16T06:23:35.084Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:35.105Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:35.106Z||pool-36-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:35.983Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:35.984Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:35.989Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:35.989Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:23:36.089Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:36.090Z||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-04-16T06:23:36.090Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:36.110Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:36.112Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:36.990Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:36.991Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:36.993Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:36.993Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:23:37.093Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:37.095Z||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-04-16T06:23:37.095Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:37.119Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:37.120Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:37.994Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:37.995Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:37.999Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:37.999Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-16T06:23:38.099Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:38.100Z||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-04-16T06:23:38.100Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:38.124Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:38.125Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:39.000Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:39.001Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:39.003Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:39.004Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:23:39.103Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:23:39.105Z||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-04-16T06:23:39.106Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:39.130Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:39.131Z||pool-40-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:40.004Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:23:40.005Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:40.008Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:40.008Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:23:40.111Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-04-16T06:23:40.113Z||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-04-16T06:23:40.113Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:40.130Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:40.130Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:23:41.010Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "serviceName": "vFW 2022-04-16 06-19-34",
  "serviceVersion": "1.0",
  "serviceUUID": "399df0b7-1455-47aa-95d9-67e4431123d5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "24476d52-2c53-4458-bd15-36a364d9ab8c",
  "resources": [
    {
      "resourceInstanceName": "vFW 6b63534e-85be 0",
      "resourceCustomizationUUID": "bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34",
      "resourceName": "vFW 6b63534e-85be",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "71096273-2876-4493-bfc4-c4a8210d04fd",
      "resourceInvariantUUID": "fae675a0-7c01-42d3-9853-ed5923288c1b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw6b63534e85be0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
          "artifactChecksum": "M2IxYTE4MjdiNzZkMTM1NTE2MTk3MDRmNmY5OGQ4NTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "958d557b-379b-43c0-8e21-10ce40c36c29",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "992e7d9d-9589-404a-b221-637be8c9a4a0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "2bd5727f-f8dd-418c-a84b-aadc1e567048",
            "generatedFromUUID": "992e7d9d-9589-404a-b221-637be8c9a4a0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "2bd5727f-f8dd-418c-a84b-aadc1e567048",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220416061934-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
      "artifactChecksum": "YTM1YTEzZTdjNzdlNzc2YTM1YzIzZmIxMDJkY2M2NTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c9248b93-3ad4-479d-9c69-7acc0bbe2445"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:23:41.010Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:23:41.010Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 399df0b7-1455-47aa-95d9-67e4431123d5 ASDC
2022-04-16T06:23:41.011Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3940732e-3197-4f08-ac5c-855df5461a95
ServiceName:vFW 2022-04-16 06-19-34
ServiceVersion:1.0
ServiceUUID:399df0b7-1455-47aa-95d9-67e4431123d5
ServiceInvariantUUID:24476d52-2c53-4458-bd15-36a364d9ab8c
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220416061934-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar
ArtifactUUID:c9248b93-3ad4-479d-9c69-7acc0bbe2445
ArtifactChecksum:YTM1YTEzZTdjNzdlNzc2YTM1YzIzZmIxMDJkY2M2NTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 6b63534e-85be 0
ResourceCustomizationUUID:bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34
ResourceInvariantUUID:fae675a0-7c01-42d3-9853-ed5923288c1b
ResourceName:vFW 6b63534e-85be
ResourceType:VF
ResourceUUID:71096273-2876-4493-bfc4-c4a8210d04fd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw6b63534e85be0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json
ArtifactUUID:958d557b-379b-43c0-8e21-10ce40c36c29
ArtifactChecksum:M2IxYTE4MjdiNzZkMTM1NTE2MTk3MDRmNmY5OGQ4NTM=
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/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml
ArtifactUUID:992e7d9d-9589-404a-b221-637be8c9a4a0
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/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
ArtifactUUID:2bd5727f-f8dd-418c-a84b-aadc1e567048
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/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
ArtifactUUID:2bd5727f-f8dd-418c-a84b-aadc1e567048
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-16T06:23:41.011Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 399df0b7-1455-47aa-95d9-67e4431123d5 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-04-16T06:23:41.047Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:23:41.048Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-16T06:23:41.048Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-16T06:23:41.048Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c9248b93-3ad4-479d-9c69-7acc0bbe2445 from URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:41.048Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-16T06:23:41.049Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:41.573Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-16T06:23:41.580Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar c9248b93-3ad4-479d-9c69-7acc0bbe2445 98968
2022-04-16T06:23:41.581Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar ASDC sendASDCNotification
2022-04-16T06:23:41.581Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:41.581Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:23:41.582Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:41.584Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:41.585Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090221581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:23:41.685Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:41.686Z||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-04-16T06:23:41.686Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:41.703Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:41.704Z||pool-42-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:42.585Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:23:42.587Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-16T06:23:42.587Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: c9248b93-3ad4-479d-9c69-7acc0bbe2445, URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar to file: /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:42.588Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220416061934-csar.csar
2022-04-16T06:23:42.588Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:42.589Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:42.840Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16744017176233267936/Definitions/service-Vfw20220416061934-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-04-16T06:23:45.661Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:23:45.663Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-16T06:23:45.663Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.663Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-16T06:23:45.663Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.664Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.664Z|3940732e-3197-4f08-ac5c-855df5461a95|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-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.664Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.664Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|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-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|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-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.665Z|3940732e-3197-4f08-ac5c-855df5461a95|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-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.666Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.666Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6b63534e-85be 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-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.666Z|3940732e-3197-4f08-ac5c-855df5461a95|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-Vfw20220416061934-csar.csar
2022-04-16T06:23:45.666Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-16T06:23:45.667Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.667Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.667Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.668Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-16T06:23:45.668Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:23:45.669Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.669Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.669Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.669Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-16T06:23:45.670Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:23:45.670Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.671Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.671Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.671Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:45.672Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:45.672Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:23:45.672Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:45.673Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:23:45.674Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.675Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:23:45.676Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.676Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.676Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:45.677Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.677Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.677Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:45.677Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.678Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:45.678Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:45.678Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:45.679Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:23:45.680Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:23:45.680Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.680Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.680Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:23:45.681Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.681Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:23:45.681Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.682Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bcf0bc10-cd30-4671-a70e-3ddd30ee6b60
2022-04-16T06:23:45.682Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.682Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.683Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:23:45.684Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.684Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:45.684Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-16T06:23:45.684Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:23:45.685Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.685Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:23:45.685Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.685Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e9cddd23-3e41-4a96-92ba-2bb3e3baece2
2022-04-16T06:23:45.686Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.686Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:45.686Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:23:45.687Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.688Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:45.688Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:23:45.688Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:23:45.688Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4b4387fb-20c3-49aa-92a1-ba359ed391c3
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.689Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.690Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.690Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.691Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.691Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.691Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:45.692Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:45.692Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-16 06-19-34
Description:catalog service description
Model UUID:399df0b7-1455-47aa-95d9-67e4431123d5
Model Version:NULL
Model InvariantUuid:24476d52-2c53-4458-bd15-36a364d9ab8c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 6b63534e-85be
Model UUID:4da24c13-4fcc-4a0e-9ac8-869c84e691e4
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fae675a0-7c01-42d3-9853-ed5923288c1b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f
ModelName:Vfw6b63534e85be..base_vfw..module-0
ModelUuid:3adebed2-5cb5-4400-af8f-341b6cf47539
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:bcf0bc10-cd30-4671-a70e-3ddd30ee6b60
ModelInvariantUuid:d92e503c-aa79-4323-b8da-6558c2afe4fb
ModelName:vFW 6b63534e-85be-nodes.vfwCvfc
ModelUuid:a7803486-39c0-4540-bd66-b7cd81163aba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:ffa0f741-8769-40a2-b90c-06ea26b1e775
ModelInvariantUuid:ea7a0995-8a36-4a1c-bc58-92ac7e88da1e
ModelName:Vfw6b63534e85be.compute.nodes.heat.vfw
ModelUuid:9b790051-6b98-4c15-b857-c5d1305910e7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e9cddd23-3e41-4a96-92ba-2bb3e3baece2
ModelInvariantUuid:07c69e71-652b-46c8-9300-655e6ce48d9e
ModelName:vFW 6b63534e-85be-nodes.vsnCvfc
ModelUuid:763fda50-a6fd-42eb-af48-022ce5340782
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:74f99c9c-8226-4f78-95db-e41edeca9566
ModelInvariantUuid:3831f925-d904-4d95-b088-e7ca2643b500
ModelName:Vfw6b63534e85be.compute.nodes.heat.vsn
ModelUuid:6da4fd10-156e-4cd7-a81b-9ee84801322f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:4b4387fb-20c3-49aa-92a1-ba359ed391c3
ModelInvariantUuid:48304144-d998-4f43-9ecd-cd45b02e06e9
ModelName:vFW 6b63534e-85be-nodes.vpgCvfc
ModelUuid:605d3e14-d92c-4d7b-b4f1-d47e0f9399ab
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:0942d543-5a36-497c-814b-04a806d1f3b6
ModelInvariantUuid:5240c604-9208-4cb5-b74e-b5424eb47d8d
ModelName:Vfw6b63534e85be.compute.nodes.heat.vpg
ModelUuid:8a196105-3cab-4bd8-911c-4331516f2cb4
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-04-16T06:23:45.703Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 71096273-2876-4493-bfc4-c4a8210d04fd
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-04-16T06:23:45.706Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||vFW 6b63534e-85be 0
2022-04-16T06:23:45.707Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 71096273-2876-4493-bfc4-c4a8210d04fd
2022-04-16T06:23:45.707Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 958d557b-379b-43c0-8e21-10ce40c36c29 from URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json
2022-04-16T06:23:45.707Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-16T06:23:45.708Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json
2022-04-16T06:23:46.155Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-16T06:23:46.156Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json 958d557b-379b-43c0-8e21-10ce40c36c29 785
2022-04-16T06:23:46.156Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json ASDC sendASDCNotification
2022-04-16T06:23:46.157Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json
2022-04-16T06:23:46.157Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:23:46.157Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:46.160Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:46.161Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090226156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:23:46.261Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:23:46.262Z||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-04-16T06:23:46.262Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:46.288Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:46.289Z||pool-43-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:47.163Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6b63534e85be..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3adebed2-5cb5-4400-af8f-341b6cf47539",
    "vfModuleModelCustomizationUUID": "7b04ce1b-e235-44fe-a0ee-ad4c3fd1c89a",
    "isBase": true,
    "artifacts": [
      "992e7d9d-9589-404a-b221-637be8c9a4a0",
      "2bd5727f-f8dd-418c-a84b-aadc1e567048"
    ],
    "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-04-16T06:23:47.169Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b63534e85be..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3adebed2-5cb5-4400-af8f-341b6cf47539
VfModuleModelInvariantUUID:1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
992e7d9d-9589-404a-b221-637be8c9a4a0
,
2bd5727f-f8dd-418c-a84b-aadc1e567048

}
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-04-16T06:23:47.172Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw6b63534e85be..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "3adebed2-5cb5-4400-af8f-341b6cf47539",
    "vfModuleModelCustomizationUUID": "7b04ce1b-e235-44fe-a0ee-ad4c3fd1c89a",
    "isBase": true,
    "artifacts": [
      "992e7d9d-9589-404a-b221-637be8c9a4a0",
      "2bd5727f-f8dd-418c-a84b-aadc1e567048"
    ],
    "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-04-16T06:23:47.173Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw6b63534e85be..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:3adebed2-5cb5-4400-af8f-341b6cf47539
VfModuleModelInvariantUUID:1e88a4dd-0c93-4c79-8c28-fe2d0cd18e5f
VfModuleModelDescription:NULL
Artifacts UUID List:{
992e7d9d-9589-404a-b221-637be8c9a4a0
,
2bd5727f-f8dd-418c-a84b-aadc1e567048

}
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-04-16T06:23:47.174Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 992e7d9d-9589-404a-b221-637be8c9a4a0 from URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml
2022-04-16T06:23:47.174Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-16T06:23:47.175Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml
2022-04-16T06:23:47.470Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-16T06:23:47.472Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml 992e7d9d-9589-404a-b221-637be8c9a4a0 20368
2022-04-16T06:23:47.472Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-16T06:23:47.472Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml
2022-04-16T06:23:47.472Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:23:47.473Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:47.475Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:47.476Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090227472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:23:47.576Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:47.577Z||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-04-16T06:23:47.577Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:47.599Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:47.600Z||pool-44-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:23:48.477Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2bd5727f-f8dd-418c-a84b-aadc1e567048 from URL: /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
2022-04-16T06:23:48.478Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-16T06:23:48.478Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
2022-04-16T06:23:48.765Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-16T06:23:48.765Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env 2bd5727f-f8dd-418c-a84b-aadc1e567048 2098
2022-04-16T06:23:48.766Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-16T06:23:48.766Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
2022-04-16T06:23:48.766Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:23:48.767Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:48.769Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:48.770Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090228766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:23:48.870Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:48.871Z||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-04-16T06:23:48.871Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:48.893Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:48.894Z||pool-45-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:49.770Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 399df0b7-1455-47aa-95d9-67e4431123d5
2022-04-16T06:23:49.772Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6b63534e-85be 0 71096273-2876-4493-bfc4-c4a8210d04fd 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-04-16T06:23:49.829Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2108165b, org.onap.sdc.toscaparser.api.parameters.Input@729efc4e, org.onap.sdc.toscaparser.api.parameters.Input@74946e2e, org.onap.sdc.toscaparser.api.parameters.Input@19185a04, org.onap.sdc.toscaparser.api.parameters.Input@78c32db2]
2022-04-16T06:23:49.831Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.831Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.831Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-16T06:23:49.832Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34
2022-04-16T06:23:49.832Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34 matches Tosca VF Customization UUID: bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34
2022-04-16T06:23:49.832Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34  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-04-16T06:23:49.836Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.836Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.838Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34: {\"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-04-16T06:23:49.838Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@719b91d0
2022-04-16T06:23:49.838Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.838Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:23:49.839Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7b04ce1b-e235-44fe-a0ee-ad4c3fd1c89a
2022-04-16T06:23:49.839Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7b04ce1b-e235-44fe-a0ee-ad4c3fd1c89a
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-04-16T06:23:49.843Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.843Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:49.843Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:49.843Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.844Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:49.844Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:49.844Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.844Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:23:49.845Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.846Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:49.846Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:23:49.846Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:49.846Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:23:49.847Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.847Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bcf0bc10-cd30-4671-a70e-3ddd30ee6b60
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-04-16T06:23:49.850Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.850Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:49.851Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:49.851Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.851Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:49.851Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:49.852Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:23:49.852Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:49.852Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.852Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:23:49.853Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.853Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:49.853Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-16T06:23:49.853Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-16T06:23:49.853Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:49.854Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-16T06:23:49.854Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.854Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e9cddd23-3e41-4a96-92ba-2bb3e3baece2
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-04-16T06:23:49.859Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.859Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:49.859Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:49.860Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.860Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is not matching search criteria
2022-04-16T06:23:49.860Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-16T06:23:49.860Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-16T06:23:49.860Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:49.861Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.861Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-16T06:23:49.861Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.861Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-16T06:23:49.861Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-16T06:23:49.861Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-16T06:23:49.862Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-16T06:23:49.862Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-16T06:23:49.862Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-16T06:23:49.862Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=4b4387fb-20c3-49aa-92a1-ba359ed391c3
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-04-16T06:23:49.866Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.867Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:49.867Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:23:49.867Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.867Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Node template vFW 6b63534e-85be 0 is matching search criteria
2022-04-16T06:23:49.868Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 6b63534e-85be 0] matching following query criteria: sdcType=VF, customizationUUID=bc6e9095-a54a-4ca7-a56f-1bb65bb4aa34
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-04-16T06:23:49.870Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.871Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.871Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 399df0b7-1455-47aa-95d9-67e4431123d5: vFW 6b63534e-85be
2022-04-16T06:23:49.871Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.871Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.872Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.872Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.872Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.872Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.872Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.873Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.873Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:23:49.873Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-16 06-19-34 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:23:49.873Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-04-16 06-19-34 
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-04-16T06:23:50.078Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6b63534e-85be 71096273-2876-4493-bfc4-c4a8210d04fd 1 ASDC deployResourceStructure
2022-04-16T06:23:50.079Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json ASDC sendASDCNotification
2022-04-16T06:23:50.079Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json
2022-04-16T06:23:50.079Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:23:50.079Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:50.082Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:50.082Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090230079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:23:50.184Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:50.185Z||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-04-16T06:23:50.185Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:50.214Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:50.215Z||pool-46-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:51.084Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-16T06:23:51.084Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml
2022-04-16T06:23:51.084Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:23:51.084Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:51.087Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:51.087Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090231083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:23:51.187Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:51.188Z||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-04-16T06:23:51.188Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:51.211Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:51.212Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:23:52.088Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-16T06:23:52.089Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env
2022-04-16T06:23:52.089Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:23:52.089Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:52.092Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:52.092Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090232088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:23:52.192Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:52.193Z||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-04-16T06:23:52.194Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:52.211Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:52.212Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:23:53.093Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar ASDC sendASDCNotification
2022-04-16T06:23:53.094Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar
2022-04-16T06:23:53.094Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:23:53.094Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:23:53.098Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:23:53.098Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090233093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:23:53.198Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:23:53.199Z||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-04-16T06:23:53.200Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:23:53.218Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:23:53.221Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:23:54.099Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3940732e-3197-4f08-ac5c-855df5461a95
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:23:54.118Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3940732e-3197-4f08-ac5c-855df5461a95
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:23:54.123Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:23:54.124Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:23:54.124Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:23:54.124Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:23:54.124Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:23:54.124Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:23:54.125Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:23:54.125Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:23:54.125Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:23:54.125Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:23:54.126Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:23:54.135Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:24:21.846Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:24:21.847Z||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-04-16T06:24:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:24:22.485Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:24:22.486Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.486Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "66b13391-0ecb-4004-a03f-0cc1f4d11580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090208583,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:24:22.487Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:24:22.487Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:24:22.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:24:22.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:24:22.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:24:22.488Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.488Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:24:22.488Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.489Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090209606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:24:22.490Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:24:22.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090221581,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:24:22.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:24:22.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.490Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090226156,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:24:22.490Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:24:22.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090227472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090228766,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090230079,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/vfw6b63534e85be0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090231083,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:24:22.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:24:22.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090232088,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/resourceInstances/vfw6b63534e85be0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:24:22.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:24:22.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-16T06:24:22.492Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090233093,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220416061934/1.0/artifacts/service-Vfw20220416061934-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:24:22.492Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:24:24.135Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3940732e-3197-4f08-ac5c-855df5461a95 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-04-16T06:24:24.143Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3940732e-3197-4f08-ac5c-855df5461a95 and serviceModelVersionId: 399df0b7-1455-47aa-95d9-67e4431123d5
2022-04-16T06:24:24.143Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24476d52-2c53-4458-bd15-36a364d9ab8c
2022-04-16T06:24:24.144Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24476d52-2c53-4458-bd15-36a364d9ab8c/model-vers/model-ver/399df0b7-1455-47aa-95d9-67e4431123d5?depth=0
2022-04-16T06:24:24.148Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:24:24.215Z|3940732e-3197-4f08-ac5c-855df5461a95|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/24476d52-2c53-4458-bd15-36a364d9ab8c/model-vers/model-ver/399df0b7-1455-47aa-95d9-67e4431123d5?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-04-16T06:24:24.217Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24476d52-2c53-4458-bd15-36a364d9ab8c/model-vers/model-ver/399df0b7-1455-47aa-95d9-67e4431123d5?depth=0|INFO|500||Invoke
2022-04-16T06:24:24.247Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24476d52-2c53-4458-bd15-36a364d9ab8c/model-vers/model-ver/399df0b7-1455-47aa-95d9-67e4431123d5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:24:24.472Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24476d52-2c53-4458-bd15-36a364d9ab8c/model-vers/model-ver/399df0b7-1455-47aa-95d9-67e4431123d5?depth=0|INFO|500||InvokeReturn
2022-04-16T06:24:24.473Z|3940732e-3197-4f08-ac5c-855df5461a95|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/24476d52-2c53-4458-bd15-36a364d9ab8c/model-vers/model-ver/399df0b7-1455-47aa-95d9-67e4431123d5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220416-06:24:23:651-45246], vertex-id=[344312], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:24:23 GMT], Content-Type=[application/json]}
2022-04-16T06:24:24.473Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:24:24.474Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:24:24.474Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:24:24.479Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:24:24.479Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3940732e-3197-4f08-ac5c-855df5461a95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:24:24.479Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:24:24.480Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:24:24.482Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:24:24.482Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090264479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:24:24.582Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:24:24.583Z||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-04-16T06:24:24.584Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:24:24.600Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:24:24.601Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-16T06:24:25.500Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:24:25.501Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:24:25.501Z|3940732e-3197-4f08-ac5c-855df5461a95|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:24:35.055Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:24:35.055Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:24:35.056Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:24:35.056Z|3940732e-3197-4f08-ac5c-855df5461a95|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:24:44.599Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:24:44.600Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:24:44.601Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:24:44.601Z|3940732e-3197-4f08-ac5c-855df5461a95|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:24:54.155Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:24:54.156Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:24:54.157Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:24:54.157Z|3940732e-3197-4f08-ac5c-855df5461a95|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:25:03.710Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:25:03.711Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:25:03.712Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:25:03.712Z|3940732e-3197-4f08-ac5c-855df5461a95|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:25:13.287Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:25:21.841Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:25:21.842Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:25:21.842Z|3940732e-3197-4f08-ac5c-855df5461a95|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:25:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:25:21.847Z||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-04-16T06:25:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:25:22.480Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:25:22.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:25:22.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3940732e-3197-4f08-ac5c-855df5461a95",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090264479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:25:22.482Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:25:31.386Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:26:21.841Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:26:21.842Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:26:21.843Z|3940732e-3197-4f08-ac5c-855df5461a95|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:26:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:26:21.847Z||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-04-16T06:26:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:26:31.403Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:26:31.406Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:27:21.841Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:27:21.842Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:27:21.843Z|3940732e-3197-4f08-ac5c-855df5461a95|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:27:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:27:21.847Z||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-04-16T06:27:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:27:31.408Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:27:31.411Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:28:21.841Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:28:21.842Z|3940732e-3197-4f08-ac5c-855df5461a95|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-04-16T06:28:21.842Z|3940732e-3197-4f08-ac5c-855df5461a95|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:28:21.846Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:28:21.846Z||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-04-16T06:28:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:28:31.401Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:28:31.401Z|3940732e-3197-4f08-ac5c-855df5461a95|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:29:21.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:29:21.842Z||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-04-16T06:29:21.842Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:29:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:29:21.847Z||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-04-16T06:29:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:29:31.429Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:29:31.430Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:30:21.841Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:30:21.842Z||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-04-16T06:30:21.843Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:30:21.847Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:30:21.848Z||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-04-16T06:30:21.848Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:30:31.439Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:30:31.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:31:21.842Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:31:21.844Z||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-04-16T06:31:21.845Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:31:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:31:21.847Z||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-04-16T06:31:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:31:22.520Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:31:22.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "cds",
  "timestamp": 1650090641433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:31:22.527Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.528Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "aai-ml",
  "timestamp": 1650090642824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:31:22.528Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.528Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090648582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:31:22.529Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.529Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.529Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "aai-ml",
  "timestamp": 1650090642824,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:31:22.530Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.530Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.530Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "cds",
  "timestamp": 1650090641433,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:31:22.531Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.531Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.531Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090648582,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:31:22.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.532Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.532Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090650774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:31:22.532Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.533Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.533Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "cds",
  "timestamp": 1650090650767,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:31:22.533Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:31:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.534Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "aai-ml",
  "timestamp": 1650090650777,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:31:22.534Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:31:22.534Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090650774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:31:22.535Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "cds",
  "timestamp": 1650090651774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:31:22.556Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-16T06:31:22.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f41da510-7f3a-4639-82d2-fe4b7b86571e","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"e7866a16-300a-4899-af46-68012d78a7be","serviceDescription":"service","serviceInvariantUUID":"9daa96a5-dd60-4f4e-8332-13e9071a7dbb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"07623d97-a928-42af-b9af-215396b0b7ee","resourceInvariantUUID":"7f96d70a-b1e6-47e9-b7e5-ee18ba33810c","resourceCustomizationUUID":"0f8d35fd-ed86-4f8b-bb90-2aa93e79668a","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":"Y2RkN2M4ZTI4YzQ2NTAyYmVkNzcxMDkwMDllM2ZjYjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41ed9fe1-2a7c-4018-96c4-f0a4bbd5e06b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzI1OWExZDg0YjE3ZGIwNjE4NGQyNWRlOGJkM2Q2OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e6ba1d0d-9fe5-4b34-a627-5d63630f78a5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:31:22.564Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:31:22.565Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:31:22.565Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f41da510-7f3a-4639-82d2-fe4b7b86571e
2022-04-16T06:31:22.565Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41da510-7f3a-4639-82d2-fe4b7b86571e 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=?
2022-04-16T06:31:22.569Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:31:22.570Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090681841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-16T06:31:22.579Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "aai-ml",
  "timestamp": 1650090656264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:31:22.580Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:31:22.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090656519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:31:22.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "policy-id",
  "timestamp": 1650090657067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:31:22.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "aai-ml",
  "timestamp": 1650090657269,
  "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-04-16T06:31:22.588Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f41da510-7f3a-4639-82d2-fe4b7b86571e
2022-04-16T06:31:22.588Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41da510-7f3a-4639-82d2-fe4b7b86571e 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-04-16T06:31:22.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090656519,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:31:22.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "clamp",
  "timestamp": 1650090656902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:31:22.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "policy-id",
  "timestamp": 1650090657067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:31:22.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.609Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.609Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "clamp",
  "timestamp": 1650090656902,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:31:22.609Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:31:22.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090659375,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:31:22.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:31:22.610Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.610Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "policy-id",
  "timestamp": 1650090660067,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:31:22.610Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:31:22.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "policy-id",
  "timestamp": 1650090661073,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:31:22.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:31:22.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090661483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:31:22.611Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:31:22.611Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.611Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "policy-id",
  "timestamp": 1650090662080,
  "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-04-16T06:31:22.624Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f41da510-7f3a-4639-82d2-fe4b7b86571e
2022-04-16T06:31:22.624Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41da510-7f3a-4639-82d2-fe4b7b86571e 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-04-16T06:31:22.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090662493,
  "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-04-16T06:31:22.644Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f41da510-7f3a-4639-82d2-fe4b7b86571e
2022-04-16T06:31:22.645Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41da510-7f3a-4639-82d2-fe4b7b86571e 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-04-16T06:31:22.659Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.659Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "clamp",
  "timestamp": 1650090662598,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:31:22.660Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:31:22.660Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "clamp",
  "timestamp": 1650090663712,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:31:22.661Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:31:22.661Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:31:22.661Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "clamp",
  "timestamp": 1650090664716,
  "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-04-16T06:31:22.668Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f41da510-7f3a-4639-82d2-fe4b7b86571e
2022-04-16T06:31:22.668Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f41da510-7f3a-4639-82d2-fe4b7b86571e and ComponentName clamp
2022-04-16T06:31:22.669Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:31:22.671Z||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-04-16T06:31:22.671Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-04-16T06:31:22.717Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:31:22.719Z||pool-51-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:31:23.570Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:31:23.571Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:31:23.575Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:31:23.575Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090681841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:31:23.674Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:31:23.675Z||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-04-16T06:31:23.675Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:31:23.715Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:31:23.715Z||pool-52-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:31:24.576Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "e7866a16-300a-4899-af46-68012d78a7be",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9daa96a5-dd60-4f4e-8332-13e9071a7dbb",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "0f8d35fd-ed86-4f8b-bb90-2aa93e79668a",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "07623d97-a928-42af-b9af-215396b0b7ee",
      "resourceInvariantUUID": "7f96d70a-b1e6-47e9-b7e5-ee18ba33810c",
      "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": "YzI1OWExZDg0YjE3ZGIwNjE4NGQyNWRlOGJkM2Q2OTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e6ba1d0d-9fe5-4b34-a627-5d63630f78a5"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:31:24.576Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:31:24.577Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e7866a16-300a-4899-af46-68012d78a7be ASDC
2022-04-16T06:31:24.578Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f41da510-7f3a-4639-82d2-fe4b7b86571e
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:e7866a16-300a-4899-af46-68012d78a7be
ServiceInvariantUUID:9daa96a5-dd60-4f4e-8332-13e9071a7dbb
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:e6ba1d0d-9fe5-4b34-a627-5d63630f78a5
ArtifactChecksum:YzI1OWExZDg0YjE3ZGIwNjE4NGQyNWRlOGJkM2Q2OTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:0f8d35fd-ed86-4f8b-bb90-2aa93e79668a
ResourceInvariantUUID:7f96d70a-b1e6-47e9-b7e5-ee18ba33810c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:07623d97-a928-42af-b9af-215396b0b7ee
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-16T06:31:24.578Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e7866a16-300a-4899-af46-68012d78a7be 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-04-16T06:31:24.624Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:31:24.626Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:31:24.626Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:31:24.627Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e6ba1d0d-9fe5-4b34-a627-5d63630f78a5 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-16T06:31:24.627Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:31:24.627Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-16T06:31:24.885Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:31:24.890Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e6ba1d0d-9fe5-4b34-a627-5d63630f78a5 52510
2022-04-16T06:31:24.891Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-16T06:31:24.891Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-16T06:31:24.891Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:31:24.891Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:31:24.895Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:31:24.895Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090684891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:31:24.996Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:31:24.997Z||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-04-16T06:31:24.998Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:31:25.036Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:31:25.037Z||pool-53-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:31:25.897Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:31:25.898Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:31:25.899Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e6ba1d0d-9fe5-4b34-a627-5d63630f78a5, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:25.899Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-16T06:31:25.900Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:25.900Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.087Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16890714945346876735/Definitions/service-BasicNetwork-template.yml
2022-04-16T06:31:26.847Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:31:26.848Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:31:26.848Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.848Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-16T06:31:26.848Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.848Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.849Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.849Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.849Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.849Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.849Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.849Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-16T06:31:26.850Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:31:26.850Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.850Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.850Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-16T06:31:26.851Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:31:26.851Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:31:26.852Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.852Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.852Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-16T06:31:26.852Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:31:26.852Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:31:26.853Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.853Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.853Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.853Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.854Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.854Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.854Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.854Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.854Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.855Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.855Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:e7866a16-300a-4899-af46-68012d78a7be
Model Version:NULL
Model InvariantUuid:9daa96a5-dd60-4f4e-8332-13e9071a7dbb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7f96d70a-b1e6-47e9-b7e5-ee18ba33810c
Model UUID:d6089517-5380-4fae-b419-0443898a9027
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:0f8d35fd-ed86-4f8b-bb90-2aa93e79668a
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-04-16T06:31:26.865Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 07623d97-a928-42af-b9af-215396b0b7ee
2022-04-16T06:31:26.866Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||No resources found for Service: e7866a16-300a-4899-af46-68012d78a7be
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-04-16T06:31:26.876Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||
2022-04-16T06:31:26.877Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-16T06:31:26.879Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: e7866a16-300a-4899-af46-68012d78a7be
2022-04-16T06:31:26.879Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e7866a16-300a-4899-af46-68012d78a7be
2022-04-16T06:31:26.879Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-16T06:31:26.880Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:31:26.888Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@491ab956, org.onap.sdc.toscaparser.api.parameters.Input@3b451cc1, org.onap.sdc.toscaparser.api.parameters.Input@4c3913b7, org.onap.sdc.toscaparser.api.parameters.Input@2b3414d, org.onap.sdc.toscaparser.api.parameters.Input@1e7f9844]
2022-04-16T06:31:26.890Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.891Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.891Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.892Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.892Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e7866a16-300a-4899-af46-68012d78a7be: Generic NeutronNet
2022-04-16T06:31:26.892Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.892Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.893Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.893Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-04-16T06:31:26.936Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.937Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.937Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.937Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.938Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:31:26.938Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:31:26.939Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-16T06:31:27.026Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-16T06:31:27.027Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-16T06:31:27.027Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-16T06:31:27.027Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:31:27.028Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:31:27.030Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:31:27.031Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090687027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:31:27.131Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:31:27.132Z||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-04-16T06:31:27.132Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:31:27.147Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:31:27.148Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:31:28.031Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f41da510-7f3a-4639-82d2-fe4b7b86571e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:31:28.053Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f41da510-7f3a-4639-82d2-fe4b7b86571e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:31:28.058Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:31:28.058Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:31:28.058Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:31:28.058Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:31:28.058Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:31:28.059Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:31:28.059Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:31:28.059Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:31:28.059Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:31:28.059Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:31:28.059Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:31:28.067Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:31:58.068Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f41da510-7f3a-4639-82d2-fe4b7b86571e 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-04-16T06:31:58.076Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f41da510-7f3a-4639-82d2-fe4b7b86571e and serviceModelVersionId: e7866a16-300a-4899-af46-68012d78a7be
2022-04-16T06:31:58.077Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9daa96a5-dd60-4f4e-8332-13e9071a7dbb
2022-04-16T06:31:58.079Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9daa96a5-dd60-4f4e-8332-13e9071a7dbb/model-vers/model-ver/e7866a16-300a-4899-af46-68012d78a7be?depth=0
2022-04-16T06:31:58.088Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:31:58.160Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9daa96a5-dd60-4f4e-8332-13e9071a7dbb/model-vers/model-ver/e7866a16-300a-4899-af46-68012d78a7be?depth=0|INFO|500||Invoke
2022-04-16T06:31:58.161Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9daa96a5-dd60-4f4e-8332-13e9071a7dbb/model-vers/model-ver/e7866a16-300a-4899-af46-68012d78a7be?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9daa96a5-dd60-4f4e-8332-13e9071a7dbb/model-vers/model-ver/e7866a16-300a-4899-af46-68012d78a7be?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f41da510-7f3a-4639-82d2-fe4b7b86571e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[76115341-f999-4790-93c1-43d1b69d400f], X-ECOMP-RequestID=[f41da510-7f3a-4639-82d2-fe4b7b86571e], X-TransactionId=[], X-ONAP-RequestID=[f41da510-7f3a-4639-82d2-fe4b7b86571e], Content-Type=[application/merge-patch+json]}
2022-04-16T06:31:58.203Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9daa96a5-dd60-4f4e-8332-13e9071a7dbb/model-vers/model-ver/e7866a16-300a-4899-af46-68012d78a7be?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:31:58.616Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9daa96a5-dd60-4f4e-8332-13e9071a7dbb/model-vers/model-ver/e7866a16-300a-4899-af46-68012d78a7be?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/9daa96a5-dd60-4f4e-8332-13e9071a7dbb/model-vers/model-ver/e7866a16-300a-4899-af46-68012d78a7be?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220416-06:31:57:600-42870], vertex-id=[393304], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:31:57 GMT], Content-Type=[application/json]}
2022-04-16T06:31:58.617Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9daa96a5-dd60-4f4e-8332-13e9071a7dbb/model-vers/model-ver/e7866a16-300a-4899-af46-68012d78a7be?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:31:58.617Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9daa96a5-dd60-4f4e-8332-13e9071a7dbb/model-vers/model-ver/e7866a16-300a-4899-af46-68012d78a7be?depth=0|INFO|500||InvokeReturn
2022-04-16T06:31:58.622Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:31:58.624Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:31:58.632Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:31:58.633Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f41da510-7f3a-4639-82d2-fe4b7b86571e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:31:58.634Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:31:58.634Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:31:58.637Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:31:58.637Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090718633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:31:58.737Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:31:58.739Z||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-04-16T06:31:58.739Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:31:58.761Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:31:58.762Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-16T06:32:21.841Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:32:21.842Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|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-04-16T06:32:21.843Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:32:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:32:21.847Z||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-04-16T06:32:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:32:21.988Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:32:21.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-04-16T06:32:21.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090681841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:32:21.991Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:32:31.442Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:33:21.846Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:33:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:33:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:21.847Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|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-04-16T06:33:21.848Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:21.898Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:21.898Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:33:21.899Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090681841,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:33:21.900Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:33:21.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:33:21.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090684891,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:33:21.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:33:21.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:33:21.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090687027,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:33:21.900Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:33:21.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:33:21.901Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f41da510-7f3a-4639-82d2-fe4b7b86571e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090718633,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:33:21.901Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:33:22.504Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:22.505Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:33:22.506Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe","serviceName":"Demo_pNF_Dz3vkL5ciXRciX2zEffk","serviceVersion":"1.0","serviceUUID":"f7951845-27f9-4129-bf2c-7e0f34589aac","serviceDescription":"catalog service description","serviceInvariantUUID":"9efc6a7b-b67f-4b74-ab73-57f11f8a1507","resources":[{"resourceInstanceName":"pNF 07de2e99-f7f4 0","resourceName":"pNF 07de2e99-f7f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"74dfcff3-b354-4d8a-a52a-59833e8e615b","resourceInvariantUUID":"70c27307-ffce-4ef3-826d-88af07c69322","resourceCustomizationUUID":"5e110237-93a0-4c7e-ab27-c8d0f3c365f8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml","artifactChecksum":"NzAyYmU2ZjEyMTBiZjRjZGY5YjBjMjc3YTUyMzg1OTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"73aa9864-a2ee-4f32-9d43-0280d94e388a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar","artifactChecksum":"Y2U0ZTY4OGZkNDM0MzQ0YTQzMzdlZjcxMjk1YmJlZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f6e96701-af94-425a-a5bb-830360a7c7ea","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"38c2110b-99f0-4c61-b265-d9c8275b0722","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml","artifactChecksum":"ODE5Mjk0YzVkNGJkNmY0NWI3YzZjMmQ4MzU5ODY0MDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a30f354b-43a0-414c-963b-57a41e7eeeeb","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c11a51a-a5bc-42d7-8b86-daad72824b77","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cf396650-ed84-4746-8b3b-7aa7f3c8d1d7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml","artifactChecksum":"NDU5ZTIzMTM4ZTJiZTcwOTVhYWY2MGMyMGUyYWZmMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75d24d54-3278-43b5-b167-eca6027f8e84","artifactVersion":"1"},{"artifactName":"service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar","artifactChecksum":"MzNiYTM4OTRjMzYzOThiODA2NmFjMzI5Y2U4MDQxMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"cbdefd7a-26b0-492b-b028-f98d44797775","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:33:22.510Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:33:22.510Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:22.513Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:22.514Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:33:22.614Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:33:22.615Z||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-04-16T06:33:22.615Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:22.632Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:22.633Z||pool-56-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:33:23.515Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:33:23.516Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:23.519Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:23.519Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:33:23.619Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:33:23.620Z||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-04-16T06:33:23.621Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:23.643Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:23.644Z||pool-57-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:33:24.520Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:33:24.521Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:24.524Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:24.524Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:33:24.625Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:33:24.626Z||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-04-16T06:33:24.626Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:24.658Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:24.659Z||pool-58-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:33:25.525Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:33:25.526Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:25.529Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:25.529Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:33:25.631Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-16T06:33:25.633Z||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-04-16T06:33:25.633Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:25.658Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:25.658Z||pool-59-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:33:26.530Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:33:26.531Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:26.533Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:26.534Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:33:26.634Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:33:26.634Z||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-04-16T06:33:26.635Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:26.673Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:26.674Z||pool-60-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:33:27.534Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:33:27.536Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:27.540Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:27.540Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:33:27.641Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:33:27.642Z||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-04-16T06:33:27.642Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:27.663Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:27.664Z||pool-61-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:33:28.541Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:33:28.542Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:28.555Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:28.556Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:33:28.645Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-04-16T06:33:28.646Z||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-04-16T06:33:28.647Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:28.668Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:28.669Z||pool-62-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:33:29.557Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:33:29.558Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:29.561Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:29.561Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:33:29.661Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:33:29.662Z||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-04-16T06:33:29.662Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:29.721Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:29.721Z||pool-63-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:33:30.563Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "serviceName": "Demo_pNF_Dz3vkL5ciXRciX2zEffk",
  "serviceVersion": "1.0",
  "serviceUUID": "f7951845-27f9-4129-bf2c-7e0f34589aac",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9efc6a7b-b67f-4b74-ab73-57f11f8a1507",
  "resources": [
    {
      "resourceInstanceName": "pNF 07de2e99-f7f4 0",
      "resourceCustomizationUUID": "5e110237-93a0-4c7e-ab27-c8d0f3c365f8",
      "resourceName": "pNF 07de2e99-f7f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "74dfcff3-b354-4d8a-a52a-59833e8e615b",
      "resourceInvariantUUID": "70c27307-ffce-4ef3-826d-88af07c69322",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
      "artifactChecksum": "MzNiYTM4OTRjMzYzOThiODA2NmFjMzI5Y2U4MDQxMmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "cbdefd7a-26b0-492b-b028-f98d44797775"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:33:30.564Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:33:30.565Z|f41da510-7f3a-4639-82d2-fe4b7b86571e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f7951845-27f9-4129-bf2c-7e0f34589aac ASDC
2022-04-16T06:33:30.565Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
ServiceName:Demo_pNF_Dz3vkL5ciXRciX2zEffk
ServiceVersion:1.0
ServiceUUID:f7951845-27f9-4129-bf2c-7e0f34589aac
ServiceInvariantUUID:9efc6a7b-b67f-4b74-ab73-57f11f8a1507
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
ArtifactUUID:cbdefd7a-26b0-492b-b028-f98d44797775
ArtifactChecksum:MzNiYTM4OTRjMzYzOThiODA2NmFjMzI5Y2U4MDQxMmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 07de2e99-f7f4 0
ResourceCustomizationUUID:5e110237-93a0-4c7e-ab27-c8d0f3c365f8
ResourceInvariantUUID:70c27307-ffce-4ef3-826d-88af07c69322
ResourceName:pNF 07de2e99-f7f4
ResourceType:PNF
ResourceUUID:74dfcff3-b354-4d8a-a52a-59833e8e615b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-16T06:33:30.566Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f7951845-27f9-4129-bf2c-7e0f34589aac 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-04-16T06:33:30.606Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:33:30.607Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:33:30.608Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:33:30.608Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cbdefd7a-26b0-492b-b028-f98d44797775 from URL: /sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:30.608Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:33:30.608Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:30.888Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:33:30.892Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar cbdefd7a-26b0-492b-b028-f98d44797775 82653
2022-04-16T06:33:30.893Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar ASDC sendASDCNotification
2022-04-16T06:33:30.893Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:30.893Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:33:30.894Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:30.896Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:30.896Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090810893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:33:30.996Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:33:30.998Z||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-04-16T06:33:30.998Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:31.014Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:31.015Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:33:31.897Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:33:31.899Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:33:31.899Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: cbdefd7a-26b0-492b-b028-f98d44797775, URL: /sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar to file: /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:31.900Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:31.900Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:31.901Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:32.128Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13505777642112292660/Definitions/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml
2022-04-16T06:33:33.203Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:33:33.204Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:33:33.204Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:33.204Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-16T06:33:33.204Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:33.204Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:33.204Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:33.204Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 07de2e99-f7f4 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-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:33.205Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:33.205Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:33.205Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:33.205Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:33:33.205Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:33:33.206Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Dz3vkL5ciXRciX2zEffk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:33:33.206Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Node template pNF 07de2e99-f7f4 0 is matching search criteria
2022-04-16T06:33:33.206Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:33:33.207Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 07de2e99-f7f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:33:33.207Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:33:33.207Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Dz3vkL5ciXRciX2zEffk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:33:33.208Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Node template pNF 07de2e99-f7f4 0 is matching search criteria
2022-04-16T06:33:33.208Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:33:33.208Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 07de2e99-f7f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:33:33.208Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:33:33.208Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Dz3vkL5ciXRciX2zEffk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:33:33.209Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:33:33.209Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Dz3vkL5ciXRciX2zEffk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:33:33.209Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:33:33.209Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Dz3vkL5ciXRciX2zEffk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:33:33.210Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:33:33.210Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Dz3vkL5ciXRciX2zEffk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:33:33.210Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:33:33.210Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Dz3vkL5ciXRciX2zEffk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:33:33.211Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Dz3vkL5ciXRciX2zEffk
Description:catalog service description
Model UUID:f7951845-27f9-4129-bf2c-7e0f34589aac
Model Version:NULL
Model InvariantUuid:9efc6a7b-b67f-4b74-ab73-57f11f8a1507
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-04-16T06:33:33.220Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 74dfcff3-b354-4d8a-a52a-59833e8e615b
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-04-16T06:33:33.225Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||pNF 07de2e99-f7f4 0
2022-04-16T06:33:33.225Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 74dfcff3-b354-4d8a-a52a-59833e8e615b
2022-04-16T06:33:33.225Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||No resources found for Service: f7951845-27f9-4129-bf2c-7e0f34589aac
2022-04-16T06:33:33.226Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: f7951845-27f9-4129-bf2c-7e0f34589aac
2022-04-16T06:33:33.226Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 07de2e99-f7f4 0 74dfcff3-b354-4d8a-a52a-59833e8e615b 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-04-16T06:33:33.234Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e891893, org.onap.sdc.toscaparser.api.parameters.Input@3411ff52, org.onap.sdc.toscaparser.api.parameters.Input@2d5fe2e, org.onap.sdc.toscaparser.api.parameters.Input@37258fcf, org.onap.sdc.toscaparser.api.parameters.Input@217e4438]
2022-04-16T06:33:33.235Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:33:33.235Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Dz3vkL5ciXRciX2zEffk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:33:33.235Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid f7951845-27f9-4129-bf2c-7e0f34589aac: pNF 07de2e99-f7f4
2022-04-16T06:33:33.236Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||Processing PNF resource: 74dfcff3-b354-4d8a-a52a-59833e8e615b
2022-04-16T06:33:33.236Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:33:33.236Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_Dz3vkL5ciXRciX2zEffk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:33:33.236Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||Resource customization UUID: 5e110237-93a0-4c7e-ab27-c8d0f3c365f8 is the same as notified resource customizationUUID: 5e110237-93a0-4c7e-ab27-c8d0f3c365f8
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-04-16T06:33:33.301Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 07de2e99-f7f4 74dfcff3-b354-4d8a-a52a-59833e8e615b 0 ASDC deployResourceStructure
2022-04-16T06:33:33.301Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar ASDC sendASDCNotification
2022-04-16T06:33:33.301Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar
2022-04-16T06:33:33.302Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:33:33.302Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:33:33.305Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:33:33.305Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090813301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:33:33.405Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:33:33.407Z||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-04-16T06:33:33.407Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:33:33.429Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:33:33.430Z||pool-65-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:33:34.306Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:33:34.323Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:33:34.331Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:33:34.331Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:33:34.331Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:34:04.332Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:34:04.349Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:34:04.352Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:34:04.352Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:34:04.353Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:34:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:34:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:34:21.848Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:34:21.891Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:34:21.897Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.898Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090762824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.899Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.900Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.900Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090768582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.901Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.901Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.902Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090770773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.902Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.902Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.903Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090762824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.903Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.903Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.904Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090770773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.904Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.904Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.905Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090768582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.905Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.905Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090762824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.906Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090768582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.907Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090770773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090768582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090770773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090762824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.912Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090776519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.913Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090768582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.914Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.914Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090762824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.914Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.916Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090770773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.916Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.916Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.917Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090777068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.917Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.917Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.918Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090776433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.918Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.918Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.919Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090776519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.919Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.919Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.920Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090776902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.920Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.920Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.921Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090762824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.921Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090768582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:34:21.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090770773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090777068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090776433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090776519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.924Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.924Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090776902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090762824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.925Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090770773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090768582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.926Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.926Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.926Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090777068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090776433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090776519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090776902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090762824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:34:21.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090768582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090770773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:34:21.929Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.929Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090777068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090776433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090776519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090776902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090780997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:34:21.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:21.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090777068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.932Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.932Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.932Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090781847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:34:21.932Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:21.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090776433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.933Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.933Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090776519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.933Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090776902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.934Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.934Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090777068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.934Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090776433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.935Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.935Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.935Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090783178,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:34:21.936Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:21.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090776519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.936Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090776902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090777068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090776433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090784186,
  "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-04-16T06:34:21.952Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
2022-04-16T06:34:21.953Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe 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-04-16T06:34:21.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090776519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:34:21.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090776902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:21.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090777068,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:34:21.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090776433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:34:21.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090776902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:34:21.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:21.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090785490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:34:21.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:21.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090785915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:34:21.974Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:21.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090785370,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:34:21.975Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:21.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090786919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:34:21.976Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:21.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "cds",
  "timestamp": 1650090786380,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-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-04-16T06:34:21.985Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
2022-04-16T06:34:21.986Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe 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-04-16T06:34:21.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090787948,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:34:21.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:21.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:21.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "policy-id",
  "timestamp": 1650090787923,
  "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-04-16T06:34:22.006Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
2022-04-16T06:34:22.007Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe 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-04-16T06:34:22.018Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.018Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090787478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:34:22.019Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:22.019Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090788953,
  "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-04-16T06:34:22.027Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
2022-04-16T06:34:22.027Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe 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-04-16T06:34:22.044Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.045Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "aai-ml",
  "timestamp": 1650090788483,
  "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-04-16T06:34:22.050Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
2022-04-16T06:34:22.050Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe 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-04-16T06:34:22.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090789745,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:34:22.062Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:22.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090790773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090788582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090790773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:34:22.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090788582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090790773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090788582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090792743,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:34:22.065Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:22.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090790773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090788582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "clamp",
  "timestamp": 1650090793747,
  "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-04-16T06:34:22.074Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
2022-04-16T06:34:22.075Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe 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-04-16T06:34:22.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090790773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-16T06:34:22.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090788582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090790773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090788582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090790773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:34:22.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090788582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:34:22.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090799423,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:34:22.093Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:22.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:34:22.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:34:22.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "cds",
  "timestamp": 1650090799651,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:34:22.095Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:22.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:34:22.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:34:22.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "cds",
  "timestamp": 1650090800656,
  "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-04-16T06:34:22.113Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aabb2621-36de-4d9d-bb5b-dd6604d733f3
2022-04-16T06:34:22.114Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aabb2621-36de-4d9d-bb5b-dd6604d733f3 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-04-16T06:34:22.127Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:34:22.128Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090801349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:34:22.128Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:34:34.353Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:34:34.370Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:34:34.377Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:34:34.378Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:34:34.378Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:34:34.379Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:34:34.379Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:34:34.379Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:34:34.379Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:34:34.379Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:34:34.380Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:34:34.380Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:34:34.380Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:34:34.380Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:34:34.389Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:35:04.390Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe 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-04-16T06:35:04.400Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe and serviceModelVersionId: f7951845-27f9-4129-bf2c-7e0f34589aac
2022-04-16T06:35:04.400Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9efc6a7b-b67f-4b74-ab73-57f11f8a1507
2022-04-16T06:35:04.402Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9efc6a7b-b67f-4b74-ab73-57f11f8a1507/model-vers/model-ver/f7951845-27f9-4129-bf2c-7e0f34589aac?depth=0
2022-04-16T06:35:04.407Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:35:04.475Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc6a7b-b67f-4b74-ab73-57f11f8a1507/model-vers/model-ver/f7951845-27f9-4129-bf2c-7e0f34589aac?depth=0|INFO|500||Invoke
2022-04-16T06:35:04.476Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc6a7b-b67f-4b74-ab73-57f11f8a1507/model-vers/model-ver/f7951845-27f9-4129-bf2c-7e0f34589aac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc6a7b-b67f-4b74-ab73-57f11f8a1507/model-vers/model-ver/f7951845-27f9-4129-bf2c-7e0f34589aac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6cf5d5e2-7334-4225-af79-ec7c9c4a54ca], X-ECOMP-RequestID=[58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe], X-TransactionId=[], X-ONAP-RequestID=[58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe], Content-Type=[application/merge-patch+json]}
2022-04-16T06:35:04.515Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc6a7b-b67f-4b74-ab73-57f11f8a1507/model-vers/model-ver/f7951845-27f9-4129-bf2c-7e0f34589aac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:35:04.634Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc6a7b-b67f-4b74-ab73-57f11f8a1507/model-vers/model-ver/f7951845-27f9-4129-bf2c-7e0f34589aac?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/9efc6a7b-b67f-4b74-ab73-57f11f8a1507/model-vers/model-ver/f7951845-27f9-4129-bf2c-7e0f34589aac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220416-06:35:03:911-59279], vertex-id=[405592], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:35:03 GMT], Content-Type=[application/json]}
2022-04-16T06:35:04.634Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc6a7b-b67f-4b74-ab73-57f11f8a1507/model-vers/model-ver/f7951845-27f9-4129-bf2c-7e0f34589aac?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:35:04.635Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9efc6a7b-b67f-4b74-ab73-57f11f8a1507/model-vers/model-ver/f7951845-27f9-4129-bf2c-7e0f34589aac?depth=0|INFO|500||InvokeReturn
2022-04-16T06:35:04.636Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:35:04.636Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:35:04.648Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:35:04.649Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:35:04.649Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:35:04.650Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:04.653Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:04.653Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090904649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:35:04.753Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:35:04.754Z||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-04-16T06:35:04.754Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:04.793Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:04.794Z||pool-66-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-16T06:35:05.670Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:35:05.671Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"aabb2621-36de-4d9d-bb5b-dd6604d733f3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"26ee0f9f-3b5e-4c00-a243-351237916d70","serviceDescription":"service","serviceInvariantUUID":"d9edd2eb-1d67-4a11-9185-d638e3990bf8","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e92506fa-2977-47f1-a3a6-5d91421c9f07","resourceInvariantUUID":"3d68a341-47e4-4b10-bb43-65fc282091ee","resourceCustomizationUUID":"76f738d2-6038-4484-a5f3-c3549b53c13c","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":"ZTM4MzFkOGU1MDMzNWIwNDQ3OGM3YmY1NmE2YTA3MjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e24492e7-2cbe-436c-8f53-4bc74d32e342","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":"OTA3OGQ0MmZmOGEwNTI1YWY0YjY0NzYzODkyYjI2NWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"43abc52d-3ebc-4ea7-9e58-ef834af40cf7","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":"d4fd8fe8-ef99-4090-993b-b20064e1fe03","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":"43a5e4cc-f468-481d-8a79-b92feda590b6","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":"6c3c7de7-ff33-4443-b08b-aeb6909255ad","artifactVersion":"2","generatedFromUUID":"d4fd8fe8-ef99-4090-993b-b20064e1fe03"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MzllNGMwNzNkMjk1NTc5YWY2MWM5MmJiMzAyMmVmNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0b266eaf-fdd2-404d-9ec7-ce02eb72fe14","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDU4ODdhZTcwOWNkODE0MTNlM2UwMWUxZGJlYjA1M2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5aaf20c5-17f3-42b4-a143-42e5f9966012","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:35:05.672Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:35:05.672Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:05.674Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:05.675Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:35:05.775Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:35:05.776Z||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-04-16T06:35:05.776Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:05.805Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:05.806Z||pool-67-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:35:06.675Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:35:06.676Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:06.679Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:06.679Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:35:06.779Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:35:06.781Z||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-04-16T06:35:06.781Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:06.809Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:06.810Z||pool-68-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:35:07.680Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:35:07.682Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:07.684Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:07.685Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:35:07.785Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:35:07.786Z||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-04-16T06:35:07.786Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:07.814Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:07.816Z||pool-69-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:35:08.685Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:35:08.687Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:08.689Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:08.690Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:35:08.790Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:35:08.791Z||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-04-16T06:35:08.791Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:08.815Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:08.816Z||pool-70-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:35:09.690Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:35:09.692Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:09.695Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:09.695Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-16T06:35:09.795Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:35:09.796Z||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-04-16T06:35:09.797Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:09.817Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:09.818Z||pool-71-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:35:10.696Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:35:10.698Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:10.703Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:10.703Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:35:10.801Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-16T06:35:10.802Z||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-04-16T06:35:10.802Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:10.825Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:10.826Z||pool-72-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:35:11.704Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:35:11.705Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:11.708Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:11.708Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:35:11.809Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:35:11.810Z||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-04-16T06:35:11.810Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:11.829Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:11.830Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:35:12.710Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "26ee0f9f-3b5e-4c00-a243-351237916d70",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d9edd2eb-1d67-4a11-9185-d638e3990bf8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "76f738d2-6038-4484-a5f3-c3549b53c13c",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e92506fa-2977-47f1-a3a6-5d91421c9f07",
      "resourceInvariantUUID": "3d68a341-47e4-4b10-bb43-65fc282091ee",
      "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": "OTA3OGQ0MmZmOGEwNTI1YWY0YjY0NzYzODkyYjI2NWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "43abc52d-3ebc-4ea7-9e58-ef834af40cf7",
          "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": "d4fd8fe8-ef99-4090-993b-b20064e1fe03",
          "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": "6c3c7de7-ff33-4443-b08b-aeb6909255ad",
            "generatedFromUUID": "d4fd8fe8-ef99-4090-993b-b20064e1fe03"
          },
          "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": "6c3c7de7-ff33-4443-b08b-aeb6909255ad",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDU4ODdhZTcwOWNkODE0MTNlM2UwMWUxZGJlYjA1M2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5aaf20c5-17f3-42b4-a143-42e5f9966012"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:35:12.710Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:35:12.710Z|58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 26ee0f9f-3b5e-4c00-a243-351237916d70 ASDC
2022-04-16T06:35:12.711Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:aabb2621-36de-4d9d-bb5b-dd6604d733f3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:26ee0f9f-3b5e-4c00-a243-351237916d70
ServiceInvariantUUID:d9edd2eb-1d67-4a11-9185-d638e3990bf8
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:5aaf20c5-17f3-42b4-a143-42e5f9966012
ArtifactChecksum:NDU4ODdhZTcwOWNkODE0MTNlM2UwMWUxZGJlYjA1M2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:76f738d2-6038-4484-a5f3-c3549b53c13c
ResourceInvariantUUID:3d68a341-47e4-4b10-bb43-65fc282091ee
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:e92506fa-2977-47f1-a3a6-5d91421c9f07
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:43abc52d-3ebc-4ea7-9e58-ef834af40cf7
ArtifactChecksum:OTA3OGQ0MmZmOGEwNTI1YWY0YjY0NzYzODkyYjI2NWY=
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:d4fd8fe8-ef99-4090-993b-b20064e1fe03
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:6c3c7de7-ff33-4443-b08b-aeb6909255ad
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:6c3c7de7-ff33-4443-b08b-aeb6909255ad
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-16T06:35:12.711Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26ee0f9f-3b5e-4c00-a243-351237916d70 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-04-16T06:35:12.785Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:35:12.787Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:35:12.787Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:35:12.787Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5aaf20c5-17f3-42b4-a143-42e5f9966012 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-16T06:35:12.787Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:35:12.788Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-16T06:35:13.475Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:35:13.480Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5aaf20c5-17f3-42b4-a143-42e5f9966012 71049
2022-04-16T06:35:13.481Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-16T06:35:13.481Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-16T06:35:13.482Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:35:13.483Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:13.485Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:13.486Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090913481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:35:13.587Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:35:13.588Z||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-04-16T06:35:13.589Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:13.629Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:13.629Z||pool-74-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:35:14.487Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:35:14.489Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:35:14.490Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5aaf20c5-17f3-42b4-a143-42e5f9966012, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:14.490Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-16T06:35:14.491Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:14.491Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:14.658Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9018655774084155038/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-04-16T06:35:16.627Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:35:16.628Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:35:16.628Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.629Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-16T06:35:16.629Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.629Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.629Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.629Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.629Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.629Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.629Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.630Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.630Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-16T06:35:16.630Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:35:16.630Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.630Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:16.631Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-16T06:35:16.631Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:35:16.631Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:35:16.631Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.631Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:16.632Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-16T06:35:16.632Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:35:16.632Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:35:16.632Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.632Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:16.633Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.633Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-16T06:35:16.633Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-16T06:35:16.633Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-16T06:35:16.633Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-16T06:35:16.634Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-16T06:35:16.634Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:35:16.634Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.634Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:35:16.634Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.635Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-16T06:35:16.635Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:35:16.635Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.636Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-16T06:35:16.636Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:35:16.636Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.636Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-16T06:35:16.637Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:35:16.637Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.637Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-16T06:35:16.637Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-16T06:35:16.637Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-16T06:35:16.637Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=93e3e594-bc13-48a5-b7ff-ec49a130d6e0
2022-04-16T06:35:16.638Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.638Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:16.638Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.638Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:16.638Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.639Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:16.639Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:16.639Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:16.639Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:26ee0f9f-3b5e-4c00-a243-351237916d70
Model Version:NULL
Model InvariantUuid:d9edd2eb-1d67-4a11-9185-d638e3990bf8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:d62ac2b5-e1cf-4440-b030-64eb29626a40
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3d68a341-47e4-4b10-bb43-65fc282091ee
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:76f738d2-6038-4484-a5f3-c3549b53c13c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a9524fe8-15b6-4ed4-805f-fe8657d080d1
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:cd5caa5d-4051-4056-9057-6d7bef334e00
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:93e3e594-bc13-48a5-b7ff-ec49a130d6e0
ModelInvariantUuid:259fdbee-2710-4289-96ea-cf8d7b40be7b
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:7e3ef6f7-e207-42e4-a51d-75cdfa9a658b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2d57b043-0b9a-4243-9e6a-b6d81cfd00ca
ModelInvariantUuid:6ec6e0e9-82d7-45dd-8d77-77d595f7583b
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:ddbbff7b-fa7b-488a-895d-eca0f8993c07
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-04-16T06:35:16.655Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: e92506fa-2977-47f1-a3a6-5d91421c9f07
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-04-16T06:35:16.662Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-04-16T06:35:16.663Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e92506fa-2977-47f1-a3a6-5d91421c9f07
2022-04-16T06:35:16.663Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 43abc52d-3ebc-4ea7-9e58-ef834af40cf7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-16T06:35:16.663Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:35:16.664Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-16T06:35:16.892Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:35:16.893Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 43abc52d-3ebc-4ea7-9e58-ef834af40cf7 787
2022-04-16T06:35:16.894Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-16T06:35:16.894Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-16T06:35:16.894Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:35:16.894Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:16.897Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:16.898Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090916894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:35:16.998Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:35:16.999Z||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-04-16T06:35:16.999Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:17.034Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:17.035Z||pool-75-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:35:17.899Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a9524fe8-15b6-4ed4-805f-fe8657d080d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd5caa5d-4051-4056-9057-6d7bef334e00",
    "vfModuleModelCustomizationUUID": "c9635f5d-9dcd-4c9f-be0a-f390ebc61ef4",
    "isBase": true,
    "artifacts": [
      "d4fd8fe8-ef99-4090-993b-b20064e1fe03",
      "6c3c7de7-ff33-4443-b08b-aeb6909255ad"
    ],
    "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-04-16T06:35:17.905Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd5caa5d-4051-4056-9057-6d7bef334e00
VfModuleModelInvariantUUID:a9524fe8-15b6-4ed4-805f-fe8657d080d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4fd8fe8-ef99-4090-993b-b20064e1fe03
,
6c3c7de7-ff33-4443-b08b-aeb6909255ad

}
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-04-16T06:35:17.908Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "a9524fe8-15b6-4ed4-805f-fe8657d080d1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "cd5caa5d-4051-4056-9057-6d7bef334e00",
    "vfModuleModelCustomizationUUID": "c9635f5d-9dcd-4c9f-be0a-f390ebc61ef4",
    "isBase": true,
    "artifacts": [
      "d4fd8fe8-ef99-4090-993b-b20064e1fe03",
      "6c3c7de7-ff33-4443-b08b-aeb6909255ad"
    ],
    "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-04-16T06:35:17.909Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:cd5caa5d-4051-4056-9057-6d7bef334e00
VfModuleModelInvariantUUID:a9524fe8-15b6-4ed4-805f-fe8657d080d1
VfModuleModelDescription:NULL
Artifacts UUID List:{
d4fd8fe8-ef99-4090-993b-b20064e1fe03
,
6c3c7de7-ff33-4443-b08b-aeb6909255ad

}
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-04-16T06:35:17.909Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d4fd8fe8-ef99-4090-993b-b20064e1fe03 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-16T06:35:17.909Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:35:17.910Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-16T06:35:18.095Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:35:18.096Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d4fd8fe8-ef99-4090-993b-b20064e1fe03 5033
2022-04-16T06:35:18.097Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-16T06:35:18.097Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-16T06:35:18.097Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:35:18.098Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:18.101Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:18.101Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090918097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:35:18.202Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:35:18.203Z||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-04-16T06:35:18.203Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:18.243Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:18.244Z||pool-76-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:35:19.102Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6c3c7de7-ff33-4443-b08b-aeb6909255ad from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-16T06:35:19.104Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:35:19.104Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-16T06:35:19.295Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:35:19.296Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 6c3c7de7-ff33-4443-b08b-aeb6909255ad 903
2022-04-16T06:35:19.297Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-16T06:35:19.297Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-16T06:35:19.297Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:35:19.298Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:19.300Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:19.301Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090919297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:35:19.401Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:35:19.403Z||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-04-16T06:35:19.403Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:19.429Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:19.430Z||pool-77-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:35:20.302Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 26ee0f9f-3b5e-4c00-a243-351237916d70
2022-04-16T06:35:20.303Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e92506fa-2977-47f1-a3a6-5d91421c9f07 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-04-16T06:35:20.357Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8116e63, org.onap.sdc.toscaparser.api.parameters.Input@4385301f, org.onap.sdc.toscaparser.api.parameters.Input@157fa09f, org.onap.sdc.toscaparser.api.parameters.Input@655fe59e, org.onap.sdc.toscaparser.api.parameters.Input@663eed20]
2022-04-16T06:35:20.359Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.360Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:20.360Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-16T06:35:20.360Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 76f738d2-6038-4484-a5f3-c3549b53c13c
2022-04-16T06:35:20.361Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76f738d2-6038-4484-a5f3-c3549b53c13c matches Tosca VF Customization UUID: 76f738d2-6038-4484-a5f3-c3549b53c13c
2022-04-16T06:35:20.361Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 76f738d2-6038-4484-a5f3-c3549b53c13c  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-04-16T06:35:20.375Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.376Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:20.377Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 76f738d2-6038-4484-a5f3-c3549b53c13c: {\"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-04-16T06:35:20.378Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7e2b747e
2022-04-16T06:35:20.378Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.378Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:35:20.379Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c9635f5d-9dcd-4c9f-be0a-f390ebc61ef4
2022-04-16T06:35:20.379Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c9635f5d-9dcd-4c9f-be0a-f390ebc61ef4
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-04-16T06:35:20.387Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.388Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-16T06:35:20.388Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:35:20.389Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.389Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-16T06:35:20.390Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:35:20.390Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.390Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-16T06:35:20.391Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-16T06:35:20.391Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-16T06:35:20.391Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=93e3e594-bc13-48a5-b7ff-ec49a130d6e0
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-04-16T06:35:20.397Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.398Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-16T06:35:20.399Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:35:20.399Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.399Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-16T06:35:20.400Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=76f738d2-6038-4484-a5f3-c3549b53c13c
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-04-16T06:35:20.404Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.405Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:20.405Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 26ee0f9f-3b5e-4c00-a243-351237916d70: basic_vm
2022-04-16T06:35:20.406Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.406Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:20.407Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.407Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:20.407Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.408Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:20.408Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.408Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:20.409Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:35:20.409Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:35:20.409Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-16T06:35:20.599Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e92506fa-2977-47f1-a3a6-5d91421c9f07 1 ASDC deployResourceStructure
2022-04-16T06:35:20.601Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-04-16T06:35:20.601Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-16T06:35:20.601Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:35:20.601Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:20.605Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:20.605Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090920600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:35:20.706Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:35:20.709Z||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-04-16T06:35:20.709Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:20.746Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:20.747Z||pool-78-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:35:21.607Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-16T06:35:21.607Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-16T06:35:21.608Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:35:21.609Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:21.611Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:21.612Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090921607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:35:21.712Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:35:21.723Z||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-04-16T06:35:21.723Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:21.752Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:21.753Z||pool-79-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:35:21.847Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:35:21.848Z||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-04-16T06:35:21.849Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:21.886Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:21.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:35:21.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090801077,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:35:21.888Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:35:22.613Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-16T06:35:22.614Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-16T06:35:22.614Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:35:22.615Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:22.618Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:22.618Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090922613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:35:22.718Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:35:22.719Z||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-04-16T06:35:22.719Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:22.742Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:22.743Z||pool-80-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:35:23.619Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-16T06:35:23.619Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-16T06:35:23.620Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:35:23.620Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:35:23.630Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:35:23.631Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090923619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:35:23.726Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-16T06:35:23.727Z||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-04-16T06:35:23.727Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:35:23.754Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:35:23.755Z||pool-81-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:35:24.632Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aabb2621-36de-4d9d-bb5b-dd6604d733f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:35:24.653Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aabb2621-36de-4d9d-bb5b-dd6604d733f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:35:24.658Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:35:24.659Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:35:24.659Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:35:54.660Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aabb2621-36de-4d9d-bb5b-dd6604d733f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:35:54.686Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aabb2621-36de-4d9d-bb5b-dd6604d733f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:35:54.699Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:35:54.700Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:35:54.700Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:36:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:36:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:36:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:36:21.892Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:36:21.925Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.925Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.927Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.927Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.927Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090802646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:21.928Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:21.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.928Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.928Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.928Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.929Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.930Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.930Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.930Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.931Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.931Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.931Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090803675,
  "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-04-16T06:36:21.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aabb2621-36de-4d9d-bb5b-dd6604d733f3
2022-04-16T06:36:21.946Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aabb2621-36de-4d9d-bb5b-dd6604d733f3 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-04-16T06:36:21.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:21.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090804680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:21.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:21.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090805085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:21.969Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:21.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090806091,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:21.970Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:21.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:21.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:21.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:21.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "policy-id",
  "timestamp": 1650090807097,
  "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-04-16T06:36:21.981Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aabb2621-36de-4d9d-bb5b-dd6604d733f3
2022-04-16T06:36:21.981Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aabb2621-36de-4d9d-bb5b-dd6604d733f3 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-04-16T06:36:22.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/resourceInstances/pnf07de2e99f7f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.003Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.003Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.003Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.004Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.004Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.004Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.005Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.005Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.005Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090808582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.006Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.006Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.006Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.007Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.007Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.007Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090808582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.008Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.008Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.008Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.009Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.009Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.009Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090791433,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090810893,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.010Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090808582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.010Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090810574,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090810773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090811178,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090808582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "aai-ml",
  "timestamp": 1650090811580,
  "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-04-16T06:36:22.030Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aabb2621-36de-4d9d-bb5b-dd6604d733f3
2022-04-16T06:36:22.030Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aabb2621-36de-4d9d-bb5b-dd6604d733f3 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-04-16T06:36:22.046Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090810773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.047Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.047Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.047Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "cds",
  "timestamp": 1650090812184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-16T06:36:22.076Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b420a10f-9419-42e3-843e-8619b698035a
2022-04-16T06:36:22.076Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b420a10f-9419-42e3-843e-8619b698035a 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-04-16T06:36:22.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090813301,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfDz3vkl5cixrcix2zeffk/1.0/artifacts/service-DemoPnfDz3vkl5cixrcix2zeffk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.094Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090808582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090810773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090808582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090814306,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.100Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090810773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.100Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090808582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090810773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090808582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090797066,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090810773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090808582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090810773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090817455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090817672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090810773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.108Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090818461,
  "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-04-16T06:36:22.120Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aabb2621-36de-4d9d-bb5b-dd6604d733f3
2022-04-16T06:36:22.121Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aabb2621-36de-4d9d-bb5b-dd6604d733f3 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-04-16T06:36:22.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090818678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.140Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090810773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "policy-id",
  "timestamp": 1650090819682,
  "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-04-16T06:36:22.156Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b420a10f-9419-42e3-843e-8619b698035a
2022-04-16T06:36:22.156Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b420a10f-9419-42e3-843e-8619b698035a 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-04-16T06:36:22.179Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.180Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.180Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.181Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090820715,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.181Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.181Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090792823,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090822023,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.184Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090822154,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.186Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090813191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090823540,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.187Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090823753,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.188Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090825132,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.189Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.189Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090824877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.191Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090826198,
  "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-04-16T06:36:22.214Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b420a10f-9419-42e3-843e-8619b698035a
2022-04-16T06:36:22.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b420a10f-9419-42e3-843e-8619b698035a 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-04-16T06:36:22.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090827203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090826759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090806519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "cds",
  "timestamp": 1650090827522,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-16T06:36:22.287Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0
2022-04-16T06:36:22.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0 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-04-16T06:36:22.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "clamp",
  "timestamp": 1650090827764,
  "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-04-16T06:36:22.329Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of aabb2621-36de-4d9d-bb5b-dd6604d733f3
2022-04-16T06:36:22.329Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId aabb2621-36de-4d9d-bb5b-dd6604d733f3 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-04-16T06:36:22.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090829081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.348Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090828524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090820687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090828524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090831682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.352Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090828524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090832216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.353Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090832687,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090828524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090833222,
  "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-04-16T06:36:22.370Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b420a10f-9419-42e3-843e-8619b698035a
2022-04-16T06:36:22.370Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b420a10f-9419-42e3-843e-8619b698035a 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-04-16T06:36:22.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "policy-id",
  "timestamp": 1650090833695,
  "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-04-16T06:36:22.396Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0
2022-04-16T06:36:22.396Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0 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-04-16T06:36:22.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090828524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090833270,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.417Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090828524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "aai-ml",
  "timestamp": 1650090834275,
  "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-04-16T06:36:22.430Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b420a10f-9419-42e3-843e-8619b698035a
2022-04-16T06:36:22.430Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b420a10f-9419-42e3-843e-8619b698035a 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-04-16T06:36:22.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090828524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090828524,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090806902,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090837066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.456Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.457Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090837672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.458Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.458Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.458Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090837066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.459Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "cds",
  "timestamp": 1650090838974,
  "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-04-16T06:36:22.493Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4594722b-653d-4e3a-9bbd-61f38f69f1ee
2022-04-16T06:36:22.494Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4594722b-653d-4e3a-9bbd-61f38f69f1ee 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-04-16T06:36:22.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090837066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090837066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090841634,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090837066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090842737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090837066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090837066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090843926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.515Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090843757,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.516Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090837066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090844993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.517Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090845854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090846098,
  "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-04-16T06:36:22.528Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0
2022-04-16T06:36:22.528Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0 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-04-16T06:36:22.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.538Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090828582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.539Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090845767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090846861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090846288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090847112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.540Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "clamp",
  "timestamp": 1650090846772,
  "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-04-16T06:36:22.548Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b420a10f-9419-42e3-843e-8619b698035a
2022-04-16T06:36:22.549Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b420a10f-9419-42e3-843e-8619b698035a 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-04-16T06:36:22.562Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.562Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090847583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.563Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "policy-id",
  "timestamp": 1650090847865,
  "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-04-16T06:36:22.572Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4594722b-653d-4e3a-9bbd-61f38f69f1ee
2022-04-16T06:36:22.572Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4594722b-653d-4e3a-9bbd-61f38f69f1ee 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-04-16T06:36:22.585Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.586Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.586Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.586Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090839980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.587Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.587Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090848582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090839980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090848582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090850698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.590Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090839980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090848582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090851703,
  "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-04-16T06:36:22.601Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0
2022-04-16T06:36:22.601Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0 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-04-16T06:36:22.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090839980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090848582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.617Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.618Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.618Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.618Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090848582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090839980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.619Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.619Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.619Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.620Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.620Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.620Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090839980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.621Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.621Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090848582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.621Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.622Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.622Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.622Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.623Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090830773,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.623Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.623Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090839980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.624Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.624Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090848582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.624Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.625Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.625Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.625Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090839980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.626Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.626Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.626Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090848582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090856429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.627Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.627Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.627Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.627Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090839980,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.628Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.628Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090848582,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090857066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.629Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.629Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090857737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090857066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.630Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090858927,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090858191,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.631Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090858936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090858568,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.632Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.632Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090857066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.632Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.632Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090836519,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:36:22.633Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090860004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.633Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.633Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.633Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090859984,
  "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-04-16T06:36:22.642Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4594722b-653d-4e3a-9bbd-61f38f69f1ee
2022-04-16T06:36:22.643Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4594722b-653d-4e3a-9bbd-61f38f69f1ee 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-04-16T06:36:22.652Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "cds",
  "timestamp": 1650090859480,
  "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-04-16T06:36:22.672Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 167dfc4a-ae8e-441f-858c-b441282e07ee
2022-04-16T06:36:22.673Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167dfc4a-ae8e-441f-858c-b441282e07ee 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-04-16T06:36:22.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "aai-ml",
  "timestamp": 1650090859572,
  "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-04-16T06:36:22.696Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0
2022-04-16T06:36:22.697Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0 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-04-16T06:36:22.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090857066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:22.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090860917,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:36:22.722Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650090861008,
  "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-04-16T06:36:22.737Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 167dfc4a-ae8e-441f-858c-b441282e07ee
2022-04-16T06:36:22.738Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167dfc4a-ae8e-441f-858c-b441282e07ee 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-04-16T06:36:22.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090860989,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:36:22.754Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:36:22.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:36:22.755Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:22.755Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:36:24.701Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aabb2621-36de-4d9d-bb5b-dd6604d733f3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:36:24.721Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aabb2621-36de-4d9d-bb5b-dd6604d733f3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:36:24.727Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:36:24.727Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:36:24.727Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:36:24.727Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:36:24.727Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:36:24.727Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:36:24.727Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:36:24.728Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:36:24.728Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:36:24.728Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:36:24.728Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:36:24.736Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:36:54.737Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aabb2621-36de-4d9d-bb5b-dd6604d733f3 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-04-16T06:36:54.744Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aabb2621-36de-4d9d-bb5b-dd6604d733f3 and serviceModelVersionId: 26ee0f9f-3b5e-4c00-a243-351237916d70
2022-04-16T06:36:54.745Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9edd2eb-1d67-4a11-9185-d638e3990bf8
2022-04-16T06:36:54.746Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9edd2eb-1d67-4a11-9185-d638e3990bf8/model-vers/model-ver/26ee0f9f-3b5e-4c00-a243-351237916d70?depth=0
2022-04-16T06:36:54.751Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:36:54.809Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9edd2eb-1d67-4a11-9185-d638e3990bf8/model-vers/model-ver/26ee0f9f-3b5e-4c00-a243-351237916d70?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-04-16T06:36:54.811Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9edd2eb-1d67-4a11-9185-d638e3990bf8/model-vers/model-ver/26ee0f9f-3b5e-4c00-a243-351237916d70?depth=0|INFO|500||Invoke
2022-04-16T06:36:54.837Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9edd2eb-1d67-4a11-9185-d638e3990bf8/model-vers/model-ver/26ee0f9f-3b5e-4c00-a243-351237916d70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:36:55.134Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9edd2eb-1d67-4a11-9185-d638e3990bf8/model-vers/model-ver/26ee0f9f-3b5e-4c00-a243-351237916d70?depth=0|INFO|500||InvokeReturn
2022-04-16T06:36:55.135Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9edd2eb-1d67-4a11-9185-d638e3990bf8/model-vers/model-ver/26ee0f9f-3b5e-4c00-a243-351237916d70?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220416-06:36:54:230-72035], vertex-id=[155776], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:36:54 GMT], Content-Type=[application/json]}
2022-04-16T06:36:55.135Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:36:55.136Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:36:55.136Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:36:55.144Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:36:55.144Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aabb2621-36de-4d9d-bb5b-dd6604d733f3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:36:55.145Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:36:55.145Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:36:55.148Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:36:55.148Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091015145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:36:55.248Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:36:55.249Z||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-04-16T06:36:55.249Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:36:55.272Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:36:55.274Z||pool-82-thread-1|||||INFO|500||cambria reply ok (26 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-04-16T06:36:56.164Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:36:56.164Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b420a10f-9419-42e3-843e-8619b698035a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1a309bb7-65ec-4eab-bf78-fade954753e5","serviceDescription":"service","serviceInvariantUUID":"2d523fad-8151-4ea3-b5bd-7afa6feceb78","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d0a1e575-379b-4d32-a51d-6c92425027ee","resourceInvariantUUID":"d3b30b0d-c2c7-4056-a3c1-bd4661395df1","resourceCustomizationUUID":"e4e2f728-ad5f-47c6-887b-d733867e171e","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":"ODE1NThmMzEzNjIzOTU2Njk5NGJmNDljOTZjZTY0NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c1d44c4-9075-4613-ad4e-240064494cc0","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":"b14db1c0-e878-46c5-8244-990e0c2260e0","artifactVersion":"2","generatedFromUUID":"55a47aab-7396-4005-b431-3690c2545741"},{"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":"55a47aab-7396-4005-b431-3690c2545741","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":"YzM5NzNkYzkyMmVkNTNmMDRhMTQ5ZWZmMTZhYTQ4Y2E\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"66af42eb-252b-47d8-a416-8305f2fedc92","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":"579b4e59-be2d-4b7b-9f11-a3199c114007","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":"e8b41fdb-0c61-4d50-bfbd-16a804eb1604","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":"293254dc-dd33-4f07-adf0-210d98e54cbc","artifactVersion":"2","generatedFromUUID":"579b4e59-be2d-4b7b-9f11-a3199c114007"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YWZmM2U5OTJjNmFlNDIwYjFiZjFjNDdhN2JmNzhlYzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c6a179d-b393-40f3-83bf-cb8134e5ecfd","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Yjk4M2VmMjE2MjYyNGNiZGE5Yjk4MDIzNjBkODcwNzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"93d46c4e-593b-4ba8-ae36-46ec3f378742","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:36:56.165Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:36:56.165Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:36:56.167Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:36:56.168Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:36:56.268Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:36:56.269Z||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-04-16T06:36:56.269Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:36:56.293Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:36:56.294Z||pool-83-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:36:57.168Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:36:57.169Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:36:57.172Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:36:57.172Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-16T06:36:57.272Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:36:57.274Z||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-04-16T06:36:57.274Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:36:57.294Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:36:57.295Z||pool-84-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:36:58.173Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:36:58.174Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:36:58.177Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:36:58.177Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-16T06:36:58.283Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-04-16T06:36:58.284Z||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-04-16T06:36:58.284Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:36:58.306Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:36:58.306Z||pool-85-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:36:59.178Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:36:59.179Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:36:59.181Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:36:59.181Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:36:59.283Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-16T06:36:59.285Z||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-04-16T06:36:59.285Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:36:59.308Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:36:59.309Z||pool-86-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:00.182Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:37:00.183Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:00.186Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:00.186Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:37:00.286Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:00.288Z||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-04-16T06:37:00.289Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:00.316Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:00.317Z||pool-87-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:01.187Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:37:01.188Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:01.190Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:01.191Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:01.291Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:01.292Z||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-04-16T06:37:01.292Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:01.319Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:01.320Z||pool-88-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:37:02.191Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:37:02.193Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:02.196Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:02.196Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-16T06:37:02.296Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:37:02.297Z||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-04-16T06:37:02.297Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:02.321Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:02.322Z||pool-89-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:03.197Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:37:03.198Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:03.200Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:03.200Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:03.301Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:37:03.302Z||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-04-16T06:37:03.302Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:03.320Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:03.321Z||pool-90-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:37:04.201Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:37:04.203Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:04.206Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:04.206Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:37:04.306Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:37:04.308Z||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-04-16T06:37:04.308Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:04.333Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:04.334Z||pool-91-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:37:05.216Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "1a309bb7-65ec-4eab-bf78-fade954753e5",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2d523fad-8151-4ea3-b5bd-7afa6feceb78",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "e4e2f728-ad5f-47c6-887b-d733867e171e",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "d0a1e575-379b-4d32-a51d-6c92425027ee",
      "resourceInvariantUUID": "d3b30b0d-c2c7-4056-a3c1-bd4661395df1",
      "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": "b14db1c0-e878-46c5-8244-990e0c2260e0",
          "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": "55a47aab-7396-4005-b431-3690c2545741",
          "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": "YzM5NzNkYzkyMmVkNTNmMDRhMTQ5ZWZmMTZhYTQ4Y2E\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "66af42eb-252b-47d8-a416-8305f2fedc92",
          "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": "579b4e59-be2d-4b7b-9f11-a3199c114007",
          "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": "293254dc-dd33-4f07-adf0-210d98e54cbc",
            "generatedFromUUID": "579b4e59-be2d-4b7b-9f11-a3199c114007"
          },
          "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": "293254dc-dd33-4f07-adf0-210d98e54cbc",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Yjk4M2VmMjE2MjYyNGNiZGE5Yjk4MDIzNjBkODcwNzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "93d46c4e-593b-4ba8-ae36-46ec3f378742"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:37:05.216Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:37:05.216Z|aabb2621-36de-4d9d-bb5b-dd6604d733f3|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1a309bb7-65ec-4eab-bf78-fade954753e5 ASDC
2022-04-16T06:37:05.217Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b420a10f-9419-42e3-843e-8619b698035a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:1a309bb7-65ec-4eab-bf78-fade954753e5
ServiceInvariantUUID:2d523fad-8151-4ea3-b5bd-7afa6feceb78
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:93d46c4e-593b-4ba8-ae36-46ec3f378742
ArtifactChecksum:Yjk4M2VmMjE2MjYyNGNiZGE5Yjk4MDIzNjBkODcwNzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:e4e2f728-ad5f-47c6-887b-d733867e171e
ResourceInvariantUUID:d3b30b0d-c2c7-4056-a3c1-bd4661395df1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:d0a1e575-379b-4d32-a51d-6c92425027ee
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:b14db1c0-e878-46c5-8244-990e0c2260e0
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:55a47aab-7396-4005-b431-3690c2545741
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:66af42eb-252b-47d8-a416-8305f2fedc92
ArtifactChecksum:YzM5NzNkYzkyMmVkNTNmMDRhMTQ5ZWZmMTZhYTQ4Y2E=
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:579b4e59-be2d-4b7b-9f11-a3199c114007
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:293254dc-dd33-4f07-adf0-210d98e54cbc
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:293254dc-dd33-4f07-adf0-210d98e54cbc
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-16T06:37:05.217Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1a309bb7-65ec-4eab-bf78-fade954753e5 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-04-16T06:37:05.308Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:37:05.309Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:37:05.310Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:37:05.310Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 93d46c4e-593b-4ba8-ae36-46ec3f378742 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-16T06:37:05.310Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:37:05.310Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-16T06:37:05.463Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:37:05.466Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 93d46c4e-593b-4ba8-ae36-46ec3f378742 68958
2022-04-16T06:37:05.467Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-16T06:37:05.467Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-16T06:37:05.467Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:37:05.467Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:05.469Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:05.469Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091025466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:05.569Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:05.571Z||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-04-16T06:37:05.571Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:05.607Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:05.608Z||pool-92-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:37:06.470Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:37:06.471Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:37:06.472Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 93d46c4e-593b-4ba8-ae36-46ec3f378742, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-16T06:37:06.472Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-16T06:37:06.472Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-16T06:37:06.472Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-16T06:37:06.694Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8235861366546253683/Definitions/service-BasicCnf-template.yml
2022-04-16T06:37:08.540Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:37:08.541Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:37:08.541Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-16T06:37:08.542Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-16T06:37:08.542Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-16T06:37:08.543Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-16T06:37:08.543Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-16T06:37:08.543Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-16T06:37:08.544Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:37:08.544Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.544Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:08.545Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-16T06:37:08.545Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:37:08.546Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:37:08.546Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.547Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:08.547Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-16T06:37:08.547Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:37:08.548Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:37:08.548Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.549Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:08.549Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.550Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-16T06:37:08.550Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-16T06:37:08.550Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-16T06:37:08.551Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:37:08.551Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.551Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:37:08.551Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.552Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-16T06:37:08.552Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:37:08.552Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.553Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-16T06:37:08.553Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:37:08.553Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.554Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-16T06:37:08.554Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:37:08.554Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.555Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-16T06:37:08.555Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-16T06:37:08.555Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ef0907d9-1510-436b-8547-f61ebaf1933a
2022-04-16T06:37:08.556Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.556Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:08.556Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.557Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:08.557Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.557Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:08.558Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:08.558Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:08.559Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:1a309bb7-65ec-4eab-bf78-fade954753e5
Model Version:NULL
Model InvariantUuid:2d523fad-8151-4ea3-b5bd-7afa6feceb78
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:da36df0f-819f-498d-834b-08f36555deed
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d3b30b0d-c2c7-4056-a3c1-bd4661395df1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:e4e2f728-ad5f-47c6-887b-d733867e171e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:60a7ebd5-56f6-442e-844c-320bf14a570b
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:1cf183aa-b644-4721-b2ac-bda92245c7ac
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ef0907d9-1510-436b-8547-f61ebaf1933a
ModelInvariantUuid:7029b7fa-cd20-41d5-8098-0a4b046d7bb7
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:cc9fcef3-e16f-4a62-8f42-cd9d865a6f74
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:24a3ea13-584f-4070-a911-d81b7d2c747c
ModelInvariantUuid:33004a5d-d694-4e44-b772-29e2b5f2cf58
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:2fe163db-abb0-49c3-aadd-c97199f17ef7
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-04-16T06:37:08.784Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: d0a1e575-379b-4d32-a51d-6c92425027ee
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-04-16T06:37:08.788Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-04-16T06:37:08.789Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d0a1e575-379b-4d32-a51d-6c92425027ee
2022-04-16T06:37:08.789Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b14db1c0-e878-46c5-8244-990e0c2260e0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-16T06:37:08.789Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:37:08.789Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-16T06:37:09.268Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:37:09.269Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b14db1c0-e878-46c5-8244-990e0c2260e0 12
2022-04-16T06:37:09.274Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-16T06:37:09.275Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-16T06:37:09.275Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:37:09.275Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:09.277Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:09.277Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091029274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:09.378Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:09.379Z||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-04-16T06:37:09.379Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:09.400Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:09.401Z||pool-93-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:10.278Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 55a47aab-7396-4005-b431-3690c2545741 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-16T06:37:10.279Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:37:10.280Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-16T06:37:10.504Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:37:10.505Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 55a47aab-7396-4005-b431-3690c2545741 2688
2022-04-16T06:37:10.505Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-16T06:37:10.505Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-16T06:37:10.505Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:37:10.506Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:10.509Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:10.509Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091030505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:10.610Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:37:10.611Z||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-04-16T06:37:10.611Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:10.680Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:10.681Z||pool-94-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:11.511Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 66af42eb-252b-47d8-a416-8305f2fedc92 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-16T06:37:11.512Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:37:11.512Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-16T06:37:12.277Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:37:12.277Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 66af42eb-252b-47d8-a416-8305f2fedc92 828
2022-04-16T06:37:12.278Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-16T06:37:12.278Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-16T06:37:12.278Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:37:12.278Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:12.280Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:12.280Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091032278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:12.380Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:12.382Z||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-04-16T06:37:12.382Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:12.405Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:12.406Z||pool-95-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:37:13.281Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "60a7ebd5-56f6-442e-844c-320bf14a570b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1cf183aa-b644-4721-b2ac-bda92245c7ac",
    "vfModuleModelCustomizationUUID": "2dcde6d4-5b5d-43cd-a3fe-684a06b27257",
    "isBase": true,
    "artifacts": [
      "55a47aab-7396-4005-b431-3690c2545741",
      "579b4e59-be2d-4b7b-9f11-a3199c114007",
      "293254dc-dd33-4f07-adf0-210d98e54cbc"
    ],
    "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-04-16T06:37:13.287Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1cf183aa-b644-4721-b2ac-bda92245c7ac
VfModuleModelInvariantUUID:60a7ebd5-56f6-442e-844c-320bf14a570b
VfModuleModelDescription:NULL
Artifacts UUID List:{
55a47aab-7396-4005-b431-3690c2545741
,
579b4e59-be2d-4b7b-9f11-a3199c114007
,
293254dc-dd33-4f07-adf0-210d98e54cbc

}
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-04-16T06:37:13.291Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "60a7ebd5-56f6-442e-844c-320bf14a570b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1cf183aa-b644-4721-b2ac-bda92245c7ac",
    "vfModuleModelCustomizationUUID": "2dcde6d4-5b5d-43cd-a3fe-684a06b27257",
    "isBase": true,
    "artifacts": [
      "55a47aab-7396-4005-b431-3690c2545741",
      "579b4e59-be2d-4b7b-9f11-a3199c114007",
      "293254dc-dd33-4f07-adf0-210d98e54cbc"
    ],
    "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-04-16T06:37:13.291Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1cf183aa-b644-4721-b2ac-bda92245c7ac
VfModuleModelInvariantUUID:60a7ebd5-56f6-442e-844c-320bf14a570b
VfModuleModelDescription:NULL
Artifacts UUID List:{
55a47aab-7396-4005-b431-3690c2545741
,
579b4e59-be2d-4b7b-9f11-a3199c114007
,
293254dc-dd33-4f07-adf0-210d98e54cbc

}
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-04-16T06:37:13.291Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 579b4e59-be2d-4b7b-9f11-a3199c114007 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-16T06:37:13.292Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:37:13.293Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-16T06:37:13.782Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:37:13.783Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 579b4e59-be2d-4b7b-9f11-a3199c114007 1164
2022-04-16T06:37:13.783Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-16T06:37:13.783Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-16T06:37:13.784Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:37:13.784Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:13.787Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:13.787Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091033783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:13.887Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:37:13.889Z||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-04-16T06:37:13.889Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:13.919Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:13.920Z||pool-96-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:14.788Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 293254dc-dd33-4f07-adf0-210d98e54cbc from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-16T06:37:14.789Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:37:14.789Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-16T06:37:15.293Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:37:15.294Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 293254dc-dd33-4f07-adf0-210d98e54cbc 200
2022-04-16T06:37:15.295Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-16T06:37:15.295Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-16T06:37:15.295Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:37:15.296Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:15.299Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:15.299Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091035295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:15.399Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:15.400Z||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-04-16T06:37:15.400Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:15.445Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:15.446Z||pool-97-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:37:16.300Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 1a309bb7-65ec-4eab-bf78-fade954753e5
2022-04-16T06:37:16.301Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 d0a1e575-379b-4d32-a51d-6c92425027ee 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=?
2022-04-16T06:37:16.330Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select 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-04-16T06:37:16.350Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f0e06d1, org.onap.sdc.toscaparser.api.parameters.Input@218e7d4, org.onap.sdc.toscaparser.api.parameters.Input@3b6c6bf2, org.onap.sdc.toscaparser.api.parameters.Input@26357b45, org.onap.sdc.toscaparser.api.parameters.Input@7952c9dc]
2022-04-16T06:37:16.351Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.352Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:16.352Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-16T06:37:16.352Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= e4e2f728-ad5f-47c6-887b-d733867e171e
2022-04-16T06:37:16.352Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e4e2f728-ad5f-47c6-887b-d733867e171e matches Tosca VF Customization UUID: e4e2f728-ad5f-47c6-887b-d733867e171e
2022-04-16T06:37:16.353Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: e4e2f728-ad5f-47c6-887b-d733867e171e  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-04-16T06:37:16.357Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.358Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:16.360Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id e4e2f728-ad5f-47c6-887b-d733867e171e: {\"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-04-16T06:37:16.360Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6938c867
2022-04-16T06:37:16.360Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.360Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:37:16.361Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2dcde6d4-5b5d-43cd-a3fe-684a06b27257
2022-04-16T06:37:16.361Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2dcde6d4-5b5d-43cd-a3fe-684a06b27257
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-04-16T06:37:16.366Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.367Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-16T06:37:16.367Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:37:16.368Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.368Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-16T06:37:16.368Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:37:16.369Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.369Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-16T06:37:16.369Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-16T06:37:16.370Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ef0907d9-1510-436b-8547-f61ebaf1933a
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-04-16T06:37:16.374Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.374Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-16T06:37:16.374Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:37:16.375Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.375Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-16T06:37:16.375Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=e4e2f728-ad5f-47c6-887b-d733867e171e
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-04-16T06:37:16.379Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.379Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:16.380Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 1a309bb7-65ec-4eab-bf78-fade954753e5: basic_cnf
2022-04-16T06:37:16.380Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.380Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:16.381Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.381Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:16.381Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.382Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:16.382Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.382Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:16.383Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:37:16.383Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:37:16.383Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-16T06:37:16.518Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf d0a1e575-379b-4d32-a51d-6c92425027ee 1 ASDC deployResourceStructure
2022-04-16T06:37:16.519Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-16T06:37:16.519Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-16T06:37:16.519Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-16T06:37:16.520Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:16.522Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:16.522Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091036519,
  "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-04-16T06:37:16.622Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:16.624Z||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-04-16T06:37:16.624Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:16.650Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:16.651Z||pool-98-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:37:17.525Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-16T06:37:17.526Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-16T06:37:17.526Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-16T06:37:17.527Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:17.531Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:17.531Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091037525,
  "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-04-16T06:37:17.631Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:17.633Z||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-04-16T06:37:17.633Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:17.667Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:17.668Z||pool-99-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:37:18.533Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-16T06:37:18.533Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-16T06:37:18.533Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:37:18.533Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:18.536Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:18.536Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091038532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:18.636Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:18.637Z||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-04-16T06:37:18.637Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:18.657Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:18.658Z||pool-100-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:19.537Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-16T06:37:19.538Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-16T06:37:19.538Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:37:19.538Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:19.540Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:19.540Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091039537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:19.641Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:37:19.642Z||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-04-16T06:37:19.642Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:19.668Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:19.668Z||pool-101-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:20.542Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-16T06:37:20.543Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-16T06:37:20.543Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:37:20.543Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:20.546Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:20.546Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091040542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:20.646Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:37:20.647Z||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-04-16T06:37:20.647Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:20.690Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:20.691Z||pool-102-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:21.548Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-16T06:37:21.548Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-16T06:37:21.549Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:37:21.549Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:21.553Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:21.553Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091041548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:21.653Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:37:21.655Z||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-04-16T06:37:21.655Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:21.728Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:21.728Z||pool-103-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:37:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:37:21.848Z||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-04-16T06:37:21.849Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:21.887Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:21.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090857066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090861994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090857066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090861994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090857066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090863970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090861994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090857066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.894Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.895Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.895Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090864979,
  "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-04-16T06:37:21.909Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4594722b-653d-4e3a-9bbd-61f38f69f1ee
2022-04-16T06:37:21.909Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4594722b-653d-4e3a-9bbd-61f38f69f1ee 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-04-16T06:37:21.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.937Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.937Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.937Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090864762,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:21.938Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:21.938Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.938Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090861994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090857066,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:37:21.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090861994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.940Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.940Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090867080,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:21.941Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:21.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090866522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.941Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.941Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.942Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.942Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090861994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.942Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090868086,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:21.943Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:21.943Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.943Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090866522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.944Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090835279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:37:21.944Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090861994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.945Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "policy-id",
  "timestamp": 1650090869096,
  "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-04-16T06:37:21.961Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 167dfc4a-ae8e-441f-858c-b441282e07ee
2022-04-16T06:37:21.961Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167dfc4a-ae8e-441f-858c-b441282e07ee 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-04-16T06:37:21.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090866522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.987Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.987Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.987Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090868785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:21.988Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:21.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090861994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.988Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090866522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.988Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.988Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090869770,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:21.989Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:21.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.989Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650090861994,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:37:21.989Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.989Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.990Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090866522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:21.990Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:21.991Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:21.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "clamp",
  "timestamp": 1650090870774,
  "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-04-16T06:37:22.004Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0
2022-04-16T06:37:22.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0 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-04-16T06:37:22.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090866522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090866522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090866522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090866522,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:37:22.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090876519,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:22.028Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090879024,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090847776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.029Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.030Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650090880030,
  "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-04-16T06:37:22.045Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 167dfc4a-ae8e-441f-858c-b441282e07ee
2022-04-16T06:37:22.046Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167dfc4a-ae8e-441f-858c-b441282e07ee 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-04-16T06:37:22.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090879561,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:22.063Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090880565,
  "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-04-16T06:37:22.074Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4594722b-653d-4e3a-9bbd-61f38f69f1ee
2022-04-16T06:37:22.075Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4594722b-653d-4e3a-9bbd-61f38f69f1ee 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-04-16T06:37:22.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090881568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090881568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090883770,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:22.104Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090881568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090881568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090881568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.107Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090886776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:22.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090881568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.109Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.109Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.109Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "clamp",
  "timestamp": 1650090887779,
  "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-04-16T06:37:22.120Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4594722b-653d-4e3a-9bbd-61f38f69f1ee
2022-04-16T06:37:22.121Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4594722b-653d-4e3a-9bbd-61f38f69f1ee 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-04-16T06:37:22.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090881568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.138Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090881568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.138Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.138Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090888783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090881568,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:37:22.139Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.139Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.139Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090888783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090888783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.140Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090891376,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:22.141Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090888783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.141Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090888783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090888783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090888783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090888783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090888783,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:37:22.144Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090897674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:22.145Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "aai-ml",
  "timestamp": 1650090898681,
  "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-04-16T06:37:22.166Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 167dfc4a-ae8e-441f-858c-b441282e07ee
2022-04-16T06:37:22.167Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167dfc4a-ae8e-441f-858c-b441282e07ee 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-04-16T06:37:22.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.199Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090900776,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:22.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.200Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090901794,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:22.200Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.200Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "clamp",
  "timestamp": 1650090902798,
  "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-04-16T06:37:22.245Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 167dfc4a-ae8e-441f-858c-b441282e07ee
2022-04-16T06:37:22.246Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 167dfc4a-ae8e-441f-858c-b441282e07ee 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-04-16T06:37:22.268Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58cbb7d7-f325-4eb5-9fce-11c2e0dec3fe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090904649,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:37:22.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:37:22.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:37:22.272Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:37:22.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.272Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090913481,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:22.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090916894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:22.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090918097,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:22.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090919297,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:37:22.274Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090920600,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:22.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:37:22.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090921607,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:37:22.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:37:22.555Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b420a10f-9419-42e3-843e-8619b698035a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:37:22.576Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b420a10f-9419-42e3-843e-8619b698035a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:37:22.583Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:37:22.584Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:37:22.600Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:37:52.601Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b420a10f-9419-42e3-843e-8619b698035a 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-04-16T06:37:52.614Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b420a10f-9419-42e3-843e-8619b698035a and serviceModelVersionId: 1a309bb7-65ec-4eab-bf78-fade954753e5
2022-04-16T06:37:52.615Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d523fad-8151-4ea3-b5bd-7afa6feceb78
2022-04-16T06:37:52.616Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d523fad-8151-4ea3-b5bd-7afa6feceb78/model-vers/model-ver/1a309bb7-65ec-4eab-bf78-fade954753e5?depth=0
2022-04-16T06:37:52.624Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:37:52.689Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d523fad-8151-4ea3-b5bd-7afa6feceb78/model-vers/model-ver/1a309bb7-65ec-4eab-bf78-fade954753e5?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-04-16T06:37:52.691Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d523fad-8151-4ea3-b5bd-7afa6feceb78/model-vers/model-ver/1a309bb7-65ec-4eab-bf78-fade954753e5?depth=0|INFO|500||Invoke
2022-04-16T06:37:52.718Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d523fad-8151-4ea3-b5bd-7afa6feceb78/model-vers/model-ver/1a309bb7-65ec-4eab-bf78-fade954753e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:37:53.214Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d523fad-8151-4ea3-b5bd-7afa6feceb78/model-vers/model-ver/1a309bb7-65ec-4eab-bf78-fade954753e5?depth=0|INFO|500||InvokeReturn
2022-04-16T06:37:53.216Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d523fad-8151-4ea3-b5bd-7afa6feceb78/model-vers/model-ver/1a309bb7-65ec-4eab-bf78-fade954753e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220416-06:37:52:107-33414], vertex-id=[200888], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:37:52 GMT], Content-Type=[application/json]}
2022-04-16T06:37:53.216Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:37:53.217Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:37:53.217Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:37:53.224Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:37:53.224Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b420a10f-9419-42e3-843e-8619b698035a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:37:53.225Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:37:53.225Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:53.229Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:53.229Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091073224,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:37:53.329Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:37:53.331Z||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-04-16T06:37:53.331Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:53.381Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:53.382Z||pool-104-thread-1|||||INFO|500||cambria reply ok (53 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-04-16T06:37:54.249Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:37:54.250Z|b420a10f-9419-42e3-843e-8619b698035a|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-04-16T06:37:54.251Z|b420a10f-9419-42e3-843e-8619b698035a|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:58.785Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:58.788Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:37:58.788Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"6a9e02e4-a5a4-44a7-8e13-0d39d92393d0","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"64787bd1-3896-4a88-b7b9-cf7d3f08c24a","serviceDescription":"service","serviceInvariantUUID":"7112df43-cbd9-4f1e-b654-cbe443abdc2e","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dcca3515-60f2-426d-8db3-aae92dd4f946","resourceInvariantUUID":"cf11fe9d-2364-45bc-a7b4-4960c3becd8d","resourceCustomizationUUID":"bc2b8f62-2818-4c9b-8319-d44e4a7f20e7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"Nzg4ZWFhZjU1OTFjMWM2MTRiYjc3ODY2ZjIyNmJiNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ab8a079-9ed3-4c82-813d-f761fb6b14b2","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MWY5NDdiY2NhNGM0NzQxNWY0MzlmMDE0NzdiNjYzZjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7cb87790-52a7-429f-924d-9f5120c229c3","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eadf133b-e899-42ad-a817-fe15bbac59c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd8338cc-2746-45bc-9c49-aa9da0e723a2","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6e373eb0-a6f5-44ca-af5a-27d435a6434f","artifactVersion":"2","generatedFromUUID":"9e950895-2098-4c47-8343-4aede73a7302"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"94adb7a6-f7ec-4d76-92b4-54e5c7b49693","artifactVersion":"2","generatedFromUUID":"eadf133b-e899-42ad-a817-fe15bbac59c9"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9e950895-2098-4c47-8343-4aede73a7302","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a723f326-3bf8-48b9-bbaa-d873dacb0505","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZGQ0OGMwYjY0NTJmZDFlZWU0MWQ3MjVjZTdhNzhhOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7e8bf520-44f4-4ec3-b21f-d618f3dc11ba","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZThlNjUyNzJhZWZiNjBhNjI4ODI1YWJlZGVhMmQ2OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"deffa5db-2259-47d9-88d4-4b3fe525d208","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:37:58.792Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:37:58.793Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:58.795Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:58.795Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:37:58.895Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:37:58.896Z||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-04-16T06:37:58.896Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:58.937Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:58.938Z||pool-105-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:37:59.796Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:37:59.799Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:37:59.803Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:37:59.803Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:37:59.901Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-16T06:37:59.902Z||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-04-16T06:37:59.903Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:37:59.941Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:37:59.942Z||pool-106-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:00.804Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:00.805Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:00.809Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:00.810Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:38:00.908Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-16T06:38:00.909Z||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-04-16T06:38:00.909Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:00.939Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:00.940Z||pool-107-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:38:01.816Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:01.818Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:01.822Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:01.823Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:38:01.922Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-16T06:38:01.923Z||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-04-16T06:38:01.923Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:01.946Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:01.947Z||pool-108-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:38:02.823Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:02.824Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:02.826Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:02.826Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-16T06:38:02.927Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:02.928Z||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-04-16T06:38:02.928Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:02.946Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:02.947Z||pool-109-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:03.828Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:03.828Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:03.831Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:03.831Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-16T06:38:03.931Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:03.933Z||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-04-16T06:38:03.933Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:03.967Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:03.974Z||pool-110-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:04.832Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:04.833Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:04.835Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:04.835Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-16T06:38:04.936Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:38:04.937Z||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-04-16T06:38:04.937Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:04.963Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:04.964Z||pool-111-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:05.836Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:05.837Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:05.840Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:05.840Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:38:05.940Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:05.941Z||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-04-16T06:38:05.941Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:05.981Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:05.982Z||pool-112-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:06.841Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:06.842Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:06.847Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:06.848Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:38:06.947Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:38:06.948Z||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-04-16T06:38:06.948Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:06.971Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:06.971Z||pool-113-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:07.849Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:07.850Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:07.853Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:07.853Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:38:07.953Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:07.954Z||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-04-16T06:38:07.954Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:07.981Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:07.982Z||pool-114-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:38:08.855Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "64787bd1-3896-4a88-b7b9-cf7d3f08c24a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7112df43-cbd9-4f1e-b654-cbe443abdc2e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "bc2b8f62-2818-4c9b-8319-d44e4a7f20e7",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dcca3515-60f2-426d-8db3-aae92dd4f946",
      "resourceInvariantUUID": "cf11fe9d-2364-45bc-a7b4-4960c3becd8d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "MWY5NDdiY2NhNGM0NzQxNWY0MzlmMDE0NzdiNjYzZjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7cb87790-52a7-429f-924d-9f5120c229c3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "eadf133b-e899-42ad-a817-fe15bbac59c9",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "94adb7a6-f7ec-4d76-92b4-54e5c7b49693",
            "generatedFromUUID": "eadf133b-e899-42ad-a817-fe15bbac59c9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6e373eb0-a6f5-44ca-af5a-27d435a6434f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "94adb7a6-f7ec-4d76-92b4-54e5c7b49693",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9e950895-2098-4c47-8343-4aede73a7302",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZThlNjUyNzJhZWZiNjBhNjI4ODI1YWJlZGVhMmQ2OTk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "deffa5db-2259-47d9-88d4-4b3fe525d208"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:38:08.855Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:38:08.855Z|b420a10f-9419-42e3-843e-8619b698035a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 64787bd1-3896-4a88-b7b9-cf7d3f08c24a ASDC
2022-04-16T06:38:08.856Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:6a9e02e4-a5a4-44a7-8e13-0d39d92393d0
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:64787bd1-3896-4a88-b7b9-cf7d3f08c24a
ServiceInvariantUUID:7112df43-cbd9-4f1e-b654-cbe443abdc2e
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:deffa5db-2259-47d9-88d4-4b3fe525d208
ArtifactChecksum:ZThlNjUyNzJhZWZiNjBhNjI4ODI1YWJlZGVhMmQ2OTk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:bc2b8f62-2818-4c9b-8319-d44e4a7f20e7
ResourceInvariantUUID:cf11fe9d-2364-45bc-a7b4-4960c3becd8d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:dcca3515-60f2-426d-8db3-aae92dd4f946
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:7cb87790-52a7-429f-924d-9f5120c229c3
ArtifactChecksum:MWY5NDdiY2NhNGM0NzQxNWY0MzlmMDE0NzdiNjYzZjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:eadf133b-e899-42ad-a817-fe15bbac59c9
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:94adb7a6-f7ec-4d76-92b4-54e5c7b49693
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:6e373eb0-a6f5-44ca-af5a-27d435a6434f
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:94adb7a6-f7ec-4d76-92b4-54e5c7b49693
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:9e950895-2098-4c47-8343-4aede73a7302
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-16T06:38:08.856Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 64787bd1-3896-4a88-b7b9-cf7d3f08c24a 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-04-16T06:38:08.928Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:38:08.928Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:38:08.928Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:38:08.929Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: deffa5db-2259-47d9-88d4-4b3fe525d208 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:08.929Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:38:08.929Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:09.797Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:38:09.815Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar deffa5db-2259-47d9-88d4-4b3fe525d208 158219
2022-04-16T06:38:09.816Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-16T06:38:09.816Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:09.816Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:38:09.816Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:09.818Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:09.819Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091089816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:38:09.919Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:09.920Z||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-04-16T06:38:09.920Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:09.941Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:09.942Z||pool-115-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:10.819Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:38:10.820Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:38:10.821Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: deffa5db-2259-47d9-88d4-4b3fe525d208, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:10.821Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-16T06:38:10.821Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:10.822Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:11.036Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16301741359389112354/Definitions/service-BasicCnfMacro-template.yml
2022-04-16T06:38:12.717Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:38:12.719Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:38:12.719Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:12.719Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-16T06:38:12.719Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:12.719Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:12.719Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:12.719Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_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-BasicCnfMacro-csar.csar
2022-04-16T06:38:12.720Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:38:12.720Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.720Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:12.721Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-16T06:38:12.721Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:38:12.721Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:38:12.721Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.721Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:12.722Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-16T06:38:12.722Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:38:12.722Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:38:12.723Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.723Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:12.723Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.723Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-16T06:38:12.724Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-16T06:38:12.724Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-16T06:38:12.724Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:38:12.725Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.725Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:38:12.725Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.725Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-16T06:38:12.726Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:38:12.726Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.727Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-16T06:38:12.727Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:38:12.727Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.728Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-16T06:38:12.728Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:38:12.728Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.729Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-16T06:38:12.729Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:38:12.729Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.730Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-16T06:38:12.730Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-16T06:38:12.731Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=62108ab6-2062-4e59-be2c-6cce5fb630a7
2022-04-16T06:38:12.731Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.732Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:12.732Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.732Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:12.732Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.733Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:12.733Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:12.733Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:12.733Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:64787bd1-3896-4a88-b7b9-cf7d3f08c24a
Model Version:NULL
Model InvariantUuid:7112df43-cbd9-4f1e-b654-cbe443abdc2e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:4c86ddfe-9df2-4f04-bf19-d606ed6bf893
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cf11fe9d-2364-45bc-a7b4-4960c3becd8d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bc2b8f62-2818-4c9b-8319-d44e4a7f20e7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:859d73fd-05fe-45aa-a755-6c845987bfe3
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:38fd92d3-e0a2-4be7-9c32-130a22ce4238
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:23295084-daa5-403e-af83-5ca2b186f24a
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:73ae0973-7c0a-4921-816e-0fe0c65505c7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:62108ab6-2062-4e59-be2c-6cce5fb630a7
ModelInvariantUuid:7970b0b0-88c3-4187-a5d3-31573493065f
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:9ef2ccc1-03af-40b6-b0a8-8ad57ed31b3d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0e96c058-1218-4d57-8226-f80b052641b2
ModelInvariantUuid:31e61839-0987-40ec-a58d-9257b6f7f2f7
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:fe5b5e84-7b15-4de7-bdc9-893dff4fe91a
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-04-16T06:38:12.749Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dcca3515-60f2-426d-8db3-aae92dd4f946
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-04-16T06:38:12.754Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-04-16T06:38:12.755Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dcca3515-60f2-426d-8db3-aae92dd4f946
2022-04-16T06:38:12.755Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7cb87790-52a7-429f-924d-9f5120c229c3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-16T06:38:12.755Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:38:12.755Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-16T06:38:13.280Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:38:13.280Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7cb87790-52a7-429f-924d-9f5120c229c3 1565
2022-04-16T06:38:13.281Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-16T06:38:13.281Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-16T06:38:13.281Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:38:13.281Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:13.285Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:13.285Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091093280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:38:13.385Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:13.386Z||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-04-16T06:38:13.386Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:13.410Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:13.411Z||pool-116-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:14.286Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "23295084-daa5-403e-af83-5ca2b186f24a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73ae0973-7c0a-4921-816e-0fe0c65505c7",
    "vfModuleModelCustomizationUUID": "1a3d81b2-8e96-40f7-aae1-6c99b934699c",
    "isBase": true,
    "artifacts": [
      "eadf133b-e899-42ad-a817-fe15bbac59c9",
      "94adb7a6-f7ec-4d76-92b4-54e5c7b49693"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "859d73fd-05fe-45aa-a755-6c845987bfe3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "38fd92d3-e0a2-4be7-9c32-130a22ce4238",
    "vfModuleModelCustomizationUUID": "32c1f681-4d09-44c7-9f20-2bffba1c4cd5",
    "isBase": false,
    "artifacts": [
      "9e950895-2098-4c47-8343-4aede73a7302"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-16T06:38:14.292Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73ae0973-7c0a-4921-816e-0fe0c65505c7
VfModuleModelInvariantUUID:23295084-daa5-403e-af83-5ca2b186f24a
VfModuleModelDescription:NULL
Artifacts UUID List:{
eadf133b-e899-42ad-a817-fe15bbac59c9
,
94adb7a6-f7ec-4d76-92b4-54e5c7b49693

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:38fd92d3-e0a2-4be7-9c32-130a22ce4238
VfModuleModelInvariantUUID:859d73fd-05fe-45aa-a755-6c845987bfe3
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e950895-2098-4c47-8343-4aede73a7302

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

isBase:false


}

2022-04-16T06:38:14.296Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "23295084-daa5-403e-af83-5ca2b186f24a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "73ae0973-7c0a-4921-816e-0fe0c65505c7",
    "vfModuleModelCustomizationUUID": "1a3d81b2-8e96-40f7-aae1-6c99b934699c",
    "isBase": true,
    "artifacts": [
      "eadf133b-e899-42ad-a817-fe15bbac59c9",
      "94adb7a6-f7ec-4d76-92b4-54e5c7b49693"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "859d73fd-05fe-45aa-a755-6c845987bfe3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "38fd92d3-e0a2-4be7-9c32-130a22ce4238",
    "vfModuleModelCustomizationUUID": "32c1f681-4d09-44c7-9f20-2bffba1c4cd5",
    "isBase": false,
    "artifacts": [
      "9e950895-2098-4c47-8343-4aede73a7302"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-16T06:38:14.297Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:73ae0973-7c0a-4921-816e-0fe0c65505c7
VfModuleModelInvariantUUID:23295084-daa5-403e-af83-5ca2b186f24a
VfModuleModelDescription:NULL
Artifacts UUID List:{
eadf133b-e899-42ad-a817-fe15bbac59c9
,
94adb7a6-f7ec-4d76-92b4-54e5c7b49693

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:38fd92d3-e0a2-4be7-9c32-130a22ce4238
VfModuleModelInvariantUUID:859d73fd-05fe-45aa-a755-6c845987bfe3
VfModuleModelDescription:NULL
Artifacts UUID List:{
9e950895-2098-4c47-8343-4aede73a7302

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

isBase:false


}

2022-04-16T06:38:14.297Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eadf133b-e899-42ad-a817-fe15bbac59c9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-16T06:38:14.297Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:38:14.297Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-16T06:38:14.889Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:38:14.889Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml eadf133b-e899-42ad-a817-fe15bbac59c9 914
2022-04-16T06:38:14.890Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-16T06:38:14.890Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-16T06:38:14.890Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:38:14.890Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:14.892Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:14.892Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091094890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:38:14.993Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:14.994Z||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-04-16T06:38:14.994Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:15.024Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:15.024Z||pool-117-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:15.893Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6e373eb0-a6f5-44ca-af5a-27d435a6434f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-16T06:38:15.896Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:38:15.897Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-16T06:38:16.189Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:38:16.190Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 6e373eb0-a6f5-44ca-af5a-27d435a6434f 12
2022-04-16T06:38:16.190Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-16T06:38:16.190Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-16T06:38:16.190Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:38:16.191Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:16.193Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:16.193Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091096190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:38:16.293Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:16.294Z||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-04-16T06:38:16.294Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:16.331Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:16.333Z||pool-118-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:17.193Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 94adb7a6-f7ec-4d76-92b4-54e5c7b49693 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-16T06:38:17.194Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:38:17.194Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-16T06:38:17.487Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:38:17.487Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 94adb7a6-f7ec-4d76-92b4-54e5c7b49693 96
2022-04-16T06:38:17.488Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-16T06:38:17.488Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-16T06:38:17.488Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:38:17.488Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:17.491Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:17.491Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091097488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:38:17.591Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:17.592Z||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-04-16T06:38:17.592Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:17.632Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:17.633Z||pool-119-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:18.499Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9e950895-2098-4c47-8343-4aede73a7302 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-16T06:38:18.500Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:38:18.500Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-16T06:38:18.711Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:38:18.759Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9e950895-2098-4c47-8343-4aede73a7302 20206
2022-04-16T06:38:18.796Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-16T06:38:18.814Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-16T06:38:18.848Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:38:18.887Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:18.966Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:18.967Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091098796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:38:19.019Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 51 ms
2022-04-16T06:38:19.020Z||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-04-16T06:38:19.020Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:19.083Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:19.084Z||pool-120-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:38:19.976Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 64787bd1-3896-4a88-b7b9-cf7d3f08c24a
2022-04-16T06:38:19.977Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dcca3515-60f2-426d-8db3-aae92dd4f946 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:38:20.010Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50f73584, org.onap.sdc.toscaparser.api.parameters.Input@3fe3c64b, org.onap.sdc.toscaparser.api.parameters.Input@556eb6f9, org.onap.sdc.toscaparser.api.parameters.Input@728c398c, org.onap.sdc.toscaparser.api.parameters.Input@1b3e794c]
2022-04-16T06:38:20.015Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.016Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:20.017Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-16T06:38:20.017Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= bc2b8f62-2818-4c9b-8319-d44e4a7f20e7
2022-04-16T06:38:20.019Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bc2b8f62-2818-4c9b-8319-d44e4a7f20e7 matches Tosca VF Customization UUID: bc2b8f62-2818-4c9b-8319-d44e4a7f20e7
2022-04-16T06:38:20.019Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: bc2b8f62-2818-4c9b-8319-d44e4a7f20e7  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-04-16T06:38:20.025Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.026Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:20.029Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id bc2b8f62-2818-4c9b-8319-d44e4a7f20e7: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-04-16T06:38:20.030Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@9649fb3
2022-04-16T06:38:20.030Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.031Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:38:20.033Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 32c1f681-4d09-44c7-9f20-2bffba1c4cd5
2022-04-16T06:38:20.033Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 32c1f681-4d09-44c7-9f20-2bffba1c4cd5
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-04-16T06:38:20.038Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.039Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-16T06:38:20.040Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:38:20.040Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.041Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-16T06:38:20.041Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:38:20.042Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.042Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-16T06:38:20.043Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bc2b8f62-2818-4c9b-8319-d44e4a7f20e7
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-04-16T06:38:20.047Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.047Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:20.048Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 64787bd1-3896-4a88-b7b9-cf7d3f08c24a: basic_cnf_macro
2022-04-16T06:38:20.048Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.049Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:20.049Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.049Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:20.050Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.050Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:20.050Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.050Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:20.051Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:38:20.051Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:38:20.051Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-16T06:38:20.162Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dcca3515-60f2-426d-8db3-aae92dd4f946 2 ASDC deployResourceStructure
2022-04-16T06:38:20.163Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-04-16T06:38:20.163Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-16T06:38:20.164Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:38:20.164Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:20.183Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:20.183Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091100163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:38:20.283Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:20.284Z||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-04-16T06:38:20.284Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:20.318Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:20.319Z||pool-121-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:21.185Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-04-16T06:38:21.185Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-16T06:38:21.185Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:38:21.186Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:21.189Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:21.189Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091101185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:38:21.289Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:21.290Z||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-04-16T06:38:21.290Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:21.318Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:21.319Z||pool-122-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:38:21.848Z||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-04-16T06:38:21.848Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:21.871Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:21.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:38:21.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090922613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:38:21.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:38:21.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:38:21.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090923619,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:38:21.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:38:22.190Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-04-16T06:38:22.193Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-04-16T06:38:22.193Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-16T06:38:22.193Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:22.197Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:22.197Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091102190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-16T06:38:22.298Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:38:22.299Z||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-04-16T06:38:22.300Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:22.331Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:22.332Z||pool-123-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:23.198Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-04-16T06:38:23.199Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-16T06:38:23.199Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:38:23.200Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:23.202Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:23.202Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091103198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:38:23.303Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:38:23.304Z||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-04-16T06:38:23.304Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:23.324Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:23.325Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:24.204Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-04-16T06:38:24.204Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-16T06:38:24.204Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-16T06:38:24.205Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:24.208Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:24.208Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091104203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-16T06:38:24.308Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:24.309Z||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-04-16T06:38:24.309Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:24.343Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:24.343Z||pool-125-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:38:25.209Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-04-16T06:38:25.210Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-16T06:38:25.210Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:38:25.210Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:25.212Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:25.213Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091105209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:38:25.313Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:38:25.314Z||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-04-16T06:38:25.314Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:25.341Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:25.341Z||pool-126-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:26.214Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:38:26.237Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:38:26.243Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:38:26.243Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:38:26.243Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:38:26.243Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:38:26.244Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:38:26.244Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:38:26.244Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:38:26.244Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:38:26.245Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:38:26.245Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:38:26.245Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:38:26.254Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:38:56.258Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0 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-04-16T06:38:56.285Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0 and serviceModelVersionId: 64787bd1-3896-4a88-b7b9-cf7d3f08c24a
2022-04-16T06:38:56.285Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7112df43-cbd9-4f1e-b654-cbe443abdc2e
2022-04-16T06:38:56.288Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7112df43-cbd9-4f1e-b654-cbe443abdc2e/model-vers/model-ver/64787bd1-3896-4a88-b7b9-cf7d3f08c24a?depth=0
2022-04-16T06:38:56.299Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:38:56.361Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7112df43-cbd9-4f1e-b654-cbe443abdc2e/model-vers/model-ver/64787bd1-3896-4a88-b7b9-cf7d3f08c24a?depth=0|INFO|500||Invoke
2022-04-16T06:38:56.361Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7112df43-cbd9-4f1e-b654-cbe443abdc2e/model-vers/model-ver/64787bd1-3896-4a88-b7b9-cf7d3f08c24a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7112df43-cbd9-4f1e-b654-cbe443abdc2e/model-vers/model-ver/64787bd1-3896-4a88-b7b9-cf7d3f08c24a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6a9e02e4-a5a4-44a7-8e13-0d39d92393d0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e565b1dd-0ae5-489d-b0c6-14cc940e66d0], X-ECOMP-RequestID=[6a9e02e4-a5a4-44a7-8e13-0d39d92393d0], X-TransactionId=[], X-ONAP-RequestID=[6a9e02e4-a5a4-44a7-8e13-0d39d92393d0], Content-Type=[application/merge-patch+json]}
2022-04-16T06:38:56.394Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7112df43-cbd9-4f1e-b654-cbe443abdc2e/model-vers/model-ver/64787bd1-3896-4a88-b7b9-cf7d3f08c24a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:38:56.888Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7112df43-cbd9-4f1e-b654-cbe443abdc2e/model-vers/model-ver/64787bd1-3896-4a88-b7b9-cf7d3f08c24a?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/7112df43-cbd9-4f1e-b654-cbe443abdc2e/model-vers/model-ver/64787bd1-3896-4a88-b7b9-cf7d3f08c24a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220416-06:38:55:782-8888], vertex-id=[176256], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:38:55 GMT], Content-Type=[application/json]}
2022-04-16T06:38:56.889Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7112df43-cbd9-4f1e-b654-cbe443abdc2e/model-vers/model-ver/64787bd1-3896-4a88-b7b9-cf7d3f08c24a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:38:56.890Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7112df43-cbd9-4f1e-b654-cbe443abdc2e/model-vers/model-ver/64787bd1-3896-4a88-b7b9-cf7d3f08c24a?depth=0|INFO|500||InvokeReturn
2022-04-16T06:38:56.891Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:38:56.891Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:38:56.903Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:38:56.903Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6a9e02e4-a5a4-44a7-8e13-0d39d92393d0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:38:56.904Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:38:56.905Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:56.910Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:56.911Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091136903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:38:57.009Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-16T06:38:57.010Z||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-04-16T06:38:57.010Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:57.047Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:57.048Z||pool-127-thread-1|||||INFO|500||cambria reply ok (39 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-04-16T06:38:57.943Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:38:57.944Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4594722b-653d-4e3a-9bbd-61f38f69f1ee","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8","serviceDescription":"service","serviceInvariantUUID":"ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1f956ecf-7156-475e-8699-d85e1969ebe2","resourceInvariantUUID":"8d49bfd6-70df-4f16-bb42-b603a45f214a","resourceCustomizationUUID":"8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7","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":"ZmFjZjk1MDUxNDljZWE1NDIzMmYwNjNkMjQ1ODllNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a91e9ea8-405f-429c-ba55-30aa5c27aa42","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":"NTg1MWE3ZGRlZjE0MzEyOGEyMWUxYTVhMTFmNTYxNTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"604014b0-d39f-4b2d-9a6f-c73c648c6c8b","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":"20f1ce50-1b27-4a8c-b1b8-a06edae559d3","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":"b76ec96c-3c2b-40e2-b708-060fa8fb3f7a","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":"0617e566-d8f2-4a20-913c-3b350d0187e6","artifactVersion":"2","generatedFromUUID":"20f1ce50-1b27-4a8c-b1b8-a06edae559d3"},{"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":"NDY5YzIxMGM3OGIyMzllNDQ1YjZlMzg1MDEyNGQ4ZDg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"78c9ae0c-8b89-4009-b6ae-097f60edf475","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":"MjQ4YTk5NzM4ODc3ODIxYzU0NDZmYWIyYjkwNjMyYzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bb107c50-52cd-4388-8672-c77e12aab5c8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Y2YxNDE1OWY0MDlmMjE1NzNiN2U4NzhmM2QzYWU4YWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8f7347d-c245-40ad-a3c0-0e27d088a898","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:38:57.945Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:57.946Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:57.949Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:57.950Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:38:58.050Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:38:58.051Z||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-04-16T06:38:58.051Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:58.091Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:58.092Z||pool-128-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:58.952Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:58.957Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:58.961Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:58.962Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:38:59.062Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:38:59.063Z||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-04-16T06:38:59.063Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:38:59.088Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:38:59.089Z||pool-129-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:38:59.963Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:38:59.963Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:38:59.971Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:38:59.972Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:39:00.072Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:39:00.073Z||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-04-16T06:39:00.073Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:00.104Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:00.105Z||pool-130-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:00.979Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:00.979Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:00.984Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:00.985Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:01.085Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:01.087Z||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-04-16T06:39:01.087Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:01.161Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:01.162Z||pool-131-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:39:01.986Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:01.987Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:01.990Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:01.990Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-16T06:39:02.090Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:02.092Z||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-04-16T06:39:02.092Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:02.167Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:02.167Z||pool-132-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:02.991Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:02.992Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:02.996Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:02.996Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:03.095Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:39:03.097Z||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-04-16T06:39:03.097Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:03.116Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:03.117Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:39:03.998Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:04.023Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:04.082Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:04.098Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:04.139Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 19 ms
2022-04-16T06:39:04.141Z||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-04-16T06:39:04.141Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:04.181Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:04.182Z||pool-134-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:05.121Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:05.127Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:05.129Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:05.130Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:39:05.234Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-04-16T06:39:05.251Z||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-04-16T06:39:05.251Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:05.272Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:05.272Z||pool-135-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:39:06.131Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1f956ecf-7156-475e-8699-d85e1969ebe2",
      "resourceInvariantUUID": "8d49bfd6-70df-4f16-bb42-b603a45f214a",
      "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": "NTg1MWE3ZGRlZjE0MzEyOGEyMWUxYTVhMTFmNTYxNTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "604014b0-d39f-4b2d-9a6f-c73c648c6c8b",
          "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": "20f1ce50-1b27-4a8c-b1b8-a06edae559d3",
          "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": "0617e566-d8f2-4a20-913c-3b350d0187e6",
            "generatedFromUUID": "20f1ce50-1b27-4a8c-b1b8-a06edae559d3"
          },
          "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": "0617e566-d8f2-4a20-913c-3b350d0187e6",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "Y2YxNDE1OWY0MDlmMjE1NzNiN2U4NzhmM2QzYWU4YWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8f7347d-c245-40ad-a3c0-0e27d088a898"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:39:06.131Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:39:06.131Z|6a9e02e4-a5a4-44a7-8e13-0d39d92393d0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8 ASDC
2022-04-16T06:39:06.132Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4594722b-653d-4e3a-9bbd-61f38f69f1ee
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8
ServiceInvariantUUID:ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2
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:e8f7347d-c245-40ad-a3c0-0e27d088a898
ArtifactChecksum:Y2YxNDE1OWY0MDlmMjE1NzNiN2U4NzhmM2QzYWU4YWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7
ResourceInvariantUUID:8d49bfd6-70df-4f16-bb42-b603a45f214a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1f956ecf-7156-475e-8699-d85e1969ebe2
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:604014b0-d39f-4b2d-9a6f-c73c648c6c8b
ArtifactChecksum:NTg1MWE3ZGRlZjE0MzEyOGEyMWUxYTVhMTFmNTYxNTk=
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:20f1ce50-1b27-4a8c-b1b8-a06edae559d3
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:0617e566-d8f2-4a20-913c-3b350d0187e6
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:0617e566-d8f2-4a20-913c-3b350d0187e6
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-16T06:39:06.132Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8 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-04-16T06:39:06.209Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:39:06.210Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:39:06.210Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:39:06.210Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e8f7347d-c245-40ad-a3c0-0e27d088a898 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-16T06:39:06.211Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:39:06.211Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-16T06:39:06.383Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:39:06.389Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e8f7347d-c245-40ad-a3c0-0e27d088a898 78813
2022-04-16T06:39:06.389Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-16T06:39:06.389Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-16T06:39:06.390Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:39:06.390Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:06.393Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:06.393Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091146389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:06.493Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:06.496Z||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-04-16T06:39:06.496Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:06.539Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:06.541Z||pool-136-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:07.394Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:39:07.396Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:39:07.396Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e8f7347d-c245-40ad-a3c0-0e27d088a898, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:07.397Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-16T06:39:07.397Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:07.398Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:07.734Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9902481697537604040/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-04-16T06:39:09.619Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:39:09.620Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:39:09.620Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.620Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-16T06:39:09.620Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.620Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.620Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.621Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.621Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.621Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.621Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.621Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.621Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-16T06:39:09.621Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:39:09.622Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.622Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:09.622Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-16T06:39:09.623Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:39:09.623Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:39:09.623Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.624Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:09.624Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-16T06:39:09.624Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:39:09.624Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:39:09.625Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.625Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:09.625Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.625Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-16T06:39:09.626Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-16T06:39:09.626Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-16T06:39:09.626Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-16T06:39:09.626Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-16T06:39:09.626Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-16T06:39:09.627Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.627Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:39:09.627Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.627Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-16T06:39:09.628Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:39:09.628Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.628Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-16T06:39:09.628Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:39:09.629Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.629Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-16T06:39:09.629Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:39:09.629Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.629Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-16T06:39:09.630Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-16T06:39:09.630Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-16T06:39:09.630Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4bce0781-3366-4568-820c-b9cd26d3a5bc
2022-04-16T06:39:09.630Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.631Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:09.631Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.631Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:09.631Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.631Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:09.632Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:09.632Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:09.632Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8
Model Version:NULL
Model InvariantUuid:ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:6385e3c8-c601-441a-812b-a6147dd64233
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8d49bfd6-70df-4f16-bb42-b603a45f214a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:87ed15ab-30fb-48ed-8bce-214d71b94da4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:d18bafd1-714c-4e75-a968-2187c10ac742
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4bce0781-3366-4568-820c-b9cd26d3a5bc
ModelInvariantUuid:eb7e5bf8-bf25-4023-b4a5-ad052a2190da
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:bb6dbb54-aea6-411d-968b-41eed54a49f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:9f509a99-4dd1-4f9f-a5ce-08fcc119c970
ModelInvariantUuid:42d0ee2f-fd27-4d67-87e1-a237d555eb47
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:8926ed0f-490d-4ca2-912a-608365bbe7af
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-04-16T06:39:09.645Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1f956ecf-7156-475e-8699-d85e1969ebe2
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-04-16T06:39:09.650Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-04-16T06:39:09.651Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1f956ecf-7156-475e-8699-d85e1969ebe2
2022-04-16T06:39:09.651Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 604014b0-d39f-4b2d-9a6f-c73c648c6c8b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-16T06:39:09.652Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:39:09.652Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-16T06:39:09.896Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:39:09.897Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 604014b0-d39f-4b2d-9a6f-c73c648c6c8b 792
2022-04-16T06:39:09.898Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-16T06:39:09.898Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-16T06:39:09.898Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:39:09.899Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:09.902Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:09.902Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091149898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:10.002Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:39:10.003Z||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-04-16T06:39:10.004Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:10.030Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:10.031Z||pool-137-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:10.903Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "87ed15ab-30fb-48ed-8bce-214d71b94da4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d18bafd1-714c-4e75-a968-2187c10ac742",
    "vfModuleModelCustomizationUUID": "8cd042bd-ca25-4a7a-b212-d1d07d0def63",
    "isBase": true,
    "artifacts": [
      "20f1ce50-1b27-4a8c-b1b8-a06edae559d3",
      "0617e566-d8f2-4a20-913c-3b350d0187e6"
    ],
    "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-04-16T06:39:10.909Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d18bafd1-714c-4e75-a968-2187c10ac742
VfModuleModelInvariantUUID:87ed15ab-30fb-48ed-8bce-214d71b94da4
VfModuleModelDescription:NULL
Artifacts UUID List:{
20f1ce50-1b27-4a8c-b1b8-a06edae559d3
,
0617e566-d8f2-4a20-913c-3b350d0187e6

}
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-04-16T06:39:10.913Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "87ed15ab-30fb-48ed-8bce-214d71b94da4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d18bafd1-714c-4e75-a968-2187c10ac742",
    "vfModuleModelCustomizationUUID": "8cd042bd-ca25-4a7a-b212-d1d07d0def63",
    "isBase": true,
    "artifacts": [
      "20f1ce50-1b27-4a8c-b1b8-a06edae559d3",
      "0617e566-d8f2-4a20-913c-3b350d0187e6"
    ],
    "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-04-16T06:39:10.914Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d18bafd1-714c-4e75-a968-2187c10ac742
VfModuleModelInvariantUUID:87ed15ab-30fb-48ed-8bce-214d71b94da4
VfModuleModelDescription:NULL
Artifacts UUID List:{
20f1ce50-1b27-4a8c-b1b8-a06edae559d3
,
0617e566-d8f2-4a20-913c-3b350d0187e6

}
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-04-16T06:39:10.915Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 20f1ce50-1b27-4a8c-b1b8-a06edae559d3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-16T06:39:10.915Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:39:10.915Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-16T06:39:11.291Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:39:11.292Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 20f1ce50-1b27-4a8c-b1b8-a06edae559d3 5033
2022-04-16T06:39:11.292Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-16T06:39:11.292Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-16T06:39:11.293Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:39:11.293Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:11.295Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:11.295Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091151292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:11.396Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:39:11.397Z||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-04-16T06:39:11.397Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:11.448Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:11.449Z||pool-138-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:12.296Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0617e566-d8f2-4a20-913c-3b350d0187e6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-16T06:39:12.297Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:39:12.297Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-16T06:39:12.708Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:39:12.709Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0617e566-d8f2-4a20-913c-3b350d0187e6 903
2022-04-16T06:39:12.710Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-16T06:39:12.710Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-16T06:39:12.710Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:39:12.711Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:12.714Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:12.714Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091152710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:12.814Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:12.815Z||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-04-16T06:39:12.815Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:12.840Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:12.840Z||pool-139-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:39:13.715Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8
2022-04-16T06:39:13.715Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1f956ecf-7156-475e-8699-d85e1969ebe2 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-04-16T06:39:13.733Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7f372a16, org.onap.sdc.toscaparser.api.parameters.Input@3d278540, org.onap.sdc.toscaparser.api.parameters.Input@3d6b3c1b, org.onap.sdc.toscaparser.api.parameters.Input@1db98ed8, org.onap.sdc.toscaparser.api.parameters.Input@5b1860e3]
2022-04-16T06:39:13.739Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.739Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:13.740Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-04-16T06:39:13.740Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7
2022-04-16T06:39:13.740Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7 matches Tosca VF Customization UUID: 8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7
2022-04-16T06:39:13.740Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7  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-04-16T06:39:13.754Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.755Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:13.756Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7: {\"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-04-16T06:39:13.756Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6fe501b1
2022-04-16T06:39:13.757Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.757Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-16T06:39:13.757Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8cd042bd-ca25-4a7a-b212-d1d07d0def63
2022-04-16T06:39:13.757Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8cd042bd-ca25-4a7a-b212-d1d07d0def63
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-04-16T06:39:13.762Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.762Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-16T06:39:13.763Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:39:13.763Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.763Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-16T06:39:13.764Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:39:13.764Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.764Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-16T06:39:13.764Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-16T06:39:13.765Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-16T06:39:13.765Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4bce0781-3366-4568-820c-b9cd26d3a5bc
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-04-16T06:39:13.770Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.770Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-16T06:39:13.771Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-16T06:39:13.771Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.771Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-16T06:39:13.771Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8cfa5e4a-5d9c-45cd-8519-0e4cd44d26a7
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-04-16T06:39:13.775Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.776Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:13.776Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8: basic_vm_macro
2022-04-16T06:39:13.776Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.776Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:13.776Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.777Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:13.777Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.777Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:13.778Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.778Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:13.782Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:39:13.783Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:39:13.783Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-16T06:39:13.952Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1f956ecf-7156-475e-8699-d85e1969ebe2 1 ASDC deployResourceStructure
2022-04-16T06:39:13.952Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-04-16T06:39:13.952Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-16T06:39:13.952Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:39:13.953Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:13.956Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:13.957Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091153952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:39:14.059Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:39:14.060Z||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-04-16T06:39:14.061Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:14.081Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:14.082Z||pool-140-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:14.958Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-04-16T06:39:14.958Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-16T06:39:14.959Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:39:14.959Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:14.961Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:14.961Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091154958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:39:15.062Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:15.063Z||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-04-16T06:39:15.063Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:15.083Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:15.083Z||pool-141-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:39:15.963Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-04-16T06:39:15.963Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-16T06:39:15.964Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:39:15.964Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:15.966Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:15.966Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091155962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:39:16.066Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:16.068Z||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-04-16T06:39:16.068Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:16.094Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:16.095Z||pool-142-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:16.967Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-16T06:39:16.968Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-16T06:39:16.968Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:39:16.968Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:16.971Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:16.971Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091156967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:39:17.071Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:17.072Z||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-04-16T06:39:17.072Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:17.090Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:17.091Z||pool-143-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:39:17.972Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4594722b-653d-4e3a-9bbd-61f38f69f1ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:39:17.998Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4594722b-653d-4e3a-9bbd-61f38f69f1ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:39:18.005Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:39:18.005Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:39:18.005Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:39:18.005Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:39:18.005Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:39:18.005Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:39:18.005Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:39:18.005Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:39:18.006Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:39:18.006Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:39:18.006Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:39:18.017Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:39:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:39:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:39:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:21.873Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:21.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aabb2621-36de-4d9d-bb5b-dd6604d733f3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091015145,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:39:21.875Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:21.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:39:21.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-16T06:39:21.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:39:21.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-16T06:39:21.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:39:21.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:39:21.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:39:21.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650090801845,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091025466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091029274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091030505,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091032278,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091033783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091035295,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091036519,
  "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-04-16T06:39:21.880Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.880Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091037525,
  "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-04-16T06:39:21.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091038532,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091039537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091040542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:39:21.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091041548,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:39:21.882Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:39:48.018Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4594722b-653d-4e3a-9bbd-61f38f69f1ee 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-04-16T06:39:48.248Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4594722b-653d-4e3a-9bbd-61f38f69f1ee and serviceModelVersionId: 3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8
2022-04-16T06:39:48.248Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2
2022-04-16T06:39:48.249Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2/model-vers/model-ver/3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8?depth=0
2022-04-16T06:39:48.254Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:39:48.304Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2/model-vers/model-ver/3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8?depth=0|INFO|500||Invoke
2022-04-16T06:39:48.305Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2/model-vers/model-ver/3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2/model-vers/model-ver/3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4594722b-653d-4e3a-9bbd-61f38f69f1ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[30c20f67-3aff-42e5-bb52-4e003cd16e7c], X-ECOMP-RequestID=[4594722b-653d-4e3a-9bbd-61f38f69f1ee], X-TransactionId=[], X-ONAP-RequestID=[4594722b-653d-4e3a-9bbd-61f38f69f1ee], Content-Type=[application/merge-patch+json]}
2022-04-16T06:39:48.333Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2/model-vers/model-ver/3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:39:48.527Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2/model-vers/model-ver/3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8?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/ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2/model-vers/model-ver/3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220416-06:39:47:724-10681], vertex-id=[233656], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:39:47 GMT], Content-Type=[application/json]}
2022-04-16T06:39:48.527Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2/model-vers/model-ver/3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:39:48.528Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ec68c0e1-cbd8-4933-a5a5-62cc7c7251c2/model-vers/model-ver/3e7f8daf-3a3a-4fc9-aaf6-ca452d1ac1e8?depth=0|INFO|500||InvokeReturn
2022-04-16T06:39:48.528Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:39:48.530Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:39:48.537Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:39:48.538Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4594722b-653d-4e3a-9bbd-61f38f69f1ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:39:48.538Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:39:48.539Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:48.541Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:48.542Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091188538,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:39:48.642Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:48.643Z||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-04-16T06:39:48.643Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:48.666Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:48.667Z||pool-144-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-16T06:39:49.572Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:39:49.572Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"167dfc4a-ae8e-441f-858c-b441282e07ee","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0912c69f-0e1c-4ac5-bf25-451c8ae25254","serviceDescription":"service","serviceInvariantUUID":"13c921ec-1c54-4cef-94bd-0b214bdcfb47","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1886244d-1914-4681-b697-20f16f893ace","resourceInvariantUUID":"97c8bcff-7c0e-4e7b-8be2-3dcd398a8fc8","resourceCustomizationUUID":"789c0030-bccd-4aff-987e-85d78a0a1773","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":"ZDI3NWNjNjljYzA1MDdhNzc1ODI5ZjhlZTc2OGE0Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5b3f841-027c-466b-a6fb-095a0e2afcad","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":"e04f99f1-e60e-4ae3-94f9-a83acb405d4e","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":"d62660bb-755f-44b3-b299-f588bdd87342","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":"YWY2M2RhZWUxMDJmM2IwNjY1NjEzMjJiYWZiYTBkNTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"211f70e5-9c99-41d3-a52b-c63d3b05bc0e","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":"4c8c14ec-9157-4d00-8ab8-8579b8f0689c","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":"4854baa8-84dc-444a-b46d-3c8b3018148d","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":"f091784b-03e4-449a-a05f-eb7f088f48ab","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":"MzBiNDUzOTM4MzIwZTE5NDRhODM0Y2NjZDM3YTVkMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6556ac51-8af3-468f-ad8d-2f9edc94bc38","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NWM5ZGQzZmJiMmFlMjk0MjY3ZmEyMDZmMzczZmRhZTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"700ec10d-1dd9-4b16-8f98-a21faff0cd87","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:39:49.573Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:49.573Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:49.577Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:49.578Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:49.677Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-16T06:39:49.678Z||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-04-16T06:39:49.678Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:49.695Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:49.696Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:50.579Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:50.581Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:50.583Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:50.584Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:50.685Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:50.686Z||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-04-16T06:39:50.686Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:50.712Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:50.712Z||pool-146-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:39:51.585Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:51.585Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:51.588Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:51.589Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:51.689Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:39:51.690Z||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-04-16T06:39:51.690Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:51.712Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:51.713Z||pool-147-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:52.589Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:52.591Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:52.593Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:52.593Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:52.693Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:52.694Z||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-04-16T06:39:52.694Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:52.771Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:52.772Z||pool-148-thread-1|||||INFO|500||cambria reply ok (79 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:53.594Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:53.595Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:53.597Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:53.597Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:53.698Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:39:53.699Z||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-04-16T06:39:53.699Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:53.744Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:53.746Z||pool-149-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:54.598Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:54.599Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:54.602Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:54.602Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:54.702Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:54.703Z||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-04-16T06:39:54.704Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:54.736Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:54.737Z||pool-150-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:55.604Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:55.605Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:55.607Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:55.608Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:55.710Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-16T06:39:55.711Z||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-04-16T06:39:55.711Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:55.796Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:55.797Z||pool-151-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:39:56.609Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:56.610Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:56.614Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:56.615Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:39:56.714Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:39:56.716Z||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-04-16T06:39:56.716Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:56.745Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:56.746Z||pool-152-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:57.616Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:39:57.616Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:57.619Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:57.619Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:39:57.719Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:57.720Z||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-04-16T06:39:57.720Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:57.750Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:57.752Z||pool-153-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:39:58.620Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0912c69f-0e1c-4ac5-bf25-451c8ae25254",
  "serviceDescription": "service",
  "serviceInvariantUUID": "13c921ec-1c54-4cef-94bd-0b214bdcfb47",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "789c0030-bccd-4aff-987e-85d78a0a1773",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1886244d-1914-4681-b697-20f16f893ace",
      "resourceInvariantUUID": "97c8bcff-7c0e-4e7b-8be2-3dcd398a8fc8",
      "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": "NWM5ZGQzZmJiMmFlMjk0MjY3ZmEyMDZmMzczZmRhZTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "700ec10d-1dd9-4b16-8f98-a21faff0cd87"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:39:58.620Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:39:58.620Z|4594722b-653d-4e3a-9bbd-61f38f69f1ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0912c69f-0e1c-4ac5-bf25-451c8ae25254 ASDC
2022-04-16T06:39:58.621Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:167dfc4a-ae8e-441f-858c-b441282e07ee
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:0912c69f-0e1c-4ac5-bf25-451c8ae25254
ServiceInvariantUUID:13c921ec-1c54-4cef-94bd-0b214bdcfb47
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:700ec10d-1dd9-4b16-8f98-a21faff0cd87
ArtifactChecksum:NWM5ZGQzZmJiMmFlMjk0MjY3ZmEyMDZmMzczZmRhZTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:789c0030-bccd-4aff-987e-85d78a0a1773
ResourceInvariantUUID:97c8bcff-7c0e-4e7b-8be2-3dcd398a8fc8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:1886244d-1914-4681-b697-20f16f893ace
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-16T06:39:58.622Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0912c69f-0e1c-4ac5-bf25-451c8ae25254 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-04-16T06:39:58.665Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:39:58.666Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:39:58.666Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:39:58.666Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 700ec10d-1dd9-4b16-8f98-a21faff0cd87 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-16T06:39:58.667Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:39:58.667Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-16T06:39:59.300Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:39:59.308Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 700ec10d-1dd9-4b16-8f98-a21faff0cd87 105666
2022-04-16T06:39:59.308Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-16T06:39:59.309Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-16T06:39:59.309Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:39:59.309Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:39:59.312Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:39:59.313Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091199308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:39:59.413Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:39:59.414Z||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-04-16T06:39:59.414Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:39:59.440Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:39:59.440Z||pool-154-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:40:00.313Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:40:00.315Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:40:00.315Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 700ec10d-1dd9-4b16-8f98-a21faff0cd87, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:00.316Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-16T06:40:00.316Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:00.317Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:00.493Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18144614788079614400/Definitions/service-TestPnfMacro-template.yml
2022-04-16T06:40:01.496Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:40:01.497Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:40:01.497Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:01.497Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-16T06:40:01.497Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:01.497Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:01.497Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:01.497Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:01.497Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:01.497Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:01.498Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-16T06:40:01.498Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:40:01.498Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:40:01.498Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:40:01.498Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-16T06:40:01.498Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:40:01.498Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:40:01.499Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:40:01.499Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:40:01.499Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-16T06:40:01.499Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:40:01.499Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:40:01.499Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:40:01.499Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:40:01.500Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:40:01.500Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:40:01.500Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:40:01.500Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:40:01.500Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:40:01.500Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:40:01.500Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:40:01.500Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:40:01.500Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:0912c69f-0e1c-4ac5-bf25-451c8ae25254
Model Version:NULL
Model InvariantUuid:13c921ec-1c54-4cef-94bd-0b214bdcfb47
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-04-16T06:40:01.512Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1886244d-1914-4681-b697-20f16f893ace
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-04-16T06:40:01.525Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-04-16T06:40:01.526Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1886244d-1914-4681-b697-20f16f893ace
2022-04-16T06:40:01.526Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 0912c69f-0e1c-4ac5-bf25-451c8ae25254
2022-04-16T06:40:01.526Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0912c69f-0e1c-4ac5-bf25-451c8ae25254
2022-04-16T06:40:01.526Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1886244d-1914-4681-b697-20f16f893ace 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-04-16T06:40:01.535Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e36efef, org.onap.sdc.toscaparser.api.parameters.Input@7db95cd5, org.onap.sdc.toscaparser.api.parameters.Input@394a0a88, org.onap.sdc.toscaparser.api.parameters.Input@202568c9, org.onap.sdc.toscaparser.api.parameters.Input@29e5a2b5]
2022-04-16T06:40:01.536Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:40:01.536Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:40:01.537Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0912c69f-0e1c-4ac5-bf25-451c8ae25254: test-pnf
2022-04-16T06:40:01.537Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||Processing PNF resource: 1886244d-1914-4681-b697-20f16f893ace
2022-04-16T06:40:01.537Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:40:01.537Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:40:01.537Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||Resource customization UUID: 789c0030-bccd-4aff-987e-85d78a0a1773 is the same as notified resource customizationUUID: 789c0030-bccd-4aff-987e-85d78a0a1773
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-04-16T06:40:01.590Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1886244d-1914-4681-b697-20f16f893ace 0 ASDC deployResourceStructure
2022-04-16T06:40:01.591Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-16T06:40:01.591Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-16T06:40:01.591Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:40:01.591Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:40:01.593Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:40:01.593Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091201591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:40:01.694Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:40:01.695Z||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-04-16T06:40:01.695Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:40:01.715Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:40:01.716Z||pool-155-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:40:02.594Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 167dfc4a-ae8e-441f-858c-b441282e07ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:40:02.613Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 167dfc4a-ae8e-441f-858c-b441282e07ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:40:02.619Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:40:02.619Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:40:02.619Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:40:02.619Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:40:02.620Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:40:02.620Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:40:02.620Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:40:02.620Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:40:02.620Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:40:02.620Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:40:02.620Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:40:02.620Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:40:02.630Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:40:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:40:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:40:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:40:21.905Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:40:21.906Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.906Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b420a10f-9419-42e3-843e-8619b698035a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091073224,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:40:21.907Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:40:21.907Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.907Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:40:21.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:40:21.908Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-16T06:40:21.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:40:21.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:40:21.910Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.910Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.910Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:40:21.911Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:40:21.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091089816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:40:21.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:40:21.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091093280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:40:21.911Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:40:21.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091094890,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091096190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091097488,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091098796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:40:21.912Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:40:21.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091100163,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:40:21.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:40:21.913Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-16T06:40:21.913Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091101185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:40:21.913Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:40:32.630Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 167dfc4a-ae8e-441f-858c-b441282e07ee 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-04-16T06:40:32.640Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 167dfc4a-ae8e-441f-858c-b441282e07ee and serviceModelVersionId: 0912c69f-0e1c-4ac5-bf25-451c8ae25254
2022-04-16T06:40:32.640Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13c921ec-1c54-4cef-94bd-0b214bdcfb47
2022-04-16T06:40:32.641Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13c921ec-1c54-4cef-94bd-0b214bdcfb47/model-vers/model-ver/0912c69f-0e1c-4ac5-bf25-451c8ae25254?depth=0
2022-04-16T06:40:32.647Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:40:32.710Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13c921ec-1c54-4cef-94bd-0b214bdcfb47/model-vers/model-ver/0912c69f-0e1c-4ac5-bf25-451c8ae25254?depth=0|INFO|500||Invoke
2022-04-16T06:40:32.711Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13c921ec-1c54-4cef-94bd-0b214bdcfb47/model-vers/model-ver/0912c69f-0e1c-4ac5-bf25-451c8ae25254?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13c921ec-1c54-4cef-94bd-0b214bdcfb47/model-vers/model-ver/0912c69f-0e1c-4ac5-bf25-451c8ae25254?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[167dfc4a-ae8e-441f-858c-b441282e07ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5bf85fec-cbfa-4de2-ade6-17fb87e73c67], X-ECOMP-RequestID=[167dfc4a-ae8e-441f-858c-b441282e07ee], X-TransactionId=[], X-ONAP-RequestID=[167dfc4a-ae8e-441f-858c-b441282e07ee], Content-Type=[application/merge-patch+json]}
2022-04-16T06:40:32.734Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13c921ec-1c54-4cef-94bd-0b214bdcfb47/model-vers/model-ver/0912c69f-0e1c-4ac5-bf25-451c8ae25254?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:40:33.088Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13c921ec-1c54-4cef-94bd-0b214bdcfb47/model-vers/model-ver/0912c69f-0e1c-4ac5-bf25-451c8ae25254?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/13c921ec-1c54-4cef-94bd-0b214bdcfb47/model-vers/model-ver/0912c69f-0e1c-4ac5-bf25-451c8ae25254?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220416-06:40:32:124-47711], vertex-id=[323616], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:40:32 GMT], Content-Type=[application/json]}
2022-04-16T06:40:33.088Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13c921ec-1c54-4cef-94bd-0b214bdcfb47/model-vers/model-ver/0912c69f-0e1c-4ac5-bf25-451c8ae25254?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:40:33.089Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13c921ec-1c54-4cef-94bd-0b214bdcfb47/model-vers/model-ver/0912c69f-0e1c-4ac5-bf25-451c8ae25254?depth=0|INFO|500||InvokeReturn
2022-04-16T06:40:33.089Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:40:33.089Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:40:33.097Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:40:33.097Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 167dfc4a-ae8e-441f-858c-b441282e07ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:40:33.097Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:40:33.097Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:40:33.100Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:40:33.100Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091233097,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:40:33.201Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:40:33.202Z||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-04-16T06:40:33.202Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:40:33.238Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:40:33.239Z||pool-156-thread-1|||||INFO|500||cambria reply ok (37 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-04-16T06:40:34.134Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:40:34.135Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:40:34.135Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:40:44.466Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:40:44.467Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:40:44.467Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:40:44.467Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:40:54.088Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:40:54.088Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:40:54.089Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:40:54.089Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:41:03.683Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:41:03.684Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:41:03.684Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:41:03.684Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:41:13.270Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:41:13.271Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:41:13.271Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:41:13.271Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:41:21.846Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:41:21.847Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-04-16T06:41:21.847Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:41:21.913Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:41:21.914Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.914Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091102190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-16T06:41:21.916Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.916Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.916Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091103198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:41:21.916Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.917Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.917Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091104203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-16T06:41:21.917Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.918Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.918Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091105209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:41:21.918Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.918Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.919Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6a9e02e4-a5a4-44a7-8e13-0d39d92393d0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091136903,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:41:21.919Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.919Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.920Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:41:21.920Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:41:21.920Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.921Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-16T06:41:21.921Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:41:21.921Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.921Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:41:21.922Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:41:21.922Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.922Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:41:21.923Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:41:21.923Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.923Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-16T06:41:21.923Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:41:21.923Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.923Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091146389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.924Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091149898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:41:21.925Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.925Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.925Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091151292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:41:21.925Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.925Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.926Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091152710,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:41:21.926Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.926Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.927Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091153952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-16T06:41:21.927Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.927Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.927Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091154958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:41:21.928Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.928Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.928Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091155962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-16T06:41:21.928Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:21.928Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:41:21.928Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091156967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:41:21.929Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:41:22.859Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:41:22.860Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:41:22.861Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:41:22.861Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:41:32.469Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:41:32.470Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:41:32.471Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:41:32.471Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:41:42.054Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:42:21.841Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:42:21.842Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:42:21.842Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:42:21.846Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:42:21.846Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-04-16T06:42:21.846Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:42:21.873Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:42:21.874Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.874Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4594722b-653d-4e3a-9bbd-61f38f69f1ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091188538,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:42:21.875Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:42:21.875Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.875Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:42:21.876Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:42:21.876Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.876Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:42:21.876Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:42:21.876Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.876Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:42:21.877Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:42:21.877Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.877Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:42:21.877Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:42:21.877Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.877Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:42:21.878Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:42:21.878Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.878Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:42:21.878Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:42:21.878Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.878Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:42:21.879Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:42:21.879Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.879Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:42:21.879Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:42:21.879Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.879Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091074249,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:42:21.879Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:42:21.880Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.880Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091199308,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:42:21.880Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:42:21.880Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:42:21.880Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091201591,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:42:21.880Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:42:31.465Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:43:21.841Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:43:21.842Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:43:21.842Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:43:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:43:21.847Z||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-04-16T06:43:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:43:22.386Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:43:22.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:43:22.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "167dfc4a-ae8e-441f-858c-b441282e07ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091233097,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:43:22.388Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:43:31.477Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:21.841Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:44:21.842Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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-04-16T06:44:21.842Z|167dfc4a-ae8e-441f-858c-b441282e07ee|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:44:21.846Z||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-04-16T06:44:21.846Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:22.021Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:22.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091450773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091452824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091448582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091457066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091452824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091450773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091448582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091457066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091452824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091450773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091448582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091457066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091452824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091450773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091448582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:44:22.523Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:22.524Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-16T06:44:22.524Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d24f9dfe-c81a-4588-b46a-53a4de8f2a93","serviceName":"Demo_pNF_FWY0P9TFiVV1cE9qBQhb","serviceVersion":"1.0","serviceUUID":"e936cd0f-1cb5-4c69-b2d6-0fde21a5412b","serviceDescription":"catalog service description","serviceInvariantUUID":"3d36445a-3706-4c47-a170-c8af1840d19a","resources":[{"resourceInstanceName":"pNF 7f61d118-b153 0","resourceName":"pNF 7f61d118-b153","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ad102ebb-4487-4e40-a912-b2e17dd6d5bf","resourceInvariantUUID":"b27dac95-f2ea-4fdc-b9c3-40f257552c6b","resourceCustomizationUUID":"43326302-3bf1-41b4-9ee7-334273cfa08f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml","artifactChecksum":"NmQ1NjNhNWU0OWQ0NTEwNGFjNzQ2Y2Y3NmYwYjcxMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c323e8e6-651f-4a9d-b924-baea25da15bb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar","artifactChecksum":"Y2U0ZTY4OGZkNDM0MzQ0YTQzMzdlZjcxMjk1YmJlZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3db62458-e593-43b4-ad20-db63c3612251","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f30173e6-966c-4868-8fb9-86defd30b074","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml","artifactChecksum":"MTU5MDczYzE2NTY5NTVmM2I3ODlhMDRjNDNiOTFjZjI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1d00141b-5cc1-4d81-9fb4-c36650725c9d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"98c81232-64a0-4c66-b944-fd5ae9eff1e8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a8271557-0d59-493c-b436-611697b10d75","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml","artifactChecksum":"OGY5ZGNlMzkyZmE2YjRhNTkyOTc5Yjk0M2RkNzAwYTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0d933871-9c23-46ce-9a33-a66448385894","artifactVersion":"1"},{"artifactName":"service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar","artifactChecksum":"NDg2ZjMyMWFiZjZjN2YzNmVkYjI5ODBlZmFmOWRmY2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0951e71-9214-4612-8b28-237503c70c1c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:44:22.526Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:44:22.526Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:22.528Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:22.528Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:22.629Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:44:22.630Z||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-04-16T06:44:22.630Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:22.670Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:22.671Z||pool-157-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:44:23.529Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:44:23.530Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:23.533Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:23.533Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:23.634Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:44:23.635Z||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-04-16T06:44:23.635Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:23.656Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:23.657Z||pool-158-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:44:24.534Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:44:24.535Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:24.538Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:24.538Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:24.638Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:44:24.639Z||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-04-16T06:44:24.640Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:24.684Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:24.685Z||pool-159-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:44:25.539Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:44:25.540Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:25.544Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:25.544Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:25.644Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:44:25.644Z||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-04-16T06:44:25.645Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:25.693Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:25.694Z||pool-160-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:44:26.545Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:44:26.545Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:26.548Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:26.548Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:26.648Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:44:26.650Z||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-04-16T06:44:26.650Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:26.674Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:26.675Z||pool-161-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:44:27.549Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:44:27.550Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:27.553Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:27.553Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:27.653Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:44:27.654Z||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-04-16T06:44:27.654Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:27.709Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:27.710Z||pool-162-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:44:28.554Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:44:28.554Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:28.557Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:28.557Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:44:28.657Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:44:28.658Z||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-04-16T06:44:28.659Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:28.720Z||pool-163-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:28.720Z||pool-163-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:44:29.558Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:44:29.559Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:29.562Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:29.562Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:44:29.662Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:44:29.663Z||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-04-16T06:44:29.663Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:29.689Z||pool-164-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:29.690Z||pool-164-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:44:30.563Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "serviceName": "Demo_pNF_FWY0P9TFiVV1cE9qBQhb",
  "serviceVersion": "1.0",
  "serviceUUID": "e936cd0f-1cb5-4c69-b2d6-0fde21a5412b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3d36445a-3706-4c47-a170-c8af1840d19a",
  "resources": [
    {
      "resourceInstanceName": "pNF 7f61d118-b153 0",
      "resourceCustomizationUUID": "43326302-3bf1-41b4-9ee7-334273cfa08f",
      "resourceName": "pNF 7f61d118-b153",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ad102ebb-4487-4e40-a912-b2e17dd6d5bf",
      "resourceInvariantUUID": "b27dac95-f2ea-4fdc-b9c3-40f257552c6b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
      "artifactChecksum": "NDg2ZjMyMWFiZjZjN2YzNmVkYjI5ODBlZmFmOWRmY2Q\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d0951e71-9214-4612-8b28-237503c70c1c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:44:30.564Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:44:30.564Z|167dfc4a-ae8e-441f-858c-b441282e07ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e936cd0f-1cb5-4c69-b2d6-0fde21a5412b ASDC
2022-04-16T06:44:30.564Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d24f9dfe-c81a-4588-b46a-53a4de8f2a93
ServiceName:Demo_pNF_FWY0P9TFiVV1cE9qBQhb
ServiceVersion:1.0
ServiceUUID:e936cd0f-1cb5-4c69-b2d6-0fde21a5412b
ServiceInvariantUUID:3d36445a-3706-4c47-a170-c8af1840d19a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
ArtifactUUID:d0951e71-9214-4612-8b28-237503c70c1c
ArtifactChecksum:NDg2ZjMyMWFiZjZjN2YzNmVkYjI5ODBlZmFmOWRmY2Q=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 7f61d118-b153 0
ResourceCustomizationUUID:43326302-3bf1-41b4-9ee7-334273cfa08f
ResourceInvariantUUID:b27dac95-f2ea-4fdc-b9c3-40f257552c6b
ResourceName:pNF 7f61d118-b153
ResourceType:PNF
ResourceUUID:ad102ebb-4487-4e40-a912-b2e17dd6d5bf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-16T06:44:30.565Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e936cd0f-1cb5-4c69-b2d6-0fde21a5412b 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-04-16T06:44:30.605Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:44:30.606Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:44:30.606Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:44:30.606Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d0951e71-9214-4612-8b28-237503c70c1c from URL: /sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:30.606Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-04-16T06:44:30.607Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:30.820Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-04-16T06:44:30.826Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar d0951e71-9214-4612-8b28-237503c70c1c 82661
2022-04-16T06:44:30.827Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar ASDC sendASDCNotification
2022-04-16T06:44:30.827Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:30.827Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:44:30.827Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:30.829Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:30.830Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091470827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:44:30.930Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:44:30.931Z||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-04-16T06:44:30.931Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:30.949Z||pool-165-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:30.950Z||pool-165-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:44:31.830Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:44:31.832Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-04-16T06:44:31.832Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d0951e71-9214-4612-8b28-237503c70c1c, URL: /sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar to file: /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:31.832Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:31.833Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:31.833Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:31.966Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13978100880160619001/Definitions/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml
2022-04-16T06:44:33.020Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:44:33.020Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:44:33.021Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:33.021Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-16T06:44:33.021Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:33.021Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:33.021Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:33.021Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:33.021Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:33.021Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 7f61d118-b153 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-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:33.022Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:33.022Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-04-16T06:44:33.022Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:44:33.022Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_FWY0P9TFiVV1cE9qBQhb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:44:33.022Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Node template pNF 7f61d118-b153 0 is matching search criteria
2022-04-16T06:44:33.022Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:44:33.023Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7f61d118-b153 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:44:33.023Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:44:33.023Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_FWY0P9TFiVV1cE9qBQhb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:44:33.023Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Node template pNF 7f61d118-b153 0 is matching search criteria
2022-04-16T06:44:33.023Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-04-16T06:44:33.023Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 7f61d118-b153 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:44:33.023Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:44:33.024Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_FWY0P9TFiVV1cE9qBQhb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:44:33.024Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:44:33.024Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_FWY0P9TFiVV1cE9qBQhb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:44:33.024Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:44:33.024Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_FWY0P9TFiVV1cE9qBQhb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:44:33.024Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:44:33.024Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_FWY0P9TFiVV1cE9qBQhb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:44:33.025Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:44:33.025Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_FWY0P9TFiVV1cE9qBQhb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:44:33.025Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_FWY0P9TFiVV1cE9qBQhb
Description:catalog service description
Model UUID:e936cd0f-1cb5-4c69-b2d6-0fde21a5412b
Model Version:NULL
Model InvariantUuid:3d36445a-3706-4c47-a170-c8af1840d19a
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-04-16T06:44:33.043Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: ad102ebb-4487-4e40-a912-b2e17dd6d5bf
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-04-16T06:44:33.049Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||pNF 7f61d118-b153 0
2022-04-16T06:44:33.049Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ad102ebb-4487-4e40-a912-b2e17dd6d5bf
2022-04-16T06:44:33.049Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||No resources found for Service: e936cd0f-1cb5-4c69-b2d6-0fde21a5412b
2022-04-16T06:44:33.049Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e936cd0f-1cb5-4c69-b2d6-0fde21a5412b
2022-04-16T06:44:33.050Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 7f61d118-b153 0 ad102ebb-4487-4e40-a912-b2e17dd6d5bf 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-04-16T06:44:33.062Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7a027661, org.onap.sdc.toscaparser.api.parameters.Input@5d532b9b, org.onap.sdc.toscaparser.api.parameters.Input@7d92a984, org.onap.sdc.toscaparser.api.parameters.Input@69cf563, org.onap.sdc.toscaparser.api.parameters.Input@6f442aaf]
2022-04-16T06:44:33.063Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:44:33.063Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_FWY0P9TFiVV1cE9qBQhb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:44:33.063Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e936cd0f-1cb5-4c69-b2d6-0fde21a5412b: pNF 7f61d118-b153
2022-04-16T06:44:33.064Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||Processing PNF resource: ad102ebb-4487-4e40-a912-b2e17dd6d5bf
2022-04-16T06:44:33.064Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:44:33.064Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_FWY0P9TFiVV1cE9qBQhb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:44:33.064Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||Resource customization UUID: 43326302-3bf1-41b4-9ee7-334273cfa08f is the same as notified resource customizationUUID: 43326302-3bf1-41b4-9ee7-334273cfa08f
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-04-16T06:44:33.121Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 7f61d118-b153 ad102ebb-4487-4e40-a912-b2e17dd6d5bf 0 ASDC deployResourceStructure
2022-04-16T06:44:33.122Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar ASDC sendASDCNotification
2022-04-16T06:44:33.122Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar
2022-04-16T06:44:33.126Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:44:33.127Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:44:33.129Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:44:33.129Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091473122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:44:33.229Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:44:33.230Z||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-04-16T06:44:33.231Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:44:33.251Z||pool-166-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:44:33.252Z||pool-166-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:44:34.130Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:44:34.167Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:44:34.176Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:44:34.177Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:44:34.177Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:45:04.177Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:45:04.215Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:45:04.231Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:45:04.231Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:45:04.232Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:45:21.850Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:45:21.851Z||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-04-16T06:45:21.851Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:45:21.970Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:45:21.979Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:45:21.994Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091457066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:45:22.007Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:45:34.232Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:45:34.257Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:45:34.260Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:45:34.260Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:45:34.260Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:46:04.261Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:46:04.289Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:46:04.292Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:46:04.293Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:46:04.293Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:46:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:46:21.847Z||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-04-16T06:46:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:46:22.384Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:46:22.386Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.386Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.387Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.387Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091452824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.387Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091448582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.388Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.388Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091450773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.389Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091457066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.390Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091450773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091448582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:46:22.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091452824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.392Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091457066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.393Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.394Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091452824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.394Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.394Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091450773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.395Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.395Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.395Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091448582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.396Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.396Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.396Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091457066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.397Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.397Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.397Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091452824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:46:22.398Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.398Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.398Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091451433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:46:22.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091450773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:46:22.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.399Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.399Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091448582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.399Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091457066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:46:22.400Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.400Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.400Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.401Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.401Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091466759,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:46:22.401Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091466015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:46:22.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091466012,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:46:22.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091466790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:46:22.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091466519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.404Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.404Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.404Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "cds",
  "timestamp": 1650091467023,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-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-04-16T06:46:22.423Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d24f9dfe-c81a-4588-b46a-53a4de8f2a93
2022-04-16T06:46:22.424Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d24f9dfe-c81a-4588-b46a-53a4de8f2a93 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-04-16T06:46:22.444Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.444Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091467807,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:46:22.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091467797,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:46:22.445Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.445Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.445Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091466519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.446Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.446Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091466902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.446Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091468812,
  "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-04-16T06:46:22.460Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d24f9dfe-c81a-4588-b46a-53a4de8f2a93
2022-04-16T06:46:22.460Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d24f9dfe-c81a-4588-b46a-53a4de8f2a93 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-04-16T06:46:22.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "policy-id",
  "timestamp": 1650091468806,
  "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-04-16T06:46:22.485Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d24f9dfe-c81a-4588-b46a-53a4de8f2a93
2022-04-16T06:46:22.486Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d24f9dfe-c81a-4588-b46a-53a4de8f2a93 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-04-16T06:46:22.506Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.506Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091466519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091461841,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:46:22.507Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.507Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.507Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091466902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091466519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.508Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.508Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.508Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091466902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.509Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.509Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091470827,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:46:22.509Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.509Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091466519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.510Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091466902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.510Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.510Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091466519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.511Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.511Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.511Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091466902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.512Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091473122,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:46:22.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.512Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.512Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091472284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:46:22.512Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091466519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.513Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091466902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/resourceInstances/pnf7f61d118b1530/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.513Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.513Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.514Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "aai-ml",
  "timestamp": 1650091473288,
  "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-04-16T06:46:22.526Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d24f9dfe-c81a-4588-b46a-53a4de8f2a93
2022-04-16T06:46:22.526Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d24f9dfe-c81a-4588-b46a-53a4de8f2a93 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-04-16T06:46:22.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091466519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:46:22.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091466902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:46:22.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091466902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:46:22.541Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:46:22.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091475617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:46:22.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091478314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:46:22.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091479321,
  "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-04-16T06:46:22.559Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d24f9dfe-c81a-4588-b46a-53a4de8f2a93
2022-04-16T06:46:22.559Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d24f9dfe-c81a-4588-b46a-53a4de8f2a93 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-04-16T06:46:22.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091478959,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:46:22.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091480968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfFwy0p9tfivv1ce9qbqhb/1.0/artifacts/service-DemoPnfFwy0p9tfivv1ce9qbqhb-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:46:22.575Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:46:22.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-16T06:46:22.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "clamp",
  "timestamp": 1650091481971,
  "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-04-16T06:46:22.585Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d24f9dfe-c81a-4588-b46a-53a4de8f2a93
2022-04-16T06:46:22.585Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d24f9dfe-c81a-4588-b46a-53a4de8f2a93 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-04-16T06:46:34.293Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:46:34.329Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:46:34.340Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:46:34.340Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:46:34.340Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:46:34.340Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:46:34.341Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:46:34.341Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:46:34.341Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:46:34.342Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:46:34.342Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:46:34.342Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:46:34.343Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:46:34.343Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:46:34.359Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:47:04.360Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93 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-04-16T06:47:04.368Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d24f9dfe-c81a-4588-b46a-53a4de8f2a93 and serviceModelVersionId: e936cd0f-1cb5-4c69-b2d6-0fde21a5412b
2022-04-16T06:47:04.368Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3d36445a-3706-4c47-a170-c8af1840d19a
2022-04-16T06:47:04.370Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3d36445a-3706-4c47-a170-c8af1840d19a/model-vers/model-ver/e936cd0f-1cb5-4c69-b2d6-0fde21a5412b?depth=0
2022-04-16T06:47:04.378Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:47:04.433Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d36445a-3706-4c47-a170-c8af1840d19a/model-vers/model-ver/e936cd0f-1cb5-4c69-b2d6-0fde21a5412b?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-04-16T06:47:04.437Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d36445a-3706-4c47-a170-c8af1840d19a/model-vers/model-ver/e936cd0f-1cb5-4c69-b2d6-0fde21a5412b?depth=0|INFO|500||Invoke
2022-04-16T06:47:04.460Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d36445a-3706-4c47-a170-c8af1840d19a/model-vers/model-ver/e936cd0f-1cb5-4c69-b2d6-0fde21a5412b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:47:04.559Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d36445a-3706-4c47-a170-c8af1840d19a/model-vers/model-ver/e936cd0f-1cb5-4c69-b2d6-0fde21a5412b?depth=0|INFO|500||InvokeReturn
2022-04-16T06:47:04.560Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3d36445a-3706-4c47-a170-c8af1840d19a/model-vers/model-ver/e936cd0f-1cb5-4c69-b2d6-0fde21a5412b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220416-06:47:03:846-25493], vertex-id=[360480], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:47:03 GMT], Content-Type=[application/json]}
2022-04-16T06:47:04.560Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:47:04.561Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:47:04.561Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:47:04.575Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:47:04.576Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d24f9dfe-c81a-4588-b46a-53a4de8f2a93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:47:04.576Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:47:04.577Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:04.579Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:04.580Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091624576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:47:04.680Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:47:04.683Z||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-04-16T06:47:04.683Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:04.706Z||pool-167-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:04.706Z||pool-167-thread-1|||||INFO|500||cambria reply ok (26 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-04-16T06:47:05.614Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:47:05.615Z||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-04-16T06:47:05.615Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:15.864Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:15.865Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:47:15.865Z||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-04-16T06:47:15.865Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:21.846Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:47:21.847Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-04-16T06:47:21.847Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:22.476Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:22.477Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:47:22.477Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d24f9dfe-c81a-4588-b46a-53a4de8f2a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091624576,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:47:22.478Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:47:24.340Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:24.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-16T06:47:24.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"29cd8956-bd4f-469f-9334-b90833ed3d11","serviceName":"Demo_pNF_cWhss5f2a7kjxNG8EXCT","serviceVersion":"1.0","serviceUUID":"ebaf0652-c00a-41fd-891c-96a88176b3b8","serviceDescription":"catalog service description","serviceInvariantUUID":"bf5340cc-2efd-4403-8fe5-cee5cf669d02","resources":[{"resourceInstanceName":"pNF 8a91905e-dfa9 0","resourceName":"pNF 8a91905e-dfa9","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f27c5b01-2faa-462b-80ef-cbe60f4df42b","resourceInvariantUUID":"6a32d4a5-fd55-43e3-8d30-bd44005868b6","resourceCustomizationUUID":"4478e89e-32f9-4a45-9175-c44ddfaf3bd9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml","artifactChecksum":"ODJhOTk4MzcyZTI0MjNhZThjOWIxNjBjMGEwZmZhYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f37c93c-0ddc-4819-a084-7d433a4225de","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar","artifactChecksum":"Y2U0ZTY4OGZkNDM0MzQ0YTQzMzdlZjcxMjk1YmJlZmY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8f463f48-27f6-4d2b-bb14-af4433f262d5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b498f4b5-2921-4aca-b563-9551096d3fa7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml","artifactChecksum":"NjM4OGU2MWIyNmI0YzE3ZTM5MGVmMjkyNDlkMjBhMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"303dc021-57b9-4a33-8f13-3a1f311db202","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ffe5aeb6-14ed-4265-b415-e444186c7469","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7b683370-d796-4dcc-bbae-701e2e38e1e6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCwhss5f2a7kjxng8exct-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml","artifactChecksum":"ZGQ0ZWEzNmNhYzlkZTZlYzY3ZGE0NTRjOWI2MTUwN2M\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b0e3e146-8134-44d2-af84-a5e98566b8cf","artifactVersion":"1"},{"artifactName":"service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar","artifactChecksum":"OTJkYmUwOTA5YjMxM2U5M2MzZDVjYTdjNDE3MTViMjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9c2ce9bf-3840-41c2-a070-43f90fd41a3e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-16T06:47:24.344Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:47:24.344Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:24.346Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:24.346Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:47:24.446Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:47:24.448Z||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-04-16T06:47:24.448Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:24.469Z||pool-168-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:24.470Z||pool-168-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:47:25.347Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:47:25.348Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:25.351Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:25.352Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:47:25.451Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:47:25.452Z||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-04-16T06:47:25.452Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:25.476Z||pool-169-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:25.477Z||pool-169-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:47:26.352Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:47:26.354Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:26.357Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:26.357Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:47:26.457Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:47:26.458Z||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-04-16T06:47:26.458Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:26.480Z||pool-170-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:26.481Z||pool-170-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:47:27.360Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:47:27.361Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:27.363Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:27.363Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:47:27.464Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:47:27.465Z||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-04-16T06:47:27.465Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:27.486Z||pool-171-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:27.486Z||pool-171-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:47:28.364Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:47:28.365Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:28.368Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:28.369Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:47:28.469Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:47:28.470Z||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-04-16T06:47:28.470Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:28.496Z||pool-172-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:28.497Z||pool-172-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:47:29.371Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:47:29.372Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:29.374Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:29.374Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:47:29.474Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:47:29.476Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-16T06:47:29.476Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:29.501Z||pool-173-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:29.501Z||pool-173-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:47:30.375Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:47:30.377Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:30.379Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:30.379Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:47:30.479Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:47:30.480Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-16T06:47:30.481Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:30.503Z||pool-174-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:30.504Z||pool-174-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:47:31.380Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-16T06:47:31.381Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:31.384Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:31.384Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:47:31.485Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-16T06:47:31.486Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-16T06:47:31.486Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:31.515Z||pool-175-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:31.515Z||pool-175-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:47:32.385Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "serviceName": "Demo_pNF_cWhss5f2a7kjxNG8EXCT",
  "serviceVersion": "1.0",
  "serviceUUID": "ebaf0652-c00a-41fd-891c-96a88176b3b8",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "bf5340cc-2efd-4403-8fe5-cee5cf669d02",
  "resources": [
    {
      "resourceInstanceName": "pNF 8a91905e-dfa9 0",
      "resourceCustomizationUUID": "4478e89e-32f9-4a45-9175-c44ddfaf3bd9",
      "resourceName": "pNF 8a91905e-dfa9",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f27c5b01-2faa-462b-80ef-cbe60f4df42b",
      "resourceInvariantUUID": "6a32d4a5-fd55-43e3-8d30-bd44005868b6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
      "artifactChecksum": "OTJkYmUwOTA5YjMxM2U5M2MzZDVjYTdjNDE3MTViMjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9c2ce9bf-3840-41c2-a070-43f90fd41a3e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-16T06:47:32.385Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-16T06:47:32.386Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ebaf0652-c00a-41fd-891c-96a88176b3b8 ASDC
2022-04-16T06:47:32.386Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:29cd8956-bd4f-469f-9334-b90833ed3d11
ServiceName:Demo_pNF_cWhss5f2a7kjxNG8EXCT
ServiceVersion:1.0
ServiceUUID:ebaf0652-c00a-41fd-891c-96a88176b3b8
ServiceInvariantUUID:bf5340cc-2efd-4403-8fe5-cee5cf669d02
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
ArtifactUUID:9c2ce9bf-3840-41c2-a070-43f90fd41a3e
ArtifactChecksum:OTJkYmUwOTA5YjMxM2U5M2MzZDVjYTdjNDE3MTViMjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 8a91905e-dfa9 0
ResourceCustomizationUUID:4478e89e-32f9-4a45-9175-c44ddfaf3bd9
ResourceInvariantUUID:6a32d4a5-fd55-43e3-8d30-bd44005868b6
ResourceName:pNF 8a91905e-dfa9
ResourceType:PNF
ResourceUUID:f27c5b01-2faa-462b-80ef-cbe60f4df42b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-16T06:47:32.387Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ebaf0652-c00a-41fd-891c-96a88176b3b8 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-04-16T06:47:32.441Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:47:32.442Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-16T06:47:32.442Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-16T06:47:32.442Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c2ce9bf-3840-41c2-a070-43f90fd41a3e from URL: /sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:32.442Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-04-16T06:47:32.442Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:32.607Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-04-16T06:47:32.611Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar 9c2ce9bf-3840-41c2-a070-43f90fd41a3e 82639
2022-04-16T06:47:32.612Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar ASDC sendASDCNotification
2022-04-16T06:47:32.612Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:32.612Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-16T06:47:32.612Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:32.614Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:32.614Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091652611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:47:32.715Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-16T06:47:32.715Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-16T06:47:32.716Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:32.734Z||pool-176-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:32.735Z||pool-176-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-16T06:47:33.615Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-16T06:47:33.617Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-04-16T06:47:33.617Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9c2ce9bf-3840-41c2-a070-43f90fd41a3e, URL: /sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar to file: /app/ASDC/1/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:33.617Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:33.618Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:33.618Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:33.781Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12197100498292600345/Definitions/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml
2022-04-16T06:47:34.813Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-16T06:47:34.814Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-16T06:47:34.814Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:34.814Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-16T06:47:34.814Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||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-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:34.814Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:34.814Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||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-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:34.814Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:34.814Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:34.815Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:34.815Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8a91905e-dfa9 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-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:34.815Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-04-16T06:47:34.815Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:47:34.815Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cWhss5f2a7kjxNG8EXCT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:47:34.816Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Node template pNF 8a91905e-dfa9 0 is matching search criteria
2022-04-16T06:47:34.816Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-16T06:47:34.816Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8a91905e-dfa9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:47:34.817Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:47:34.817Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cWhss5f2a7kjxNG8EXCT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:47:34.817Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Node template pNF 8a91905e-dfa9 0 is matching search criteria
2022-04-16T06:47:34.817Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-04-16T06:47:34.818Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 8a91905e-dfa9 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-16T06:47:34.818Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:47:34.818Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cWhss5f2a7kjxNG8EXCT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:47:34.818Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:47:34.819Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cWhss5f2a7kjxNG8EXCT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:47:34.819Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:47:34.819Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cWhss5f2a7kjxNG8EXCT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:47:34.819Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:47:34.819Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cWhss5f2a7kjxNG8EXCT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:47:34.820Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:47:34.820Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cWhss5f2a7kjxNG8EXCT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:47:34.820Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_cWhss5f2a7kjxNG8EXCT
Description:catalog service description
Model UUID:ebaf0652-c00a-41fd-891c-96a88176b3b8
Model Version:NULL
Model InvariantUuid:bf5340cc-2efd-4403-8fe5-cee5cf669d02
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-04-16T06:47:34.828Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: f27c5b01-2faa-462b-80ef-cbe60f4df42b
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-04-16T06:47:34.833Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||pNF 8a91905e-dfa9 0
2022-04-16T06:47:34.833Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f27c5b01-2faa-462b-80ef-cbe60f4df42b
2022-04-16T06:47:34.833Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||No resources found for Service: ebaf0652-c00a-41fd-891c-96a88176b3b8
2022-04-16T06:47:34.834Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: ebaf0652-c00a-41fd-891c-96a88176b3b8
2022-04-16T06:47:34.834Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8a91905e-dfa9 0 f27c5b01-2faa-462b-80ef-cbe60f4df42b 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-04-16T06:47:34.841Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@569943a6, org.onap.sdc.toscaparser.api.parameters.Input@703410be, org.onap.sdc.toscaparser.api.parameters.Input@4394b51e, org.onap.sdc.toscaparser.api.parameters.Input@712f5912, org.onap.sdc.toscaparser.api.parameters.Input@6d37a0e2]
2022-04-16T06:47:34.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:47:34.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cWhss5f2a7kjxNG8EXCT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:47:34.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid ebaf0652-c00a-41fd-891c-96a88176b3b8: pNF 8a91905e-dfa9
2022-04-16T06:47:34.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||Processing PNF resource: f27c5b01-2faa-462b-80ef-cbe60f4df42b
2022-04-16T06:47:34.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-16T06:47:34.843Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_cWhss5f2a7kjxNG8EXCT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-16T06:47:34.843Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||Resource customization UUID: 4478e89e-32f9-4a45-9175-c44ddfaf3bd9 is the same as notified resource customizationUUID: 4478e89e-32f9-4a45-9175-c44ddfaf3bd9
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-04-16T06:47:34.892Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8a91905e-dfa9 f27c5b01-2faa-462b-80ef-cbe60f4df42b 0 ASDC deployResourceStructure
2022-04-16T06:47:34.892Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar ASDC sendASDCNotification
2022-04-16T06:47:34.893Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar
2022-04-16T06:47:34.893Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-16T06:47:34.893Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:47:34.895Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:47:34.895Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091654892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:47:34.996Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:47:34.997Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-16T06:47:34.997Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:47:35.027Z||pool-177-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:47:35.028Z||pool-177-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-16T06:47:35.896Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29cd8956-bd4f-469f-9334-b90833ed3d11
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:47:35.920Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29cd8956-bd4f-469f-9334-b90833ed3d11
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:47:35.925Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:47:35.925Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:47:35.925Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:48:05.926Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29cd8956-bd4f-469f-9334-b90833ed3d11
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:48:05.950Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29cd8956-bd4f-469f-9334-b90833ed3d11
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:48:05.957Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:48:05.957Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-16T06:48:05.957Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-16T06:48:21.846Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:48:21.848Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-04-16T06:48:21.849Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:48:22.500Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:48:22.503Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.503Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091637066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.505Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.505Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.505Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.506Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.506Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.506Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091637066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.506Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.506Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.506Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.506Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.506Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.506Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091637066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.507Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.507Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.507Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.507Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.507Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.507Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091637066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.507Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.508Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.508Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.508Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.508Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.508Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091646519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.508Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.508Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.508Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091646433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.509Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.509Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.509Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091637066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.509Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.509Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.509Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.509Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.509Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.510Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091646519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.510Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.510Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.510Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091646902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.510Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.510Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.510Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091646433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091637066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091646519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.511Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091648582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.512Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.512Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.512Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091646902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.512Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.512Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.512Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091646433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.512Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.512Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.512Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091637066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091646519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091648582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.513Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.514Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091646902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.514Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.514Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.514Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091646433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.514Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.515Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.515Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091637066,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:48:22.515Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.515Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.515Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091635864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:48:22.515Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.516Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.516Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091646519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.516Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.516Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.516Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091648582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.516Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.516Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091646902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091650773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091646433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091648582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.517Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.518Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.518Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091646519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.518Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.518Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.518Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091652214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:48:22.518Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.518Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091646902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091652611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091650773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091646433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.519Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091648582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091646519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091653219,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091646902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.520Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091650773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091646433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091648582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091646519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.521Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "policy-id",
  "timestamp": 1650091654222,
  "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-04-16T06:48:22.535Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29cd8956-bd4f-469f-9334-b90833ed3d11
2022-04-16T06:48:22.536Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cd8956-bd4f-469f-9334-b90833ed3d11 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-04-16T06:48:22.551Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.551Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091646902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.551Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.551Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.552Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091650773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.552Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.552Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.552Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091654892,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:48:22.552Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.552Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.552Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091646433,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:48:22.553Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.553Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.553Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091648582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.553Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.553Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.553Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091646902,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:48:22.553Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.553Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.553Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091655309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:48:22.554Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.554Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.554Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091650773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.554Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.554Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.554Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091655194,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:48:22.554Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.554Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.555Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091648582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.555Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.555Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.555Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091650773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.555Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.555Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.555Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "cds",
  "timestamp": 1650091656207,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-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-04-16T06:48:22.564Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29cd8956-bd4f-469f-9334-b90833ed3d11
2022-04-16T06:48:22.565Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cd8956-bd4f-469f-9334-b90833ed3d11 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-04-16T06:48:22.589Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.589Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091650773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.589Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.589Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.590Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091657638,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:48:22.590Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.590Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.591Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091657615,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:48:22.591Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.591Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.591Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650091650773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:48:22.591Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.592Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.592Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650091658622,
  "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-04-16T06:48:22.599Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29cd8956-bd4f-469f-9334-b90833ed3d11
2022-04-16T06:48:22.599Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cd8956-bd4f-469f-9334-b90833ed3d11 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-04-16T06:48:22.615Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.616Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091658671,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-16T06:48:22.616Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.617Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.617Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650091659677,
  "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-04-16T06:48:22.625Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 29cd8956-bd4f-469f-9334-b90833ed3d11
2022-04-16T06:48:22.626Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cd8956-bd4f-469f-9334-b90833ed3d11 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-04-16T06:48:22.645Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.645Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091661847,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:48:22.645Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.646Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.646Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091663041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:48:22.646Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.646Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.646Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091662824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.646Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.647Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.647Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "clamp",
  "timestamp": 1650091664046,
  "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-04-16T06:48:22.655Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29cd8956-bd4f-469f-9334-b90833ed3d11
2022-04-16T06:48:22.655Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cd8956-bd4f-469f-9334-b90833ed3d11 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-04-16T06:48:22.667Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.668Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091662824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.668Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.668Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.669Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091662824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.669Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.669Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.669Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091662824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.669Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.670Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.670Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091662824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.670Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.670Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.670Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091662824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/resourceInstances/pnf8a91905edfa90/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.671Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.671Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.671Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091662824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-16T06:48:22.671Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.671Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.672Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091662824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "NOTIFIED"
}
2022-04-16T06:48:22.672Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-16T06:48:22.672Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.673Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091671899,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-16T06:48:22.673Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.673Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.673Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091678282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfCwhss5f2a7kjxng8exct/1.0/artifacts/service-DemoPnfCwhss5f2a7kjxng8exct-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-16T06:48:22.674Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:48:22.674Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-16T06:48:22.674Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "aai-ml",
  "timestamp": 1650091679286,
  "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-04-16T06:48:22.683Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29cd8956-bd4f-469f-9334-b90833ed3d11
2022-04-16T06:48:22.683Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29cd8956-bd4f-469f-9334-b90833ed3d11 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-04-16T06:48:35.958Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29cd8956-bd4f-469f-9334-b90833ed3d11
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-16T06:48:35.976Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29cd8956-bd4f-469f-9334-b90833ed3d11
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.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-04-16T06:48:35.981Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-16T06:48:35.981Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-16T06:48:35.981Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-16T06:48:35.981Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-16T06:48:35.982Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:48:35.982Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:48:35.982Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:48:35.982Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:48:35.983Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:48:35.983Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:48:35.983Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-16T06:48:35.983Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-16T06:48:35.993Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-16T06:49:05.993Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29cd8956-bd4f-469f-9334-b90833ed3d11 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-04-16T06:49:06.004Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29cd8956-bd4f-469f-9334-b90833ed3d11 and serviceModelVersionId: ebaf0652-c00a-41fd-891c-96a88176b3b8
2022-04-16T06:49:06.004Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf5340cc-2efd-4403-8fe5-cee5cf669d02
2022-04-16T06:49:06.006Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf5340cc-2efd-4403-8fe5-cee5cf669d02/model-vers/model-ver/ebaf0652-c00a-41fd-891c-96a88176b3b8?depth=0
2022-04-16T06:49:06.017Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-04-16T06:49:06.076Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf5340cc-2efd-4403-8fe5-cee5cf669d02/model-vers/model-ver/ebaf0652-c00a-41fd-891c-96a88176b3b8?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-04-16T06:49:06.078Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf5340cc-2efd-4403-8fe5-cee5cf669d02/model-vers/model-ver/ebaf0652-c00a-41fd-891c-96a88176b3b8?depth=0|INFO|500||Invoke
2022-04-16T06:49:06.107Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf5340cc-2efd-4403-8fe5-cee5cf669d02/model-vers/model-ver/ebaf0652-c00a-41fd-891c-96a88176b3b8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-16T06:49:06.234Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf5340cc-2efd-4403-8fe5-cee5cf669d02/model-vers/model-ver/ebaf0652-c00a-41fd-891c-96a88176b3b8?depth=0|INFO|500||InvokeReturn
2022-04-16T06:49:06.236Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf5340cc-2efd-4403-8fe5-cee5cf669d02/model-vers/model-ver/ebaf0652-c00a-41fd-891c-96a88176b3b8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220416-06:49:05:494-1984], vertex-id=[372768], Content-Length=[0], Date=[Sat, 16 Apr 2022 06:49:05 GMT], Content-Type=[application/json]}
2022-04-16T06:49:06.236Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-04-16T06:49:06.236Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-16T06:49:06.237Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-16T06:49:06.243Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-16T06:49:06.244Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29cd8956-bd4f-469f-9334-b90833ed3d11 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-16T06:49:06.244Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-16T06:49:06.245Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-04-16T06:49:06.248Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-16T06:49:06.248Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091746244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:49:06.348Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-16T06:49:06.349Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-16T06:49:06.349Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:49:06.371Z||pool-178-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:49:06.372Z||pool-178-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-16T06:49:07.269Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:49:07.270Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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-04-16T06:49:07.271Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:49:16.836Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:49:16.837Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:49:16.837Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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-04-16T06:49:16.837Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:49:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:49:21.847Z||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-04-16T06:49:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:49:22.497Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:49:22.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-04-16T06:49:22.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29cd8956-bd4f-469f-9334-b90833ed3d11",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650091746244,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-16T06:49:22.500Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-16T06:49:26.419Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:49:26.419Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:49:26.420Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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-04-16T06:49:26.420Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:49:35.996Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:50:21.841Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:50:21.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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-04-16T06:50:21.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:50:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:50:21.847Z||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-04-16T06:50:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:50:31.407Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:50:31.415Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:51:21.841Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:51:21.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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-04-16T06:51:21.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:51:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:51:21.847Z||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-04-16T06:51:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:51:31.426Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:51:31.440Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:52:21.841Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:52:21.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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-04-16T06:52:21.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:52:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:52:21.847Z||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-04-16T06:52:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:52:31.426Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:52:31.444Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:53:21.841Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:53:21.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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-04-16T06:53:21.842Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:53:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:53:21.847Z||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-04-16T06:53:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:53:31.452Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:53:31.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:54:21.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:54:21.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:54:21.842Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:54:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:54:21.847Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:54:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:54:31.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:54:31.407Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:55:21.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:55:21.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:55:21.842Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:55:21.846Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:55:21.846Z||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-04-16T06:55:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:55:31.411Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:55:31.411Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:56:21.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:56:21.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:56:21.842Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:56:21.846Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:56:21.846Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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-04-16T06:56:21.847Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:56:31.430Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:56:31.452Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:57:21.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:57:21.843Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:57:21.843Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:57:21.846Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:57:21.846Z||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-04-16T06:57:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:57:31.420Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:57:31.420Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:58:21.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:58:21.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:58:21.842Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:58:21.846Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:58:21.846Z||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-04-16T06:58:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:58:31.402Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:58:31.402Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:59:21.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:59:21.843Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T06:59:21.843Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T06:59:21.846Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T06:59:21.846Z||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-04-16T06:59:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T06:59:31.430Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T06:59:31.458Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T07:00:21.841Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T07:00:21.842Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T07:00:21.843Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T07:00:21.846Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T07:00:21.846Z||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-04-16T07:00:21.847Z||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 TCowdGi9JMBhaoS0) ...
2022-04-16T07:00:31.431Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T07:00:31.443Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T07:01:21.841Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T07:01:21.842Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T07:01:21.842Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T07:01:21.847Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T07:01:21.848Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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-04-16T07:01:21.849Z|29cd8956-bd4f-469f-9334-b90833ed3d11|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 TCowdGi9JMBhaoS0) ...
2022-04-16T07:01:31.439Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T07:01:31.441Z|29cd8956-bd4f-469f-9334-b90833ed3d11|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T07:02:21.841Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T07:02:21.843Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-16T07:02:21.844Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TCowdGi9JMBhaoS0) ...
2022-04-16T07:02:21.846Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-16T07:02:21.847Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|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-04-16T07:02:21.847Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|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 TCowdGi9JMBhaoS0) ...
2022-04-16T07:02:31.428Z|66b13391-0ecb-4004-a03f-0cc1f4d11580|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-16T07:02:31.435Z|d24f9dfe-c81a-4588-b46a-53a4de8f2a93|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK