Results

By type

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

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

2022-05-25T03:29:35.721Z||main|||||INFO|500||The following profiles are active: basic
2022-05-25T03:29:46.263Z||main|||||INFO|500||Starting service [Tomcat]
2022-05-25T03:29:46.264Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-05-25T03:29:46.379Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-05-25T03:29:49.977Z||main|||||INFO|500||catdb-pool - Starting...
2022-05-25T03:29:50.322Z||main|||||INFO|500||catdb-pool - Start completed.
2022-05-25T03:29:50.744Z||main|||||INFO|500||reqdb-pool - Starting...
2022-05-25T03:29:50.755Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-05-25T03:29:50.920Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-05-25T03:29:51.201Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-05-25T03:29:51.877Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-05-25T03:29:53.640Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T03:29:55.717Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T03:29:55.775Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-05-25T03:29:56.297Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-05-25T03:29:56.488Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-05-25T03:29:57.579Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-05-25T03:29:58.553Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-05-25T03:29:58.569Z||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$$7b5c92.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-05-25T03:29:58.571Z||main|||||WARN|500||The sdc end point is not alive
2022-05-25T03:30:01.349Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-05-25T03:30:04.093Z||main|||||WARN|500||---
2022-05-25T03:30:04.093Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-05-25T03:30:04.093Z||main|||||WARN|500||---
2022-05-25T03:30:04.508Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-05-25T03:30:09.053Z||main|||||INFO|500||Started Application in 36.028 seconds (JVM running for 38.039)
2022-05-25T03:30:09.066Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-05-25T03:30:09.068Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-05-25T03:30:09.079Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-05-25T03:30:09.123Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-05-25T03:30:09.162Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= f311c38d-bf71-466d-9510-814095f71553 url= /sdc/v1/artifactTypes
2022-05-25T03:30:09.163Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-05-25T03:30:09.391Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-05-25T03:30:09.413Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-05-25T03:30:09.431Z||scheduling-1|||||DEBUG|500||create keys
2022-05-25T03:30:09.438Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-05-25T03:30:09.468Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:30:09.483Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 143c864b-c979-405a-9a0a-48f2d2e29a41 url= /sdc/v1/registerForDistribution
2022-05-25T03:30:09.613Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 143c864b-c979-405a-9a0a-48f2d2e29a41 url= /sdc/v1/registerForDistribution
2022-05-25T03:30:09.614Z||scheduling-1|||||INFO|500||start DistributionClient
2022-05-25T03:30:09.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:30:09.622Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:30:09.630Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-05-25T03:30:09.630Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:30:09.631Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:30:09.631Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:30:09.631Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:30:19.929Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:30:19.946Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:31:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:31:09.622Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:31:09.622Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:31:09.622Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T03:31:09.623Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:31:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:31:19.191Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:31:19.199Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:32:09.621Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:32:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:32:09.622Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:32:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:32:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:32:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:32:19.183Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:32:19.183Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:33:09.620Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:33:09.621Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:33:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:33:09.622Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:33:09.623Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:33:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:33:19.176Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:33:19.183Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:34:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:34:09.621Z||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-05-25T03:34:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:34:09.623Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:34:09.624Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:34:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:34:19.190Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:34:19.193Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:35:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:35:09.621Z||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-05-25T03:35:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:35:09.622Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:35:09.623Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:35:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:35:19.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:35:19.178Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:36:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:36:09.621Z||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-05-25T03:36:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:36:09.622Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:36:09.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:36:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:36:19.172Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:36:19.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:37:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:37:09.621Z||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-05-25T03:37:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:37:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:37:09.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:37:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:37:19.173Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:37:19.173Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:38:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:38:09.621Z||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-05-25T03:38:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:38:09.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:38:09.622Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:38:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:38:19.172Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:38:19.191Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:39:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:39:09.621Z||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-05-25T03:39:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:39:09.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:39:09.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:39:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:39:19.181Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:39:19.181Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:40:05.965Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-05-25T03:40:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:40:09.622Z||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-05-25T03:40:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:40:09.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:40:09.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:40:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:40:19.185Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:40:19.187Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:41:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:41:09.621Z||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-05-25T03:41:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:41:09.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:41:09.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:41:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:41:19.173Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:41:19.178Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:42:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:42:09.621Z||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-05-25T03:42:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:42:09.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:42:09.622Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:42:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:42:19.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:42:19.179Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:43:09.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:43:09.622Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:43:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:43:09.622Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:43:09.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:43:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:43:19.173Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:43:19.177Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:44:09.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:44:09.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:44:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:44:09.622Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:44:09.623Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:44:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:44:19.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:44:19.178Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:45:09.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:45:09.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:45:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:45:09.622Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:45:09.623Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:45:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:45:19.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:45:19.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:46:09.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:46:09.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:46:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:46:09.622Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:46:09.623Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:46:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:46:19.179Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:46:19.180Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:47:09.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:47:09.621Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:47:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:47:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:47:09.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:47:09.625Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:47:19.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:47:19.178Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:48:09.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:48:09.621Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:48:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:48:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:48:09.622Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:48:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:48:19.171Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:48:19.174Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:49:09.621Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:49:09.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:49:09.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:49:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:49:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:49:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:49:19.184Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:49:19.184Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:50:09.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:50:09.621Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:50:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:50:09.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:50:09.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:50:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:50:19.174Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:50:19.174Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:51:09.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:51:09.621Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:51:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:51:09.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:51:09.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:51:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:51:19.177Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:51:19.185Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:52:09.620Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:52:09.621Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:52:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:52:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:52:09.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:52:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:52:19.175Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:52:19.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:53:09.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:53:09.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:53:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:53:09.622Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:53:09.623Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:53:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:53:19.176Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:53:19.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:54:09.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:54:09.621Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:54:09.621Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T03:54:09.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:54:09.624Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:54:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:54:19.174Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:54:19.175Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:55:09.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:55:09.621Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:55:09.621Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T03:55:09.622Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:55:09.623Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:55:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:55:19.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:55:19.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:56:09.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:56:09.621Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:56:09.621Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T03:56:09.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:56:09.622Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:56:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:56:19.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:56:19.182Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:57:09.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:57:09.621Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:57:09.621Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T03:57:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:57:09.622Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:57:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:57:19.178Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:57:19.181Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:58:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:58:09.621Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:58:09.621Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T03:58:09.622Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:58:09.623Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:58:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:58:19.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:58:19.174Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:59:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:59:09.621Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:59:09.621Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T03:59:09.622Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T03:59:09.623Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T03:59:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T03:59:19.180Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T03:59:19.186Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:00:09.621Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:00:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:00:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:00:09.623Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:00:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:00:09.624Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:00:19.190Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:00:19.195Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:00:43.041Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T04:01:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:01:09.622Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:01:09.622Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:01:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:01:09.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:01:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:01:19.175Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:01:19.180Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:02:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:02:09.621Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:02:09.621Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:02:09.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:02:09.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:02:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:02:19.171Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:02:19.174Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:03:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:03:09.621Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:03:09.621Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:03:09.622Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:03:09.623Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:03:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:03:19.172Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:03:19.172Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:04:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:04:09.621Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:04:09.621Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:04:09.622Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:04:09.623Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:04:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:04:19.173Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:04:19.181Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:05:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:05:09.621Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:05:09.621Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:05:09.622Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:05:09.623Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:05:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:05:19.197Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:05:19.201Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:06:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:06:09.621Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:06:09.622Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:06:09.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:06:09.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:06:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:06:19.170Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:06:19.190Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:09.620Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:07:09.621Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:07:09.621Z||pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:09.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:07:09.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:07:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:07:10.258Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:10.258Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:10.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"72c78247-18b1-4df6-8bff-edb4cb3d9968","serviceName":"vFW 2022-05-25 04-05-07","serviceVersion":"1.0","serviceUUID":"19600075-1a3f-4bb7-b71b-af4fd0c839cf","serviceDescription":"catalog service description","serviceInvariantUUID":"baafe003-c8eb-4588-96a7-4cf7b56a1d14","resources":[{"resourceInstanceName":"vFW 92a346c3-3758 0","resourceName":"vFW 92a346c3-3758","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ad86b20a-f1f8-4fd6-96a9-68804e372509","resourceInvariantUUID":"80477dd2-3146-46a3-a369-9b994aeb58fe","resourceCustomizationUUID":"3a48b3c0-f84f-47f8-9530-52c54abb3cee","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml","artifactChecksum":"ZDVmN2VjZmUyZjU3NTExMTliNGUyYzhkYmNkMTNkODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"50f2419e-62bb-42fb-869d-8fc5a02004c2","artifactVersion":"1"},{"artifactName":"vfw92a346c337580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json","artifactChecksum":"NWViNWVjY2I4YmM4Mzg5MzM2MTQ3NDc4YjJlMGIxOTk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5ceaea9a-7fb9-4b2b-a215-9be54014f34a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6f368ede-23be-4454-8505-bf685bc59ca6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml","artifactChecksum":"ZGIwN2RlM2U3YWFmNWY5ODBlMjI5OGYzYTQzOTQ0NTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"4f130df0-81e7-4bc4-bcdd-161076ae06ea","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c01b7822-80e3-4878-a135-39c5e15d7d8a","artifactVersion":"2","generatedFromUUID":"6f368ede-23be-4454-8505-bf685bc59ca6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220525040507-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml","artifactChecksum":"NTM3ZTAwMDY3ZjM4NTU1MTkxNDRhNGEzM2U0NjU5MjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bc605f6a-592c-4af6-842f-f9208314112e","artifactVersion":"1"},{"artifactName":"service-Vfw20220525040507-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar","artifactChecksum":"OGI3N2YzOWY5ZmU0NTE1MGE4M2M0MjUxYWViMTNmOTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4442e8d1-22a5-47b3-9e49-ff529323620a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:07:10.268Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.269Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451610185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.273Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:07:10.280Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:10.291Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:10.291Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653451606123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451608513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451604154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653451606123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451610185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451604154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451608513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653451606123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.301Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451610185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451608513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451604154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653451606123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451610185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451608513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451604154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451612873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653451606123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451610185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451608513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451604154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451612873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "cds",
  "timestamp": 1653451614665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653451606123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451610185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451608513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451604154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451612873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "cds",
  "timestamp": 1653451614665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653451606123,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451610185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451608513,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451601030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451604154,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451612873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.320Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "cds",
  "timestamp": 1653451614665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.321Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451612873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.322Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451618220,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:10.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451618288,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:10.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.323Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.323Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451617517,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:10.323Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "cds",
  "timestamp": 1653451614665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.324Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.324Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.324Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451612873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.325Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451618528,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:07:10.325Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.325Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.325Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "cds",
  "timestamp": 1653451614665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.326Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451612873,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.326Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "policy-id",
  "timestamp": 1653451619534,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:07:10.391Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-25T04:07:10.395Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:10.395Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:10.413Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:10.413Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:07:10.496Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72c78247-18b1-4df6-8bff-edb4cb3d9968
2022-05-25T04:07:10.516Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c78247-18b1-4df6-8bff-edb4cb3d9968 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:07:10.539Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.539Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "cds",
  "timestamp": 1653451614665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:10.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "cds",
  "timestamp": 1653451614665,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:07:10.540Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:07:10.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.540Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451620751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:10.540Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.540Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451621958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:10.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "cds",
  "timestamp": 1653451622625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:10.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.541Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.541Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451623102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:07:10.541Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "cds",
  "timestamp": 1653451623654,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:07:10.554Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 72c78247-18b1-4df6-8bff-edb4cb3d9968
2022-05-25T04:07:10.555Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c78247-18b1-4df6-8bff-edb4cb3d9968 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:07:10.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451623146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:10.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451623886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:10.563Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653451624108,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:07:10.568Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 72c78247-18b1-4df6-8bff-edb4cb3d9968
2022-05-25T04:07:10.568Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c78247-18b1-4df6-8bff-edb4cb3d9968 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:07:10.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451624211,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:07:10.581Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 72c78247-18b1-4df6-8bff-edb4cb3d9968
2022-05-25T04:07:10.582Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c78247-18b1-4df6-8bff-edb4cb3d9968 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T04:07:10.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653451625217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:07:10.590Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.590Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.590Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451625896,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:07:10.591Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:07:10.591Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-05-25T04:07:10.591Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "clamp",
  "timestamp": 1653451626900,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:07:10.596Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 72c78247-18b1-4df6-8bff-edb4cb3d9968
2022-05-25T04:07:10.596Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c78247-18b1-4df6-8bff-edb4cb3d9968 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:07:11.302Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:07:11.302Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:11.304Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:11.304Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:07:11.404Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:07:11.405Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:11.405Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:11.419Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:11.419Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:07:12.305Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:07:12.306Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:12.308Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:12.308Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:07:12.408Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:07:12.409Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:12.409Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:12.428Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:12.429Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:07:13.308Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:07:13.309Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:13.311Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:13.311Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:13.411Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:07:13.412Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:13.412Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:13.425Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:13.425Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:07:14.312Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:07:14.313Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:14.315Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:14.315Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T04:07:14.415Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:07:14.416Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:14.417Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:14.430Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:14.431Z||pool-7-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:07:15.316Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:07:15.317Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:15.322Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:15.322Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:07:15.420Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-05-25T04:07:15.420Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:15.421Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:15.438Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:15.439Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:07:16.329Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:07:16.330Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:16.333Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:16.333Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:07:16.433Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:07:16.434Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:16.434Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:16.450Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:16.450Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:07:17.335Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "serviceName": "vFW 2022-05-25 04-05-07",
  "serviceVersion": "1.0",
  "serviceUUID": "19600075-1a3f-4bb7-b71b-af4fd0c839cf",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "baafe003-c8eb-4588-96a7-4cf7b56a1d14",
  "resources": [
    {
      "resourceInstanceName": "vFW 92a346c3-3758 0",
      "resourceCustomizationUUID": "3a48b3c0-f84f-47f8-9530-52c54abb3cee",
      "resourceName": "vFW 92a346c3-3758",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ad86b20a-f1f8-4fd6-96a9-68804e372509",
      "resourceInvariantUUID": "80477dd2-3146-46a3-a369-9b994aeb58fe",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw92a346c337580_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
          "artifactChecksum": "NWViNWVjY2I4YmM4Mzg5MzM2MTQ3NDc4YjJlMGIxOTk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5ceaea9a-7fb9-4b2b-a215-9be54014f34a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "6f368ede-23be-4454-8505-bf685bc59ca6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c01b7822-80e3-4878-a135-39c5e15d7d8a",
            "generatedFromUUID": "6f368ede-23be-4454-8505-bf685bc59ca6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c01b7822-80e3-4878-a135-39c5e15d7d8a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220525040507-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
      "artifactChecksum": "OGI3N2YzOWY5ZmU0NTE1MGE4M2M0MjUxYWViMTNmOTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4442e8d1-22a5-47b3-9e49-ff529323620a"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:07:17.337Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:07:17.337Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19600075-1a3f-4bb7-b71b-af4fd0c839cf ASDC
2022-05-25T04:07:17.452Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:72c78247-18b1-4df6-8bff-edb4cb3d9968
ServiceName:vFW 2022-05-25 04-05-07
ServiceVersion:1.0
ServiceUUID:19600075-1a3f-4bb7-b71b-af4fd0c839cf
ServiceInvariantUUID:baafe003-c8eb-4588-96a7-4cf7b56a1d14
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220525040507-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar
ArtifactUUID:4442e8d1-22a5-47b3-9e49-ff529323620a
ArtifactChecksum:OGI3N2YzOWY5ZmU0NTE1MGE4M2M0MjUxYWViMTNmOTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 92a346c3-3758 0
ResourceCustomizationUUID:3a48b3c0-f84f-47f8-9530-52c54abb3cee
ResourceInvariantUUID:80477dd2-3146-46a3-a369-9b994aeb58fe
ResourceName:vFW 92a346c3-3758
ResourceType:VF
ResourceUUID:ad86b20a-f1f8-4fd6-96a9-68804e372509
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw92a346c337580_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json
ArtifactUUID:5ceaea9a-7fb9-4b2b-a215-9be54014f34a
ArtifactChecksum:NWViNWVjY2I4YmM4Mzg5MzM2MTQ3NDc4YjJlMGIxOTk=
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/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml
ArtifactUUID:6f368ede-23be-4454-8505-bf685bc59ca6
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/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env
ArtifactUUID:c01b7822-80e3-4878-a135-39c5e15d7d8a
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/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env
ArtifactUUID:c01b7822-80e3-4878-a135-39c5e15d7d8a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T04:07:17.452Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19600075-1a3f-4bb7-b71b-af4fd0c839cf ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:07:17.502Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:07:17.503Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-25T04:07:17.505Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-25T04:07:17.505Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4442e8d1-22a5-47b3-9e49-ff529323620a from URL: /sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:17.505Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-25T04:07:17.508Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:17.700Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-25T04:07:17.718Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar 4442e8d1-22a5-47b3-9e49-ff529323620a 98986
2022-05-25T04:07:17.720Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar ASDC sendASDCNotification
2022-05-25T04:07:17.720Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:17.721Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:07:17.722Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:17.725Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:17.725Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451637719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:17.824Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:07:17.825Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:17.826Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:17.840Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:17.840Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:07:18.726Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:07:18.726Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-05-25T04:07:18.727Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4442e8d1-22a5-47b3-9e49-ff529323620a, URL: /sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar to file: /app/ASDC/1/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:18.728Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220525040507-csar.csar
2022-05-25T04:07:18.808Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:18.808Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:19.410Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15288446670307043711/Definitions/service-Vfw20220525040507-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-05-25T04:07:21.811Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:07:21.815Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-25T04:07:21.815Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.816Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-05-25T04:07:21.816Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||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-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.816Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||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-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.816Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||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-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.816Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.816Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.816Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||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-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.816Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||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-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.817Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||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-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.817Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 92a346c3-3758 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-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.817Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.817Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||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-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.817Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.817Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:21.817Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-05-25T04:07:21.823Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.825Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:21.828Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:21.829Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-25T04:07:21.830Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:07:21.832Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.832Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:21.832Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:21.832Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-05-25T04:07:21.833Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:07:21.833Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.833Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:21.836Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.836Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is not matching search criteria
2022-05-25T04:07:21.837Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T04:07:21.837Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T04:07:21.837Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T04:07:21.837Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:21.837Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.838Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.838Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T04:07:21.838Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T04:07:21.838Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T04:07:21.838Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.838Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:21.839Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T04:07:21.839Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:21.839Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T04:07:21.839Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.839Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T04:07:21.839Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.840Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:07:21.841Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.841Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:21.841Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:07:21.841Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.842Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:21.842Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:07:21.842Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.842Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:21.843Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:07:21.843Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.843Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is not matching search criteria
2022-05-25T04:07:21.843Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T04:07:21.843Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T04:07:21.843Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T04:07:21.844Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T04:07:21.844Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T04:07:21.844Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.844Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:21.844Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T04:07:21.844Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:21.845Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T04:07:21.845Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.845Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=292f5a3c-a95e-4302-98c1-c6f6137e259f
2022-05-25T04:07:21.845Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.845Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is not matching search criteria
2022-05-25T04:07:21.846Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T04:07:21.846Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T04:07:21.846Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T04:07:21.846Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:21.846Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.846Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.847Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T04:07:21.847Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T04:07:21.847Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T04:07:21.847Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:21.847Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T04:07:21.848Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.848Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09bbbc52-f66c-4d27-8887-7d3080a3e7a9
2022-05-25T04:07:21.848Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.848Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is not matching search criteria
2022-05-25T04:07:21.848Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T04:07:21.849Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T04:07:21.849Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T04:07:21.849Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:21.849Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.849Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.849Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T04:07:21.850Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T04:07:21.850Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T04:07:21.850Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:21.850Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:21.850Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T04:07:21.850Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=310a5061-2528-4c3b-a85c-0b1f0ea10bdf
2022-05-25T04:07:21.851Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.851Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:21.851Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.851Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:21.851Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.851Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:21.852Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:21.852Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:21.852Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-05-25 04-05-07
Description:catalog service description
Model UUID:19600075-1a3f-4bb7-b71b-af4fd0c839cf
Model Version:NULL
Model InvariantUuid:baafe003-c8eb-4588-96a7-4cf7b56a1d14
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 92a346c3-3758
Model UUID:2733b87f-92bb-4a45-98ca-c63992d0d878
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:80477dd2-3146-46a3-a369-9b994aeb58fe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3a48b3c0-f84f-47f8-9530-52c54abb3cee
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5a205c6e-7a1c-4d9a-9819-7b4983934671
ModelName:Vfw92a346c33758..base_vfw..module-0
ModelUuid:419149fd-6859-4199-be78-62172155966d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:292f5a3c-a95e-4302-98c1-c6f6137e259f
ModelInvariantUuid:ce7d9f58-29db-4ee5-89e0-201f8c69d714
ModelName:vFW 92a346c3-3758-nodes.vfwCvfc
ModelUuid:c78b35ac-fc53-477c-ad99-020bd666b025
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8dec6070-1960-4ae4-9538-d274d1b946a7
ModelInvariantUuid:f108dce0-1693-421d-95c1-4de36854558c
ModelName:Vfw92a346c33758.compute.nodes.heat.vfw
ModelUuid:e1f9d0b6-f2f8-4899-94f6-7f5d51b09b2c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:09bbbc52-f66c-4d27-8887-7d3080a3e7a9
ModelInvariantUuid:1596c48d-3bd0-4e48-985b-935bfb33d9f2
ModelName:vFW 92a346c3-3758-nodes.vsnCvfc
ModelUuid:6a9d60ef-089f-4eb2-8bf7-e0827ad28c16
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:15551457-3b7e-460d-82db-b262224a19b0
ModelInvariantUuid:8db80286-594d-4e0a-9f29-f025c856b7a8
ModelName:Vfw92a346c33758.compute.nodes.heat.vsn
ModelUuid:18201def-e766-49bf-b7a4-e5784ebf4758
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:310a5061-2528-4c3b-a85c-0b1f0ea10bdf
ModelInvariantUuid:d61f90a7-1005-4aad-b8ef-c3b58a06742c
ModelName:vFW 92a346c3-3758-nodes.vpgCvfc
ModelUuid:0a23bc82-ae65-4400-bcd8-eb5298eab640
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:b7a312fe-26ec-4c71-a12f-c444de495fa6
ModelInvariantUuid:581a7cb5-1218-4edf-997b-d254a3c9b803
ModelName:Vfw92a346c33758.compute.nodes.heat.vpg
ModelUuid:95d4d79f-7a56-4ca3-8e0a-42f6627f7262
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:07:21.864Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ad86b20a-f1f8-4fd6-96a9-68804e372509
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:07:21.968Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||vFW 92a346c3-3758 0
2022-05-25T04:07:21.975Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ad86b20a-f1f8-4fd6-96a9-68804e372509
2022-05-25T04:07:21.975Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ceaea9a-7fb9-4b2b-a215-9be54014f34a from URL: /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json
2022-05-25T04:07:21.976Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-25T04:07:21.976Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json
2022-05-25T04:07:22.025Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-25T04:07:22.025Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json 5ceaea9a-7fb9-4b2b-a215-9be54014f34a 785
2022-05-25T04:07:22.026Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json ASDC sendASDCNotification
2022-05-25T04:07:22.026Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json
2022-05-25T04:07:22.026Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:07:22.026Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:22.029Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:22.029Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451642026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:22.129Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:07:22.130Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:22.130Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:22.146Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:22.146Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:07:23.030Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw92a346c33758..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5a205c6e-7a1c-4d9a-9819-7b4983934671",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "419149fd-6859-4199-be78-62172155966d",
    "vfModuleModelCustomizationUUID": "db2fcb25-5409-4417-a8a6-7bdfcaf88307",
    "isBase": true,
    "artifacts": [
      "6f368ede-23be-4454-8505-bf685bc59ca6",
      "c01b7822-80e3-4878-a135-39c5e15d7d8a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T04:07:23.044Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw92a346c33758..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:419149fd-6859-4199-be78-62172155966d
VfModuleModelInvariantUUID:5a205c6e-7a1c-4d9a-9819-7b4983934671
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f368ede-23be-4454-8505-bf685bc59ca6
,
c01b7822-80e3-4878-a135-39c5e15d7d8a

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

isBase:true


}

2022-05-25T04:07:23.046Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw92a346c33758..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5a205c6e-7a1c-4d9a-9819-7b4983934671",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "419149fd-6859-4199-be78-62172155966d",
    "vfModuleModelCustomizationUUID": "db2fcb25-5409-4417-a8a6-7bdfcaf88307",
    "isBase": true,
    "artifacts": [
      "6f368ede-23be-4454-8505-bf685bc59ca6",
      "c01b7822-80e3-4878-a135-39c5e15d7d8a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T04:07:23.046Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw92a346c33758..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:419149fd-6859-4199-be78-62172155966d
VfModuleModelInvariantUUID:5a205c6e-7a1c-4d9a-9819-7b4983934671
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f368ede-23be-4454-8505-bf685bc59ca6
,
c01b7822-80e3-4878-a135-39c5e15d7d8a

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

isBase:true


}

2022-05-25T04:07:23.046Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6f368ede-23be-4454-8505-bf685bc59ca6 from URL: /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml
2022-05-25T04:07:23.047Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-25T04:07:23.047Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml
2022-05-25T04:07:23.102Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-25T04:07:23.103Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml 6f368ede-23be-4454-8505-bf685bc59ca6 20368
2022-05-25T04:07:23.103Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T04:07:23.104Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml
2022-05-25T04:07:23.104Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:07:23.104Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:23.106Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:23.106Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451643103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:23.206Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:07:23.206Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:23.207Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:23.222Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:23.222Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:07:24.107Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c01b7822-80e3-4878-a135-39c5e15d7d8a from URL: /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env
2022-05-25T04:07:24.107Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-05-25T04:07:24.107Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env
2022-05-25T04:07:24.186Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-05-25T04:07:24.186Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env c01b7822-80e3-4878-a135-39c5e15d7d8a 2098
2022-05-25T04:07:24.187Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T04:07:24.187Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env
2022-05-25T04:07:24.187Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:07:24.187Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:24.189Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:24.190Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451644186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:07:24.290Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:07:24.290Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:24.290Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:24.304Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:24.305Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:07:25.190Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 19600075-1a3f-4bb7-b71b-af4fd0c839cf
2022-05-25T04:07:25.191Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 92a346c3-3758 0 ad86b20a-f1f8-4fd6-96a9-68804e372509 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:07:25.222Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c6279e0, org.onap.sdc.toscaparser.api.parameters.Input@1664eda5, org.onap.sdc.toscaparser.api.parameters.Input@5d66b1d8, org.onap.sdc.toscaparser.api.parameters.Input@7c16270, org.onap.sdc.toscaparser.api.parameters.Input@48a3a611]
2022-05-25T04:07:25.225Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.226Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:25.226Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-05-25T04:07:25.226Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 3a48b3c0-f84f-47f8-9530-52c54abb3cee
2022-05-25T04:07:25.226Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3a48b3c0-f84f-47f8-9530-52c54abb3cee matches Tosca VF Customization UUID: 3a48b3c0-f84f-47f8-9530-52c54abb3cee
2022-05-25T04:07:25.226Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 3a48b3c0-f84f-47f8-9530-52c54abb3cee  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T04:07:25.232Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.232Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:25.233Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 3a48b3c0-f84f-47f8-9530-52c54abb3cee: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-05-25T04:07:25.234Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4ebd65d7
2022-05-25T04:07:25.234Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.234Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:07:25.234Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : db2fcb25-5409-4417-a8a6-7bdfcaf88307
2022-05-25T04:07:25.236Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID db2fcb25-5409-4417-a8a6-7bdfcaf88307
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T04:07:25.241Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.241Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:25.241Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:07:25.242Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.242Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:25.242Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:07:25.242Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.243Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is not matching search criteria
2022-05-25T04:07:25.243Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T04:07:25.243Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T04:07:25.243Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-05-25T04:07:25.243Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T04:07:25.244Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T04:07:25.244Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:25.244Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:25.244Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T04:07:25.244Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:25.244Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T04:07:25.245Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:25.245Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=292f5a3c-a95e-4302-98c1-c6f6137e259f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T04:07:25.251Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.251Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:25.251Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:07:25.252Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.252Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is not matching search criteria
2022-05-25T04:07:25.252Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T04:07:25.252Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T04:07:25.252Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T04:07:25.252Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:25.253Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:25.253Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:25.253Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T04:07:25.253Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-05-25T04:07:25.253Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-05-25T04:07:25.254Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:25.254Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria
2022-05-25T04:07:25.254Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:25.254Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=09bbbc52-f66c-4d27-8887-7d3080a3e7a9
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T04:07:25.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:25.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:07:25.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is not matching search criteria
2022-05-25T04:07:25.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-05-25T04:07:25.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-05-25T04:07:25.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-05-25T04:07:25.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:25.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:25.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-05-25T04:07:25.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria
2022-05-25T04:07:25.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-05-25T04:07:25.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria
2022-05-25T04:07:25.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-05-25T04:07:25.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-05-25T04:07:25.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-05-25T04:07:25.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=310a5061-2528-4c3b-a85c-0b1f0ea10bdf
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T04:07:25.263Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.263Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:25.264Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:07:25.264Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.264Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Node template vFW 92a346c3-3758 0 is matching search criteria
2022-05-25T04:07:25.264Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 92a346c3-3758 0] matching following query criteria: sdcType=VF, customizationUUID=3a48b3c0-f84f-47f8-9530-52c54abb3cee
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:07:25.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:25.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 19600075-1a3f-4bb7-b71b-af4fd0c839cf: vFW 92a346c3-3758
2022-05-25T04:07:25.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:25.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:25.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:25.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:25.269Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:07:25.269Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-05-25 04-05-07 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:07:25.269Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-05-25 04-05-07 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:07:25.511Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 92a346c3-3758 ad86b20a-f1f8-4fd6-96a9-68804e372509 1 ASDC deployResourceStructure
2022-05-25T04:07:25.511Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json ASDC sendASDCNotification
2022-05-25T04:07:25.512Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json
2022-05-25T04:07:25.512Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:07:25.512Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:25.514Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:25.514Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451645511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:07:25.614Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:07:25.615Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:25.615Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:25.626Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:25.627Z||pool-14-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:07:26.515Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-05-25T04:07:26.515Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml
2022-05-25T04:07:26.515Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:07:26.515Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:26.517Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:26.517Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451646514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:07:26.617Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:07:26.619Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:26.619Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:26.650Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:26.650Z||pool-15-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:07:27.518Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env ASDC sendASDCNotification
2022-05-25T04:07:27.519Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env
2022-05-25T04:07:27.519Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:07:27.519Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:27.521Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:27.521Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451647518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:07:27.621Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:07:27.622Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:27.622Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:27.636Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:27.636Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:07:28.522Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar ASDC sendASDCNotification
2022-05-25T04:07:28.523Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar
2022-05-25T04:07:28.523Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:07:28.523Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:07:28.525Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:07:28.525Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451648522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:07:28.625Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:07:28.626Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:07:28.626Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:07:28.639Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:07:28.640Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:07:29.526Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:07:29.542Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:07:29.546Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:07:29.546Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:07:29.546Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:07:59.546Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:07:59.557Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:07:59.560Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:07:59.560Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:07:59.560Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:08:09.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:08:09.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:08:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:08:09.758Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:08:09.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:08:09.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:08:09.759Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:08:29.561Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:08:29.571Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:08:29.574Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:08:29.574Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:08:29.574Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:08:59.574Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:08:59.586Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:08:59.589Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:08:59.589Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:08:59.589Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:09:09.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:09:09.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:09:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:09:10.149Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:09:10.150Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.151Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:09:10.152Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:09:10.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:09:10.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:09:10.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:09:10.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:09:10.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-05-25T04:09:10.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:09:10.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:09:10.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:09:10.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451629620,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:09:10.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:09:10.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451637643,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:09:10.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:09:10.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451637719,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:09:10.157Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:09:10.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "aai-ml",
  "timestamp": 1653451638649,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:09:10.166Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 72c78247-18b1-4df6-8bff-edb4cb3d9968
2022-05-25T04:09:10.166Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 72c78247-18b1-4df6-8bff-edb4cb3d9968 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:09:10.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451642026,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:09:10.176Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:09:10.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451643103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:09:10.177Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:09:10.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451644186,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:09:10.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:09:10.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451645511,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/vfw92a346c337580_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:09:10.178Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:09:10.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451646514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:09:10.179Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:09:10.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451647518,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/resourceInstances/vfw92a346c337580/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:09:10.180Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:09:10.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-05-25T04:09:10.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451648522,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220525040507/1.0/artifacts/service-Vfw20220525040507-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:09:10.181Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:09:29.590Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:09:29.602Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:09:29.605Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:09:29.606Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:09:29.606Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:09:29.606Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:09:29.606Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:09:29.606Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:09:29.606Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:09:29.606Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:09:29.607Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:09:29.607Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:09:29.607Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:09:29.612Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:09:59.613Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:09:59.635Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 72c78247-18b1-4df6-8bff-edb4cb3d9968 and serviceModelVersionId: 19600075-1a3f-4bb7-b71b-af4fd0c839cf
2022-05-25T04:09:59.635Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : baafe003-c8eb-4588-96a7-4cf7b56a1d14
2022-05-25T04:10:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:10:09.624Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:10:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:10:12.726Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/baafe003-c8eb-4588-96a7-4cf7b56a1d14/model-vers/model-ver/19600075-1a3f-4bb7-b71b-af4fd0c839cf?depth=0
2022-05-25T04:10:12.835Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:10:13.277Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baafe003-c8eb-4588-96a7-4cf7b56a1d14/model-vers/model-ver/19600075-1a3f-4bb7-b71b-af4fd0c839cf?depth=0|INFO|500||Invoke
2022-05-25T04:10:13.286Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baafe003-c8eb-4588-96a7-4cf7b56a1d14/model-vers/model-ver/19600075-1a3f-4bb7-b71b-af4fd0c839cf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baafe003-c8eb-4588-96a7-4cf7b56a1d14/model-vers/model-ver/19600075-1a3f-4bb7-b71b-af4fd0c839cf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[72c78247-18b1-4df6-8bff-edb4cb3d9968], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6dc1802c-2da1-4c41-894a-12cb42803787], X-ECOMP-RequestID=[72c78247-18b1-4df6-8bff-edb4cb3d9968], X-TransactionId=[], X-ONAP-RequestID=[72c78247-18b1-4df6-8bff-edb4cb3d9968], Content-Type=[application/merge-patch+json]}
2022-05-25T04:10:13.388Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baafe003-c8eb-4588-96a7-4cf7b56a1d14/model-vers/model-ver/19600075-1a3f-4bb7-b71b-af4fd0c839cf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T04:10:13.885Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baafe003-c8eb-4588-96a7-4cf7b56a1d14/model-vers/model-ver/19600075-1a3f-4bb7-b71b-af4fd0c839cf?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/baafe003-c8eb-4588-96a7-4cf7b56a1d14/model-vers/model-ver/19600075-1a3f-4bb7-b71b-af4fd0c839cf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-04:10:13:397-76611], vertex-id=[209008], Content-Length=[0], Date=[Wed, 25 May 2022 04:10:13 GMT], Content-Type=[application/json]}
2022-05-25T04:10:13.887Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baafe003-c8eb-4588-96a7-4cf7b56a1d14/model-vers/model-ver/19600075-1a3f-4bb7-b71b-af4fd0c839cf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:10:13.888Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/baafe003-c8eb-4588-96a7-4cf7b56a1d14/model-vers/model-ver/19600075-1a3f-4bb7-b71b-af4fd0c839cf?depth=0|INFO|500||InvokeReturn
2022-05-25T04:10:13.891Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:10:13.891Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:10:13.900Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-05-25T04:10:13.901Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 72c78247-18b1-4df6-8bff-edb4cb3d9968 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T04:10:13.902Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:10:13.903Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:10:13.905Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:10:13.905Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451813901,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:10:14.005Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:10:14.006Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:10:14.006Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:10:14.022Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:10:14.022Z||pool-18-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:10:14.636Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:10:14.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-05-25T04:10:14.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "72c78247-18b1-4df6-8bff-edb4cb3d9968",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653451813901,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:10:14.638Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:10:14.921Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:10:14.922Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:10:14.922Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:10:25.182Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:10:25.183Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:10:25.184Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:10:25.184Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:10:34.750Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:10:34.751Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:10:34.752Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:10:34.752Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:10:44.316Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:11:09.620Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:11:09.621Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:11:09.622Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:11:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:11:09.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:11:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:11:19.169Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:11:19.173Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:12:09.620Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:12:09.621Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:12:09.621Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:12:09.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:12:09.624Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:12:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:12:19.177Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:12:19.180Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:13:09.620Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:13:09.621Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:13:09.621Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:13:09.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:13:09.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:13:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:13:19.172Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:13:19.172Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:14:09.620Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:14:09.621Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:14:09.621Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:14:09.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:14:09.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:14:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:14:19.173Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:14:19.173Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:15:09.620Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:15:09.621Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:15:09.621Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:15:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:15:09.622Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:15:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:15:19.163Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:15:19.166Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:16:09.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:16:09.621Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:16:09.621Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:16:09.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:16:09.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:16:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:16:19.172Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:16:19.172Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:17:09.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:17:09.621Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:17:09.621Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:17:09.622Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:17:09.623Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:17:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:17:19.177Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:17:19.220Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:18:09.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:18:09.621Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:18:09.621Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:18:09.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:18:09.623Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:18:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:18:19.168Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:18:19.169Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:19:09.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:19:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:19:09.622Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:19:09.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:19:09.623Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:19:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:19:19.172Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:19:19.177Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:20:09.620Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:20:09.621Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:20:09.621Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as qYpiiJgh5diqaeja) ...
2022-05-25T04:20:09.622Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:20:09.623Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:20:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:20:19.196Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:20:19.196Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:21:09.620Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:21:09.621Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:21:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:21:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:21:09.622Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:21:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:21:10.011Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:21:10.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:21:10.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "cds",
  "timestamp": 1653452454665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:21:10.014Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:21:10.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:21:10.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452452873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:21:10.015Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:21:10.017Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:21:10.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "cds",
  "timestamp": 1653452454665,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:21:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:21:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:21:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452452873,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:21:10.018Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:21:10.018Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:21:10.018Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "cds",
  "timestamp": 1653452466003,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:21:10.019Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:21:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:21:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452466126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:21:10.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:21:10.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:21:10.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "cds",
  "timestamp": 1653452467015,
  "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=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:21:10.043Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a4de601-9e84-463c-bf3f-de57f50a32b8
2022-05-25T04:21:10.043Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a4de601-9e84-463c-bf3f-de57f50a32b8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:21:10.055Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:21:10.055Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452466126,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:21:10.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:21:10.257Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:21:10.258Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T04:21:10.258Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a4de601-9e84-463c-bf3f-de57f50a32b8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"b80ca078-0f99-4163-8330-b63a1e4769e1","serviceDescription":"service","serviceInvariantUUID":"4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"44ba6d91-9c56-4626-9c1b-33441ada73c1","resourceInvariantUUID":"77e2d780-1537-4219-8beb-6aa538c43c2c","resourceCustomizationUUID":"70b74568-6b03-4ad3-833e-5dc9e8c91868","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":"YzI0YjU3YTUwYmNjMjNjZGYwZDg5NDk3MjVmMmUzZjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"439c43bd-40c5-4f8b-b78c-ddf2f5235ec2","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZDM1MGI2MjViYjI4MWNkMzA2YTJlYTBkOTA5NjZmNGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d09f7c0-490f-41ec-a3aa-213fb0b45f81","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:21:10.261Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:21:10.261Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:21:10.266Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:21:10.266Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452469620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:21:10.366Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-25T04:21:10.367Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:21:10.367Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:21:10.388Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:21:10.388Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:21:11.268Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:21:11.269Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:21:11.271Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:21:11.271Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452469620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:21:11.371Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:21:11.372Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:21:11.372Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:21:11.384Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:21:11.385Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:21:12.273Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "b80ca078-0f99-4163-8330-b63a1e4769e1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "70b74568-6b03-4ad3-833e-5dc9e8c91868",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "44ba6d91-9c56-4626-9c1b-33441ada73c1",
      "resourceInvariantUUID": "77e2d780-1537-4219-8beb-6aa538c43c2c",
      "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": "ZDM1MGI2MjViYjI4MWNkMzA2YTJlYTBkOTA5NjZmNGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d09f7c0-490f-41ec-a3aa-213fb0b45f81"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:21:12.273Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:21:12.273Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b80ca078-0f99-4163-8330-b63a1e4769e1 ASDC
2022-05-25T04:21:12.274Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7a4de601-9e84-463c-bf3f-de57f50a32b8
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:b80ca078-0f99-4163-8330-b63a1e4769e1
ServiceInvariantUUID:4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9
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:8d09f7c0-490f-41ec-a3aa-213fb0b45f81
ArtifactChecksum:ZDM1MGI2MjViYjI4MWNkMzA2YTJlYTBkOTA5NjZmNGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:70b74568-6b03-4ad3-833e-5dc9e8c91868
ResourceInvariantUUID:77e2d780-1537-4219-8beb-6aa538c43c2c
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:44ba6d91-9c56-4626-9c1b-33441ada73c1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-05-25T04:21:12.275Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b80ca078-0f99-4163-8330-b63a1e4769e1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:21:12.308Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:21:12.309Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:21:12.309Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:21:12.309Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8d09f7c0-490f-41ec-a3aa-213fb0b45f81 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T04:21:12.309Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:21:12.309Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T04:21:12.744Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:21:12.746Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8d09f7c0-490f-41ec-a3aa-213fb0b45f81 52506
2022-05-25T04:21:12.747Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T04:21:12.747Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T04:21:12.747Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:21:12.747Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:21:12.749Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:21:12.750Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452472747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:21:12.850Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:21:12.850Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:21:12.851Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:21:12.862Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:21:12.863Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:21:13.750Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:21:13.758Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:21:13.758Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 8d09f7c0-490f-41ec-a3aa-213fb0b45f81, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:13.759Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-05-25T04:21:13.760Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:13.760Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:13.967Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8819663515458601485/Definitions/service-BasicNetwork-template.yml
2022-05-25T04:21:14.596Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:21:14.597Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:21:14.597Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.598Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-05-25T04:21:14.598Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.598Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.598Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.598Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.598Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.599Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.599Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.599Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.599Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:21:14.600Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.600Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.600Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T04:21:14.601Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:21:14.601Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:21:14.601Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.601Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.602Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-05-25T04:21:14.602Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:21:14.602Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:21:14.602Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.602Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.603Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.603Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.603Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.604Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.604Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.604Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.604Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.605Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.605Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:b80ca078-0f99-4163-8330-b63a1e4769e1
Model Version:NULL
Model InvariantUuid:4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:77e2d780-1537-4219-8beb-6aa538c43c2c
Model UUID:4724f117-9d55-4ea1-b7c6-a616e8113263
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:70b74568-6b03-4ad3-833e-5dc9e8c91868
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:21:14.613Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 44ba6d91-9c56-4626-9c1b-33441ada73c1
2022-05-25T04:21:14.613Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||No resources found for Service: b80ca078-0f99-4163-8330-b63a1e4769e1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:21:14.619Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||
2022-05-25T04:21:14.620Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-05-25T04:21:14.620Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||No resources found for Service: b80ca078-0f99-4163-8330-b63a1e4769e1
2022-05-25T04:21:14.621Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b80ca078-0f99-4163-8330-b63a1e4769e1
2022-05-25T04:21:14.621Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-05-25T04:21:14.621Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:21:14.628Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@fdfeac1, org.onap.sdc.toscaparser.api.parameters.Input@5ee7c429, org.onap.sdc.toscaparser.api.parameters.Input@736c8652, org.onap.sdc.toscaparser.api.parameters.Input@86c6e5e, org.onap.sdc.toscaparser.api.parameters.Input@78951470]
2022-05-25T04:21:14.629Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.629Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.630Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.630Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.630Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b80ca078-0f99-4163-8330-b63a1e4769e1: Generic NeutronNet
2022-05-25T04:21:14.631Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.631Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.631Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.631Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-05-25T04:21:14.661Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.662Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.662Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.663Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.663Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:21:14.663Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:21:14.663Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-25T04:21:14.713Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-05-25T04:21:14.713Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-05-25T04:21:14.713Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-05-25T04:21:14.714Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:21:14.714Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:21:14.716Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:21:14.716Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452474713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:21:14.819Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-25T04:21:14.821Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:21:14.821Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:21:14.839Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:21:14.840Z||pool-22-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:21:15.717Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:21:15.728Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:21:15.731Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:21:15.731Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:21:15.732Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:21:45.732Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:21:45.743Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:21:45.762Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:21:45.763Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:21:45.763Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:22:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:22:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:22:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:22:09.649Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:22:09.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:22:09.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "policy-id",
  "timestamp": 1653452468513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:22:09.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:22:15.763Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:22:15.774Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:22:15.777Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:22:15.777Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:22:15.777Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:22:45.777Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:22:45.787Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:22:45.789Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:22:45.789Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:22:45.790Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:23:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:23:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:23:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:23:09.652Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:23:09.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:23:09.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452469620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:23:09.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:23:15.790Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:23:15.809Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:23:15.811Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:23:15.811Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:23:15.812Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:23:45.812Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:23:45.843Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:23:45.847Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:23:45.847Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:23:45.847Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:24:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:24:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:24:09.624Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:24:09.651Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:09.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "policy-id",
  "timestamp": 1653452468513,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452469620,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "clamp",
  "timestamp": 1653452471030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "policy-id",
  "timestamp": 1653452471358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "clamp",
  "timestamp": 1653452471030,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452472747,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "policy-id",
  "timestamp": 1653452472364,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "policy-id",
  "timestamp": 1653452473366,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:24:09.665Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a4de601-9e84-463c-bf3f-de57f50a32b8
2022-05-25T04:24:09.665Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a4de601-9e84-463c-bf3f-de57f50a32b8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452474713,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.677Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452474152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452474152,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452476984,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452478676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.678Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452479682,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:24:09.683Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a4de601-9e84-463c-bf3f-de57f50a32b8
2022-05-25T04:24:09.683Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a4de601-9e84-463c-bf3f-de57f50a32b8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "aai-ml",
  "timestamp": 1653452480185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "aai-ml",
  "timestamp": 1653452480185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452472873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "aai-ml",
  "timestamp": 1653452483024,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.693Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "clamp",
  "timestamp": 1653452482975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452472873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452472873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "clamp",
  "timestamp": 1653452484984,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452484665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452472873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "clamp",
  "timestamp": 1653452485989,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:24:09.700Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a4de601-9e84-463c-bf3f-de57f50a32b8
2022-05-25T04:24:09.700Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a4de601-9e84-463c-bf3f-de57f50a32b8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452486124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452484665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452472873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.708Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452486124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "aai-ml",
  "timestamp": 1653452487331,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452484665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452472873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.709Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452486124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.710Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.710Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.710Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "aai-ml",
  "timestamp": 1653452488334,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:24:09.714Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a4de601-9e84-463c-bf3f-de57f50a32b8
2022-05-25T04:24:09.714Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a4de601-9e84-463c-bf3f-de57f50a32b8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452484665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452472873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452486124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.739Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452484665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452472873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452488513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452486124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452484665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452488513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452486124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452484665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452488513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452486124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452484665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452488513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452486124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452493522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452488513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "cds",
  "timestamp": 1653452494529,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.755Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6c880807-9746-424f-9a6d-0f3b790647e5
2022-05-25T04:24:09.755Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c880807-9746-424f-9a6d-0f3b790647e5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452495136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452488513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452496317,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452488513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.763Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452497322,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:24:09.768Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 6c880807-9746-424f-9a6d-0f3b790647e5
2022-05-25T04:24:09.768Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c880807-9746-424f-9a6d-0f3b790647e5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452488513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452497475,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452498478,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.777Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "policy-id",
  "timestamp": 1653452499481,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:24:09.781Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6c880807-9746-424f-9a6d-0f3b790647e5
2022-05-25T04:24:09.781Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c880807-9746-424f-9a6d-0f3b790647e5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452501030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452501030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452501030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452501030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452504153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.791Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452501030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452504153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452501030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452504153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452501030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452504153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.793Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452501030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452504153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452504153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452510185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452504153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452510185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452504153,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452510185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452512898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452512978,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452510185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.796Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452514633,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452510185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.797Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452514985,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.797Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452515636,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:24:09.802Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6c880807-9746-424f-9a6d-0f3b790647e5
2022-05-25T04:24:09.802Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c880807-9746-424f-9a6d-0f3b790647e5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452510185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "clamp",
  "timestamp": 1653452515990,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:24:09.814Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6c880807-9746-424f-9a6d-0f3b790647e5
2022-05-25T04:24:09.814Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c880807-9746-424f-9a6d-0f3b790647e5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452510185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452510185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:09.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:09.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452519041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:24:09.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452525025,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:24:09.823Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:24:09.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "aai-ml",
  "timestamp": 1653452526030,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:24:09.827Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6c880807-9746-424f-9a6d-0f3b790647e5
2022-05-25T04:24:09.827Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6c880807-9746-424f-9a6d-0f3b790647e5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:24:09.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:24:09.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:09.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:24:15.847Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:24:15.858Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:24:15.861Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:24:15.861Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:24:15.861Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:24:15.861Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:24:15.861Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:24:15.861Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:24:15.861Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:24:15.861Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:24:15.861Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:24:15.862Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:24:15.862Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|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-05-25T04:24:15.871Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:24:45.872Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:24:45.890Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a4de601-9e84-463c-bf3f-de57f50a32b8 and serviceModelVersionId: b80ca078-0f99-4163-8330-b63a1e4769e1
2022-05-25T04:24:45.890Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9
2022-05-25T04:24:45.892Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9/model-vers/model-ver/b80ca078-0f99-4163-8330-b63a1e4769e1?depth=0
2022-05-25T04:24:45.903Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:24:45.975Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9/model-vers/model-ver/b80ca078-0f99-4163-8330-b63a1e4769e1?depth=0|INFO|500||Invoke
2022-05-25T04:24:45.975Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9/model-vers/model-ver/b80ca078-0f99-4163-8330-b63a1e4769e1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9/model-vers/model-ver/b80ca078-0f99-4163-8330-b63a1e4769e1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a4de601-9e84-463c-bf3f-de57f50a32b8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d42c1b51-8dda-4cfc-b0d0-8eea9cb64e79], X-ECOMP-RequestID=[7a4de601-9e84-463c-bf3f-de57f50a32b8], X-TransactionId=[], X-ONAP-RequestID=[7a4de601-9e84-463c-bf3f-de57f50a32b8], Content-Type=[application/merge-patch+json]}
2022-05-25T04:24:46.012Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9/model-vers/model-ver/b80ca078-0f99-4163-8330-b63a1e4769e1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T04:24:46.200Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9/model-vers/model-ver/b80ca078-0f99-4163-8330-b63a1e4769e1?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/4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9/model-vers/model-ver/b80ca078-0f99-4163-8330-b63a1e4769e1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-04:24:46:024-65992], vertex-id=[176288], Content-Length=[0], Date=[Wed, 25 May 2022 04:24:46 GMT], Content-Type=[application/json]}
2022-05-25T04:24:46.201Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9/model-vers/model-ver/b80ca078-0f99-4163-8330-b63a1e4769e1?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:24:46.201Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4e803a0e-7ee7-40c3-8284-c9ea3b0e21f9/model-vers/model-ver/b80ca078-0f99-4163-8330-b63a1e4769e1?depth=0|INFO|500||InvokeReturn
2022-05-25T04:24:46.202Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:24:46.202Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|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-05-25T04:24:46.210Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|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-05-25T04:24:46.211Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a4de601-9e84-463c-bf3f-de57f50a32b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T04:24:46.211Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:24:46.212Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:24:46.215Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:24:46.215Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452686211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:24:46.315Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:24:46.316Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:24:46.317Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:24:46.335Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:46.335Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:24:47.229Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:24:47.230Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:24:47.230Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:24:51.613Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:51.617Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T04:24:51.618Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"6c880807-9746-424f-9a6d-0f3b790647e5","serviceName":"Demo_pNF_ailkCYL3fD42WBbtG3eV","serviceVersion":"1.0","serviceUUID":"d75a2aac-1da9-44a4-a8e1-651729283e7e","serviceDescription":"catalog service description","serviceInvariantUUID":"4cf47029-6ddb-4d7c-b0b0-c21e628dade4","resources":[{"resourceInstanceName":"pNF 856b89b6-8293 0","resourceName":"pNF 856b89b6-8293","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"496b90e7-ddb7-49f2-9052-fcbade9ecd8d","resourceInvariantUUID":"856840fa-935f-4d5d-9af6-c67f6933d26d","resourceCustomizationUUID":"159a10ef-ac3b-4c2f-a1d2-663106fee996","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml","artifactChecksum":"NGQ1MzgxMTIwOGQ3NjI1YzU5MWFkNTVhOTdkNTk1YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49740ae3-6615-45a0-b95e-a2318687e41e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar","artifactChecksum":"NTBjN2ZlMTAwMjllZDUzNDhhNjRiN2M1YTNmYWI3OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76e3107f-8911-42e0-8863-dbfd80e2a224","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7614b867-6fd1-494a-8cde-ac33a1898eac","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml","artifactChecksum":"OGZmMDYzZmIxM2ZkNGEwYTQyNDkzMDQ3YmIxODVhYWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d67a3e1d-df5c-44a7-9419-3c3d4894e788","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f006cff2-8cda-4f1d-a69c-cc822950754d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f8965148-26f5-4794-90d0-3112a6372995","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml","artifactChecksum":"Y2QxNmYwMTJkNmZiZmFiNjFkYWE3M2EyMGY3OGQzZTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"78efca76-aa7e-4954-ab92-ccd547a4cdca","artifactVersion":"1"},{"artifactName":"service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar","artifactChecksum":"Zjg5M2M3OTI3ZmViZjVhMTg2NDI4ZjAxMjk0YjcwZDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ec4a9bd-3b5e-4327-929c-a0d9b21346c2","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:24:51.623Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:24:51.624Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:24:51.627Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:24:51.627Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:51.730Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-05-25T04:24:51.730Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:24:51.731Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:24:51.752Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:51.753Z||pool-24-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:24:52.628Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:24:52.629Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:24:52.631Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:24:52.631Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:52.731Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:24:52.732Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:24:52.732Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:24:52.745Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:52.745Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:24:53.631Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:24:53.632Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:24:53.635Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:24:53.635Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:53.735Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:24:53.736Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:24:53.736Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:24:53.751Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:53.752Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:24:54.635Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:24:54.636Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:24:54.638Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:24:54.638Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:54.739Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:24:54.740Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:24:54.740Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:24:54.758Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:54.759Z||pool-27-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:24:55.639Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:24:55.640Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:24:55.642Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:24:55.642Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:55.742Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:24:55.743Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:24:55.743Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:24:55.767Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:55.768Z||pool-28-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:24:56.643Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:24:56.644Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:24:56.646Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:24:56.647Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:56.747Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:24:56.747Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:24:56.747Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:24:56.765Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:56.765Z||pool-29-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:24:57.647Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:24:57.648Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:24:57.650Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:24:57.651Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:24:57.751Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:24:57.751Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:24:57.751Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:24:57.763Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:57.763Z||pool-30-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:24:58.651Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:24:58.652Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:24:58.654Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:24:58.654Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:24:58.754Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:24:58.755Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:24:58.755Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:24:58.770Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:24:58.771Z||pool-31-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:24:59.656Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "serviceName": "Demo_pNF_ailkCYL3fD42WBbtG3eV",
  "serviceVersion": "1.0",
  "serviceUUID": "d75a2aac-1da9-44a4-a8e1-651729283e7e",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4cf47029-6ddb-4d7c-b0b0-c21e628dade4",
  "resources": [
    {
      "resourceInstanceName": "pNF 856b89b6-8293 0",
      "resourceCustomizationUUID": "159a10ef-ac3b-4c2f-a1d2-663106fee996",
      "resourceName": "pNF 856b89b6-8293",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "496b90e7-ddb7-49f2-9052-fcbade9ecd8d",
      "resourceInvariantUUID": "856840fa-935f-4d5d-9af6-c67f6933d26d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
      "artifactChecksum": "Zjg5M2M3OTI3ZmViZjVhMTg2NDI4ZjAxMjk0YjcwZDc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5ec4a9bd-3b5e-4327-929c-a0d9b21346c2"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:24:59.656Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:24:59.657Z|7a4de601-9e84-463c-bf3f-de57f50a32b8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d75a2aac-1da9-44a4-a8e1-651729283e7e ASDC
2022-05-25T04:24:59.658Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:6c880807-9746-424f-9a6d-0f3b790647e5
ServiceName:Demo_pNF_ailkCYL3fD42WBbtG3eV
ServiceVersion:1.0
ServiceUUID:d75a2aac-1da9-44a4-a8e1-651729283e7e
ServiceInvariantUUID:4cf47029-6ddb-4d7c-b0b0-c21e628dade4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
ArtifactUUID:5ec4a9bd-3b5e-4327-929c-a0d9b21346c2
ArtifactChecksum:Zjg5M2M3OTI3ZmViZjVhMTg2NDI4ZjAxMjk0YjcwZDc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 856b89b6-8293 0
ResourceCustomizationUUID:159a10ef-ac3b-4c2f-a1d2-663106fee996
ResourceInvariantUUID:856840fa-935f-4d5d-9af6-c67f6933d26d
ResourceName:pNF 856b89b6-8293
ResourceType:PNF
ResourceUUID:496b90e7-ddb7-49f2-9052-fcbade9ecd8d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-25T04:24:59.658Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d75a2aac-1da9-44a4-a8e1-651729283e7e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:24:59.691Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:24:59.691Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:24:59.691Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:24:59.692Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5ec4a9bd-3b5e-4327-929c-a0d9b21346c2 from URL: /sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:24:59.692Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:24:59.692Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:00.273Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:25:00.277Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar 5ec4a9bd-3b5e-4327-929c-a0d9b21346c2 82651
2022-05-25T04:25:00.277Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar ASDC sendASDCNotification
2022-05-25T04:25:00.278Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:00.278Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:25:00.278Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:00.281Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:00.281Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452700277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:00.381Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:00.382Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:00.382Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:00.397Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:00.397Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:01.282Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:25:01.283Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:25:01.283Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 5ec4a9bd-3b5e-4327-929c-a0d9b21346c2, URL: /sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar to file: /app/ASDC/1/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:01.283Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:01.284Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:01.284Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:01.440Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16562617246812750006/Definitions/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml
2022-05-25T04:25:02.254Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|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-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|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-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|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-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|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-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 856b89b6-8293 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-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|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-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|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-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:02.255Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:25:02.256Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:02.256Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ailkCYL3fD42WBbtG3eV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:02.256Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Node template pNF 856b89b6-8293 0 is matching search criteria
2022-05-25T04:25:02.256Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:25:02.256Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 856b89b6-8293 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:25:02.257Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:02.257Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ailkCYL3fD42WBbtG3eV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:02.257Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Node template pNF 856b89b6-8293 0 is matching search criteria
2022-05-25T04:25:02.257Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:25:02.257Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 856b89b6-8293 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:25:02.257Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:02.258Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ailkCYL3fD42WBbtG3eV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:02.258Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:02.258Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ailkCYL3fD42WBbtG3eV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:02.258Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:02.258Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ailkCYL3fD42WBbtG3eV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:02.258Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:02.258Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ailkCYL3fD42WBbtG3eV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:02.259Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:02.259Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ailkCYL3fD42WBbtG3eV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:02.259Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_ailkCYL3fD42WBbtG3eV
Description:catalog service description
Model UUID:d75a2aac-1da9-44a4-a8e1-651729283e7e
Model Version:NULL
Model InvariantUuid:4cf47029-6ddb-4d7c-b0b0-c21e628dade4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:25:02.266Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 496b90e7-ddb7-49f2-9052-fcbade9ecd8d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:25:02.269Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||pNF 856b89b6-8293 0
2022-05-25T04:25:02.269Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 496b90e7-ddb7-49f2-9052-fcbade9ecd8d
2022-05-25T04:25:02.269Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||No resources found for Service: d75a2aac-1da9-44a4-a8e1-651729283e7e
2022-05-25T04:25:02.269Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d75a2aac-1da9-44a4-a8e1-651729283e7e
2022-05-25T04:25:02.269Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 856b89b6-8293 0 496b90e7-ddb7-49f2-9052-fcbade9ecd8d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:25:02.274Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@39010a05, org.onap.sdc.toscaparser.api.parameters.Input@3c5d77f, org.onap.sdc.toscaparser.api.parameters.Input@723b7f7d, org.onap.sdc.toscaparser.api.parameters.Input@18e53db3, org.onap.sdc.toscaparser.api.parameters.Input@29055d88]
2022-05-25T04:25:02.274Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:02.274Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ailkCYL3fD42WBbtG3eV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:02.275Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d75a2aac-1da9-44a4-a8e1-651729283e7e: pNF 856b89b6-8293
2022-05-25T04:25:02.275Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||Processing PNF resource: 496b90e7-ddb7-49f2-9052-fcbade9ecd8d
2022-05-25T04:25:02.275Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:02.276Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_ailkCYL3fD42WBbtG3eV is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:02.276Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||Resource customization UUID: 159a10ef-ac3b-4c2f-a1d2-663106fee996 is the same as notified resource customizationUUID: 159a10ef-ac3b-4c2f-a1d2-663106fee996
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-25T04:25:02.314Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 856b89b6-8293 496b90e7-ddb7-49f2-9052-fcbade9ecd8d 0 ASDC deployResourceStructure
2022-05-25T04:25:02.314Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar ASDC sendASDCNotification
2022-05-25T04:25:02.315Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar
2022-05-25T04:25:02.315Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:25:02.315Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:02.317Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:02.317Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452702314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:02.417Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:02.418Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:02.418Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:02.433Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:02.433Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:03.318Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6c880807-9746-424f-9a6d-0f3b790647e5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:25:03.327Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6c880807-9746-424f-9a6d-0f3b790647e5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:25:03.329Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:03.330Z|6c880807-9746-424f-9a6d-0f3b790647e5|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-05-25T04:25:03.335Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:25:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:25:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:25:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:25:09.644Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:09.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.663Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.668Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.668Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.669Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.669Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.669Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.670Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.670Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.670Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.671Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.671Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.671Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.672Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.672Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.672Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.674Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.674Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.674Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.675Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.675Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.675Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.676Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.676Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.676Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.677Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.677Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.677Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.678Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.678Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.678Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.679Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.688Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.688Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.689Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452526123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.692Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.693Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.693Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.693Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452528513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.694Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.694Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452529665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.694Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.695Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.695Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.695Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.696Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.696Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.696Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452539587,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.698Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.698Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.698Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452540512,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.699Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.699Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452531030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.699Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.699Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.700Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.700Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.700Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.701Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452540590,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.701Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.705Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.706Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.706Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "policy-id",
  "timestamp": 1653452541593,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.720Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2595617-361b-41d0-b569-3e5c5c2f526b
2022-05-25T04:25:09.720Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2595617-361b-41d0-b569-3e5c5c2f526b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "cds",
  "timestamp": 1653452542713,
  "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=?
2022-05-25T04:25:09.731Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e2595617-361b-41d0-b569-3e5c5c2f526b
2022-05-25T04:25:09.731Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2595617-361b-41d0-b569-3e5c5c2f526b and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.740Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.740Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452532873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452534151,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452543663,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.742Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452544900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452544665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452544729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452546123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452544665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452545785,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.744Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452546928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452546123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452544665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452546847,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452547932,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.751Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e2595617-361b-41d0-b569-3e5c5c2f526b
2022-05-25T04:25:09.751Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2595617-361b-41d0-b569-3e5c5c2f526b and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452546123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452544665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452547948,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.763Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e2595617-361b-41d0-b569-3e5c5c2f526b
2022-05-25T04:25:09.763Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2595617-361b-41d0-b569-3e5c5c2f526b and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T04:25:09.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.768Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.768Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.768Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452548982,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.769Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452546123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.769Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.769Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452544665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.769Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452548953,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452548513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452546123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452544665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452548513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452551144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452546123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452544665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452548513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452546123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452544665,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452548513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452546123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452553703,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452548513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452553987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452552873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "cds",
  "timestamp": 1653452554714,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.786Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2bdd7a81-fd89-4768-a87a-cd7d0edca35d
2022-05-25T04:25:09.786Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdd7a81-fd89-4768-a87a-cd7d0edca35d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452548513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.794Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.794Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "clamp",
  "timestamp": 1653452554991,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.799Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e2595617-361b-41d0-b569-3e5c5c2f526b
2022-05-25T04:25:09.799Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2595617-361b-41d0-b569-3e5c5c2f526b and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.806Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452552873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.806Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.806Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452548513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.807Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.807Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.807Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452552873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.807Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452548513,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.808Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.808Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.808Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452552873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452557270,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.809Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.809Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.809Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452552873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.809Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452558494,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.810Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.810Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.810Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452552873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.810Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452558274,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.811Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.811Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.811Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "aai-ml",
  "timestamp": 1653452559498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.817Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e2595617-361b-41d0-b569-3e5c5c2f526b
2022-05-25T04:25:09.817Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e2595617-361b-41d0-b569-3e5c5c2f526b and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "policy-id",
  "timestamp": 1653452559277,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.829Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bdd7a81-fd89-4768-a87a-cd7d0edca35d
2022-05-25T04:25:09.829Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdd7a81-fd89-4768-a87a-cd7d0edca35d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452552873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452552873,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452561030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452561925,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452561030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452561030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452563217,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452561030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452564151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452564614,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.843Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452561030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452564151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452565635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.850Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2bdd7a81-fd89-4768-a87a-cd7d0edca35d
2022-05-25T04:25:09.850Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdd7a81-fd89-4768-a87a-cd7d0edca35d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T04:25:09.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.872Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.872Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452559665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.873Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.873Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.873Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452566123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.874Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.874Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452561030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.874Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452564151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452566644,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.876Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452540185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452566123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.877Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452559665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.878Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.878Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.878Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452561030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.879Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.879Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452564151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.879Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.880Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452559665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.880Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.880Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452566123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.881Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.881Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.881Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452561030,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.882Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.882Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452568836,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.882Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.882Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452564151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.883Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452566123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452559665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452564151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452568513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.886Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.886Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.886Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452566123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.887Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452559665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.887Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.887Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452564151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452568513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452566123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452559665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.890Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.890Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.890Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452564151,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.891Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.891Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452568513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.891Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452571984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.892Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.892Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.892Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452566123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.893Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452559665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.893Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.893Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452568513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.894Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.894Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.894Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452572868,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.895Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452572987,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.895Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.895Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452566123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.896Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.896Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.896Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452559665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452568513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.897Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452572873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452566123,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452559665,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452568513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452575012,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.900Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452572873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452575767,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.902Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452568513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452576016,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.908Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2bdd7a81-fd89-4768-a87a-cd7d0edca35d
2022-05-25T04:25:09.908Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdd7a81-fd89-4768-a87a-cd7d0edca35d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452576064,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_ERROR"
}
2022-05-25T04:25:09.917Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452572873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452576621,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.918Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "cds",
  "timestamp": 1653452576775,
  "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-05-25T04:25:09.931Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df2e3183-179c-4adf-a478-1414590cfad3
2022-05-25T04:25:09.931Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2e3183-179c-4adf-a478-1414590cfad3 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452568513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.939Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452577068,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_ERROR"
}
2022-05-25T04:25:09.940Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.940Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452572873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.940Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "aai-ml",
  "timestamp": 1653452577625,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.945Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2bdd7a81-fd89-4768-a87a-cd7d0edca35d
2022-05-25T04:25:09.945Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdd7a81-fd89-4768-a87a-cd7d0edca35d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452568513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "clamp",
  "timestamp": 1653452578071,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.958Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 2bdd7a81-fd89-4768-a87a-cd7d0edca35d
2022-05-25T04:25:09.959Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2bdd7a81-fd89-4768-a87a-cd7d0edca35d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452572873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452578293,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452572873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452578628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452579298,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:09.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452572873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452578628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.973Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452577778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "policy-id",
  "timestamp": 1653452580301,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:09.979Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df2e3183-179c-4adf-a478-1414590cfad3
2022-05-25T04:25:09.979Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2e3183-179c-4adf-a478-1414590cfad3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:25:09.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452572873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452578628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.988Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.988Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.988Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452577778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452572873,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.989Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452578628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452577778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452578628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452577778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452582753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452578628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452577778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452583956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452578628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452577778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452585072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452586123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452578628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452577778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452586125,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:09.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:09.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452586123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.996Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452578628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:09.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452577778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:09.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:09.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:09.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452587165,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:25:10.002Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df2e3183-179c-4adf-a478-1414590cfad3
2022-05-25T04:25:10.002Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2e3183-179c-4adf-a478-1414590cfad3 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T04:25:10.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:10.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452586123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:10.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:10.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:10.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452577778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:10.011Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:10.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:10.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452588420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:10.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:10.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:10.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452588176,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:10.012Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:25:10.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:25:10.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452586123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:10.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:25:33.335Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6c880807-9746-424f-9a6d-0f3b790647e5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:25:33.341Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6c880807-9746-424f-9a6d-0f3b790647e5 and serviceModelVersionId: d75a2aac-1da9-44a4-a8e1-651729283e7e
2022-05-25T04:25:33.341Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4cf47029-6ddb-4d7c-b0b0-c21e628dade4
2022-05-25T04:25:33.343Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4cf47029-6ddb-4d7c-b0b0-c21e628dade4/model-vers/model-ver/d75a2aac-1da9-44a4-a8e1-651729283e7e?depth=0
2022-05-25T04:25:33.347Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:25:33.388Z|6c880807-9746-424f-9a6d-0f3b790647e5|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/4cf47029-6ddb-4d7c-b0b0-c21e628dade4/model-vers/model-ver/d75a2aac-1da9-44a4-a8e1-651729283e7e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-25T04:25:33.391Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cf47029-6ddb-4d7c-b0b0-c21e628dade4/model-vers/model-ver/d75a2aac-1da9-44a4-a8e1-651729283e7e?depth=0|INFO|500||Invoke
2022-05-25T04:25:33.411Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cf47029-6ddb-4d7c-b0b0-c21e628dade4/model-vers/model-ver/d75a2aac-1da9-44a4-a8e1-651729283e7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T04:25:33.689Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4cf47029-6ddb-4d7c-b0b0-c21e628dade4/model-vers/model-ver/d75a2aac-1da9-44a4-a8e1-651729283e7e?depth=0|INFO|500||InvokeReturn
2022-05-25T04:25:33.690Z|6c880807-9746-424f-9a6d-0f3b790647e5|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/4cf47029-6ddb-4d7c-b0b0-c21e628dade4/model-vers/model-ver/d75a2aac-1da9-44a4-a8e1-651729283e7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-04:25:33:417-18832], vertex-id=[192688], Content-Length=[0], Date=[Wed, 25 May 2022 04:25:33 GMT], Content-Type=[application/json]}
2022-05-25T04:25:33.690Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:25:33.691Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:25:33.691Z|6c880807-9746-424f-9a6d-0f3b790647e5|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-05-25T04:25:33.696Z|6c880807-9746-424f-9a6d-0f3b790647e5|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-05-25T04:25:33.696Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6c880807-9746-424f-9a6d-0f3b790647e5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T04:25:33.697Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:25:33.697Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:33.699Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:33.699Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452733697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:25:33.799Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:33.800Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:33.800Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:33.814Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:33.814Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:25:34.714Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T04:25:34.714Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e2595617-361b-41d0-b569-3e5c5c2f526b","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8bbcca58-855e-4e20-a90b-528819055da0","serviceDescription":"service","serviceInvariantUUID":"3431215c-b658-40c2-8ed4-431af5f28613","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"217e572b-ebf2-4e8b-b6eb-f3eb53e7556d","resourceInvariantUUID":"98b7b14d-c4b2-4b8d-ac91-c17013306bad","resourceCustomizationUUID":"eaedf02b-4e68-4cd8-bf7d-d79a00c764c5","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":"ZjllOGMzNzc2NWE3YTQ4YzQ3MDU3ODJiZWRjNjFjYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31c45da5-39bd-44b7-bd51-99fadcc7ef1d","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":"ZWY2OWIwODJkMzgyMzFhYTFlOWRlOTAyMjZkNzFkNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"42d83546-b279-4128-8652-32c4626161f4","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":"7e5785f3-0119-4c29-a180-e348ca91213e","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":"786c8581-bdbc-48f7-804b-6b0c772e745d","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":"04d31d2c-a3c5-403a-b0c4-5f0961047859","artifactVersion":"2","generatedFromUUID":"3a010b74-ff72-475c-bb41-adfca36b0ee3"},{"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":"325b7a45-6537-45cc-a666-be29844f9884","artifactVersion":"2","generatedFromUUID":"7e5785f3-0119-4c29-a180-e348ca91213e"},{"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":"3a010b74-ff72-475c-bb41-adfca36b0ee3","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":"77c6f116-cf15-44f2-8a29-c11bff9034e2","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":"OTRlMmM3ZjZhNzc3ZTYwZjAyNmUzMDU4YWFiNzVhOTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ce13527-3714-47c2-8e65-8052528d5683","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YmExZWExZGQ4NWFjZTFhMjQwZDJlNjdjMzBlMjQwZWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a0e5a1e3-72c7-4123-8ee4-90d26a796bb0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:25:34.715Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:34.715Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:34.717Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:34.717Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:34.817Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:34.818Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:34.818Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:34.833Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:34.833Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:35.718Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:35.719Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:35.721Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:35.721Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:25:35.821Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:35.821Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:35.821Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:35.835Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:35.836Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:36.721Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:36.722Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:36.724Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:36.725Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:25:36.825Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:36.825Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:36.825Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:36.840Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:36.840Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:37.725Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:37.727Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:37.729Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:37.729Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:37.829Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:37.830Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:37.830Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:37.844Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:37.845Z||pool-38-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:38.729Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:38.730Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:38.732Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:38.732Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T04:25:38.832Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:38.833Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:38.833Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:38.846Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:38.847Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:39.733Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:39.733Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:39.735Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:39.735Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T04:25:39.835Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:25:39.836Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:39.836Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:39.850Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:39.850Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:40.736Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:40.739Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:40.741Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:40.741Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T04:25:40.841Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:40.842Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:40.842Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:40.855Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:40.855Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:41.741Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:41.742Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:41.744Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:41.744Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:41.844Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:41.845Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:41.845Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:41.861Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:41.861Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:42.745Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:42.746Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:42.747Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:42.748Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:25:42.847Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:25:42.848Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:42.848Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:42.864Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:42.865Z||pool-43-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:43.748Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:25:43.749Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:43.750Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:43.751Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:25:43.851Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:43.851Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:43.851Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:43.868Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:43.868Z||pool-44-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:44.753Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8bbcca58-855e-4e20-a90b-528819055da0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3431215c-b658-40c2-8ed4-431af5f28613",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "eaedf02b-4e68-4cd8-bf7d-d79a00c764c5",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "217e572b-ebf2-4e8b-b6eb-f3eb53e7556d",
      "resourceInvariantUUID": "98b7b14d-c4b2-4b8d-ac91-c17013306bad",
      "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": "ZWY2OWIwODJkMzgyMzFhYTFlOWRlOTAyMjZkNzFkNjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "42d83546-b279-4128-8652-32c4626161f4",
          "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": "7e5785f3-0119-4c29-a180-e348ca91213e",
          "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": "325b7a45-6537-45cc-a666-be29844f9884",
            "generatedFromUUID": "7e5785f3-0119-4c29-a180-e348ca91213e"
          },
          "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": "04d31d2c-a3c5-403a-b0c4-5f0961047859",
          "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": "325b7a45-6537-45cc-a666-be29844f9884",
          "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": "3a010b74-ff72-475c-bb41-adfca36b0ee3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YmExZWExZGQ4NWFjZTFhMjQwZDJlNjdjMzBlMjQwZWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a0e5a1e3-72c7-4123-8ee4-90d26a796bb0"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:25:44.753Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:25:44.754Z|6c880807-9746-424f-9a6d-0f3b790647e5|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8bbcca58-855e-4e20-a90b-528819055da0 ASDC
2022-05-25T04:25:44.754Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:e2595617-361b-41d0-b569-3e5c5c2f526b
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:8bbcca58-855e-4e20-a90b-528819055da0
ServiceInvariantUUID:3431215c-b658-40c2-8ed4-431af5f28613
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:a0e5a1e3-72c7-4123-8ee4-90d26a796bb0
ArtifactChecksum:YmExZWExZGQ4NWFjZTFhMjQwZDJlNjdjMzBlMjQwZWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:eaedf02b-4e68-4cd8-bf7d-d79a00c764c5
ResourceInvariantUUID:98b7b14d-c4b2-4b8d-ac91-c17013306bad
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:217e572b-ebf2-4e8b-b6eb-f3eb53e7556d
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:42d83546-b279-4128-8652-32c4626161f4
ArtifactChecksum:ZWY2OWIwODJkMzgyMzFhYTFlOWRlOTAyMjZkNzFkNjM=
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:7e5785f3-0119-4c29-a180-e348ca91213e
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:325b7a45-6537-45cc-a666-be29844f9884
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:04d31d2c-a3c5-403a-b0c4-5f0961047859
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:325b7a45-6537-45cc-a666-be29844f9884
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:3a010b74-ff72-475c-bb41-adfca36b0ee3
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T04:25:44.754Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8bbcca58-855e-4e20-a90b-528819055da0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:25:44.783Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:25:44.783Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:25:44.784Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:25:44.784Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a0e5a1e3-72c7-4123-8ee4-90d26a796bb0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T04:25:44.784Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:25:44.784Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T04:25:45.479Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:25:45.486Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar a0e5a1e3-72c7-4123-8ee4-90d26a796bb0 158209
2022-05-25T04:25:45.486Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T04:25:45.486Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T04:25:45.486Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:25:45.486Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:45.488Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:45.489Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452745486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:45.589Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:45.589Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:45.590Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:45.602Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:45.603Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:46.489Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:25:46.490Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:25:46.490Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a0e5a1e3-72c7-4123-8ee4-90d26a796bb0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T04:25:46.491Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-05-25T04:25:46.491Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T04:25:46.491Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T04:25:46.591Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17566264543466433338/Definitions/service-BasicCnfMacro-template.yml
2022-05-25T04:25:47.579Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:25:47.579Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:25:47.580Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-05-25T04:25:47.580Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-25T04:25:47.580Z|e2595617-361b-41d0-b569-3e5c5c2f526b|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-BasicCnfMacro-csar.csar
2022-05-25T04:25:47.580Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:47.580Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:47.580Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:47.580Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:25:47.580Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.580Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:47.581Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T04:25:47.581Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:25:47.581Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:25:47.581Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.581Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:47.581Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T04:25:47.582Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:25:47.582Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:25:47.582Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.582Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:47.582Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.582Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-25T04:25:47.582Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-05-25T04:25:47.583Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-05-25T04:25:47.583Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T04:25:47.583Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.583Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:25:47.583Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.584Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T04:25:47.584Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:25:47.584Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.584Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T04:25:47.584Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:25:47.585Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.585Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T04:25:47.585Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:25:47.585Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.585Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T04:25:47.585Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:25:47.585Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.586Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-05-25T04:25:47.586Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-05-25T04:25:47.586Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=f6218065-8f39-4983-b765-423d411fd72f
2022-05-25T04:25:47.586Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.586Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:47.586Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.586Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:47.587Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.587Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:47.587Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:47.587Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:47.587Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:8bbcca58-855e-4e20-a90b-528819055da0
Model Version:NULL
Model InvariantUuid:3431215c-b658-40c2-8ed4-431af5f28613
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:8109cac1-f93a-4393-90a2-0d513ac2bb0f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98b7b14d-c4b2-4b8d-ac91-c17013306bad
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:eaedf02b-4e68-4cd8-bf7d-d79a00c764c5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:38ede1ca-10c3-479a-9027-9b24fbd1108f
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:57330f5d-4c79-4eae-8034-edd5af3dcc36
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:0311c266-0264-44a8-9770-1f909f0abbd3
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:50d4a882-b9f2-495b-923c-d7c76047299d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f6218065-8f39-4983-b765-423d411fd72f
ModelInvariantUuid:77d7bfef-9e5c-4f8a-a580-e12e6b347b93
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:50be49d7-3cac-4ab3-9a50-f7556b3a1528
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:a88276bc-f986-418a-af8a-99c1b051ea6f
ModelInvariantUuid:9e7ee9c2-1cd7-4b0a-ae4c-51bac525b241
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:47c00ec3-151b-4ae0-b586-fca399088b9a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:25:47.595Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 217e572b-ebf2-4e8b-b6eb-f3eb53e7556d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:25:47.598Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||basic_cnf_macro 0
2022-05-25T04:25:47.598Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 217e572b-ebf2-4e8b-b6eb-f3eb53e7556d
2022-05-25T04:25:47.598Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 42d83546-b279-4128-8652-32c4626161f4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-05-25T04:25:47.598Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:25:47.598Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:47.795Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:25:47.796Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 42d83546-b279-4128-8652-32c4626161f4 1565
2022-05-25T04:25:47.796Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:47.796Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:47.796Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:25:47.796Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:47.798Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:47.798Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452747796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:47.898Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:47.899Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:47.899Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:47.913Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:47.913Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:48.798Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0311c266-0264-44a8-9770-1f909f0abbd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "50d4a882-b9f2-495b-923c-d7c76047299d",
    "vfModuleModelCustomizationUUID": "35ff5f6c-2edf-42c1-84ba-536c29c04dc4",
    "isBase": true,
    "artifacts": [
      "7e5785f3-0119-4c29-a180-e348ca91213e",
      "325b7a45-6537-45cc-a666-be29844f9884"
    ],
    "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": "38ede1ca-10c3-479a-9027-9b24fbd1108f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57330f5d-4c79-4eae-8034-edd5af3dcc36",
    "vfModuleModelCustomizationUUID": "6aaff6cd-0ef4-4572-bd59-5ee1ebc73d7e",
    "isBase": false,
    "artifacts": [
      "3a010b74-ff72-475c-bb41-adfca36b0ee3"
    ],
    "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-05-25T04:25:48.804Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50d4a882-b9f2-495b-923c-d7c76047299d
VfModuleModelInvariantUUID:0311c266-0264-44a8-9770-1f909f0abbd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e5785f3-0119-4c29-a180-e348ca91213e
,
325b7a45-6537-45cc-a666-be29844f9884

}
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:57330f5d-4c79-4eae-8034-edd5af3dcc36
VfModuleModelInvariantUUID:38ede1ca-10c3-479a-9027-9b24fbd1108f
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a010b74-ff72-475c-bb41-adfca36b0ee3

}
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-05-25T04:25:48.806Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "0311c266-0264-44a8-9770-1f909f0abbd3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "50d4a882-b9f2-495b-923c-d7c76047299d",
    "vfModuleModelCustomizationUUID": "35ff5f6c-2edf-42c1-84ba-536c29c04dc4",
    "isBase": true,
    "artifacts": [
      "7e5785f3-0119-4c29-a180-e348ca91213e",
      "325b7a45-6537-45cc-a666-be29844f9884"
    ],
    "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": "38ede1ca-10c3-479a-9027-9b24fbd1108f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "57330f5d-4c79-4eae-8034-edd5af3dcc36",
    "vfModuleModelCustomizationUUID": "6aaff6cd-0ef4-4572-bd59-5ee1ebc73d7e",
    "isBase": false,
    "artifacts": [
      "3a010b74-ff72-475c-bb41-adfca36b0ee3"
    ],
    "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-05-25T04:25:48.806Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:50d4a882-b9f2-495b-923c-d7c76047299d
VfModuleModelInvariantUUID:0311c266-0264-44a8-9770-1f909f0abbd3
VfModuleModelDescription:NULL
Artifacts UUID List:{
7e5785f3-0119-4c29-a180-e348ca91213e
,
325b7a45-6537-45cc-a666-be29844f9884

}
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:57330f5d-4c79-4eae-8034-edd5af3dcc36
VfModuleModelInvariantUUID:38ede1ca-10c3-479a-9027-9b24fbd1108f
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a010b74-ff72-475c-bb41-adfca36b0ee3

}
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-05-25T04:25:48.806Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7e5785f3-0119-4c29-a180-e348ca91213e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-05-25T04:25:48.807Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:25:48.807Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:48.853Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:25:48.853Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 7e5785f3-0119-4c29-a180-e348ca91213e 914
2022-05-25T04:25:48.853Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:48.853Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:48.853Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:25:48.854Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:48.855Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:48.856Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452748853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:48.956Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:48.957Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:48.957Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:48.973Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:48.974Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:49.856Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 04d31d2c-a3c5-403a-b0c4-5f0961047859 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-05-25T04:25:49.857Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:25:49.857Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:49.898Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:25:49.898Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 04d31d2c-a3c5-403a-b0c4-5f0961047859 12
2022-05-25T04:25:49.898Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:49.898Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:49.898Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:25:49.899Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:49.900Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:49.901Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452749898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:50.000Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:25:50.001Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:50.001Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:50.014Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:50.015Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:50.901Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 325b7a45-6537-45cc-a666-be29844f9884 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-05-25T04:25:50.902Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:25:50.902Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:50.944Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:25:50.944Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 325b7a45-6537-45cc-a666-be29844f9884 96
2022-05-25T04:25:50.944Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:50.944Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:50.945Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:25:50.945Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:50.946Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:50.947Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452750944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:51.046Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:25:51.047Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:51.047Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:51.060Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:51.060Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:25:51.947Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 3a010b74-ff72-475c-bb41-adfca36b0ee3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-05-25T04:25:51.948Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:25:51.948Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:51.993Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:25:51.993Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 3a010b74-ff72-475c-bb41-adfca36b0ee3 20206
2022-05-25T04:25:51.993Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:51.994Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:51.994Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:25:51.994Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:51.995Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:51.995Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452751993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:25:52.096Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:52.096Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:52.096Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:52.114Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:52.114Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:52.999Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8bbcca58-855e-4e20-a90b-528819055da0
2022-05-25T04:25:52.999Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 217e572b-ebf2-4e8b-b6eb-f3eb53e7556d 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-05-25T04:25:53.009Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77376efa, org.onap.sdc.toscaparser.api.parameters.Input@f860057, org.onap.sdc.toscaparser.api.parameters.Input@7da0cd4b, org.onap.sdc.toscaparser.api.parameters.Input@5be44999, org.onap.sdc.toscaparser.api.parameters.Input@1768aca1]
2022-05-25T04:25:53.010Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.011Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:53.011Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-25T04:25:53.011Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= eaedf02b-4e68-4cd8-bf7d-d79a00c764c5
2022-05-25T04:25:53.011Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: eaedf02b-4e68-4cd8-bf7d-d79a00c764c5 matches Tosca VF Customization UUID: eaedf02b-4e68-4cd8-bf7d-d79a00c764c5
2022-05-25T04:25:53.011Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: eaedf02b-4e68-4cd8-bf7d-d79a00c764c5  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T04:25:53.013Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.013Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:53.014Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id eaedf02b-4e68-4cd8-bf7d-d79a00c764c5: {\"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-05-25T04:25:53.014Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a33fb03
2022-05-25T04:25:53.014Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.014Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:25:53.015Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6aaff6cd-0ef4-4572-bd59-5ee1ebc73d7e
2022-05-25T04:25:53.015Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6aaff6cd-0ef4-4572-bd59-5ee1ebc73d7e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T04:25:53.021Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.021Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T04:25:53.021Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:25:53.021Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.021Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T04:25:53.021Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:25:53.022Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.022Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-05-25T04:25:53.022Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=eaedf02b-4e68-4cd8-bf7d-d79a00c764c5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:25:53.024Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.024Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:53.024Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8bbcca58-855e-4e20-a90b-528819055da0: basic_cnf_macro
2022-05-25T04:25:53.024Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.024Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:53.025Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.025Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:53.025Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.025Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:53.025Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.025Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:53.026Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:25:53.026Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:25:53.026Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:53.057Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 217e572b-ebf2-4e8b-b6eb-f3eb53e7556d 2 ASDC deployResourceStructure
2022-05-25T04:25:53.058Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:53.058Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:53.058Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:25:53.058Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:53.060Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:53.060Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452753058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:53.160Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:53.160Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:53.161Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:53.173Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:53.173Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:54.061Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:54.061Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:54.061Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:25:54.061Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:54.063Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:54.063Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452754060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:54.163Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:54.164Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:54.164Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:54.175Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:54.175Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:55.069Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:55.070Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:55.070Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T04:25:55.070Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:55.072Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:55.072Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452755064,
  "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-05-25T04:25:55.172Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:55.172Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:55.173Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:55.188Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:55.189Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:56.072Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:56.073Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:56.073Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:25:56.073Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:56.075Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:56.075Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452756072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:56.175Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:56.176Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:56.176Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:56.189Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:56.190Z||pool-54-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:57.076Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:57.076Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||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-05-25T04:25:57.076Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T04:25:57.077Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:57.078Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:57.079Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452757076,
  "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-05-25T04:25:57.179Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:25:57.179Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:57.179Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:57.193Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:57.193Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:25:58.079Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T04:25:58.080Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-05-25T04:25:58.080Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:25:58.080Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:25:58.082Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:25:58.082Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452758079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:25:58.182Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:25:58.183Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:25:58.183Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:25:58.201Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:25:58.202Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:25:59.083Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e2595617-361b-41d0-b569-3e5c5c2f526b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:25:59.094Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e2595617-361b-41d0-b569-3e5c5c2f526b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:25:59.097Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:25:59.097Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:25:59.097Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:25:59.097Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:25:59.097Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:59.097Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:59.097Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:59.098Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:59.098Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:59.098Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:25:59.098Z|e2595617-361b-41d0-b569-3e5c5c2f526b|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-05-25T04:25:59.103Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:26:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:26:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:26:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:26:09.644Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:09.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452588513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452590175,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.655Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452586123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452588513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452586123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "cds",
  "timestamp": 1653452591383,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.672Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3fda42f1-33f9-44d5-b881-3146e46a0ae1
2022-05-25T04:26:09.672Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fda42f1-33f9-44d5-b881-3146e46a0ae1 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.679Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.679Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452588513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452586123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.680Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452588513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "cds",
  "timestamp": 1653452592386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452586123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452588513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.681Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "cds",
  "timestamp": 1653452592386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452586123,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.682Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452588513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "cds",
  "timestamp": 1653452592386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.683Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452596120,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.684Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.684Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.684Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.684Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452588513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.685Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "cds",
  "timestamp": 1653452592386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.685Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.685Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452597147,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.686Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452588513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "cds",
  "timestamp": 1653452592386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.687Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.688Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452598151,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.693Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3fda42f1-33f9-44d5-b881-3146e46a0ae1
2022-05-25T04:26:09.693Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fda42f1-33f9-44d5-b881-3146e46a0ae1 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.701Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.701Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452597821,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.702Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.702Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.702Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.702Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452588513,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.703Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "cds",
  "timestamp": 1653452592386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.703Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.703Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.704Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.704Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.704Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "aai-ml",
  "timestamp": 1653452598824,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.709Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df2e3183-179c-4adf-a478-1414590cfad3
2022-05-25T04:26:09.709Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2e3183-179c-4adf-a478-1414590cfad3 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.717Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.717Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.717Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "cds",
  "timestamp": 1653452592386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.718Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.718Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452598474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.718Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.719Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.719Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "cds",
  "timestamp": 1653452600128,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.720Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452599479,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.721Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "cds",
  "timestamp": 1653452601137,
  "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-05-25T04:26:09.734Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d60095cd-e684-40ed-9658-1dd631b807aa
2022-05-25T04:26:09.735Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d60095cd-e684-40ed-9658-1dd631b807aa and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "policy-id",
  "timestamp": 1653452600485,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.746Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3fda42f1-33f9-44d5-b881-3146e46a0ae1
2022-05-25T04:26:09.746Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fda42f1-33f9-44d5-b881-3146e46a0ae1 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452603911,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452605897,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452606123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452606900,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.762Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df2e3183-179c-4adf-a478-1414590cfad3
2022-05-25T04:26:09.762Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2e3183-179c-4adf-a478-1414590cfad3 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.770Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452606123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.771Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452606123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.772Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452608988,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452606123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452592873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452608513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.773Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452610039,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452606123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452609847,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452608513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452611007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452606123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452611062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452608513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.776Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.776Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "clamp",
  "timestamp": 1653452612010,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.781Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df2e3183-179c-4adf-a478-1414590cfad3
2022-05-25T04:26:09.781Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId df2e3183-179c-4adf-a478-1414590cfad3 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452606123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.789Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.789Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452612244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452608513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.790Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452613289,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.794Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d60095cd-e684-40ed-9658-1dd631b807aa
2022-05-25T04:26:09.795Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d60095cd-e684-40ed-9658-1dd631b807aa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.802Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.802Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.802Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452608513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452614292,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.803Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452608513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452615622,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452608513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.805Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.805Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "aai-ml",
  "timestamp": 1653452616626,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.809Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3fda42f1-33f9-44d5-b881-3146e46a0ae1
2022-05-25T04:26:09.809Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fda42f1-33f9-44d5-b881-3146e46a0ae1 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452616271,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452616996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.817Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.817Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.817Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452617274,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.818Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452618781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.819Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "policy-id",
  "timestamp": 1653452618278,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.823Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d60095cd-e684-40ed-9658-1dd631b807aa
2022-05-25T04:26:09.823Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d60095cd-e684-40ed-9658-1dd631b807aa and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-05-25T04:26:09.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452619786,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.836Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3fda42f1-33f9-44d5-b881-3146e46a0ae1
2022-05-25T04:26:09.836Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fda42f1-33f9-44d5-b881-3146e46a0ae1 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452600185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452624833,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452594152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452626990,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452627877,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452628004,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "clamp",
  "timestamp": 1653452629007,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.854Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3fda42f1-33f9-44d5-b881-3146e46a0ae1
2022-05-25T04:26:09.854Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3fda42f1-33f9-44d5-b881-3146e46a0ae1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452629937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.862Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.862Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.862Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.862Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452630940,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.867Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d60095cd-e684-40ed-9658-1dd631b807aa
2022-05-25T04:26:09.867Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d60095cd-e684-40ed-9658-1dd631b807aa and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.875Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452632237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.876Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "aai-ml",
  "timestamp": 1653452633240,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.880Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d60095cd-e684-40ed-9658-1dd631b807aa
2022-05-25T04:26:09.881Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d60095cd-e684-40ed-9658-1dd631b807aa and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:09.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:09.888Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.888Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.888Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452591030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:09.889Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:26:09.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452639992,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:09.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452641011,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:09.889Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:26:09.889Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:26:09.889Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "clamp",
  "timestamp": 1653452642014,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:09.894Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d60095cd-e684-40ed-9658-1dd631b807aa
2022-05-25T04:26:09.894Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d60095cd-e684-40ed-9658-1dd631b807aa and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:29.103Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e2595617-361b-41d0-b569-3e5c5c2f526b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:26:29.110Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e2595617-361b-41d0-b569-3e5c5c2f526b and serviceModelVersionId: 8bbcca58-855e-4e20-a90b-528819055da0
2022-05-25T04:26:29.110Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3431215c-b658-40c2-8ed4-431af5f28613
2022-05-25T04:26:29.111Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3431215c-b658-40c2-8ed4-431af5f28613/model-vers/model-ver/8bbcca58-855e-4e20-a90b-528819055da0?depth=0
2022-05-25T04:26:29.115Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:26:29.176Z|e2595617-361b-41d0-b569-3e5c5c2f526b|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/3431215c-b658-40c2-8ed4-431af5f28613/model-vers/model-ver/8bbcca58-855e-4e20-a90b-528819055da0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-25T04:26:29.177Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3431215c-b658-40c2-8ed4-431af5f28613/model-vers/model-ver/8bbcca58-855e-4e20-a90b-528819055da0?depth=0|INFO|500||Invoke
2022-05-25T04:26:29.196Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3431215c-b658-40c2-8ed4-431af5f28613/model-vers/model-ver/8bbcca58-855e-4e20-a90b-528819055da0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T04:26:29.469Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3431215c-b658-40c2-8ed4-431af5f28613/model-vers/model-ver/8bbcca58-855e-4e20-a90b-528819055da0?depth=0|INFO|500||InvokeReturn
2022-05-25T04:26:29.469Z|e2595617-361b-41d0-b569-3e5c5c2f526b|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/3431215c-b658-40c2-8ed4-431af5f28613/model-vers/model-ver/8bbcca58-855e-4e20-a90b-528819055da0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-04:26:29:203-21064], vertex-id=[209056], Content-Length=[0], Date=[Wed, 25 May 2022 04:26:29 GMT], Content-Type=[application/json]}
2022-05-25T04:26:29.469Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:26:29.470Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:26:29.470Z|e2595617-361b-41d0-b569-3e5c5c2f526b|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-05-25T04:26:29.476Z|e2595617-361b-41d0-b569-3e5c5c2f526b|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-05-25T04:26:29.477Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e2595617-361b-41d0-b569-3e5c5c2f526b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T04:26:29.477Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:26:29.477Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:29.480Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:29.480Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452789477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:26:29.579Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:26:29.580Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:29.580Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:29.598Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:29.598Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:26:30.490Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T04:26:30.491Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"2bdd7a81-fd89-4768-a87a-cd7d0edca35d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d","serviceDescription":"service","serviceInvariantUUID":"f641371c-878d-4ff0-9b24-f3d90ab9230b","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b6df1ec4-0a02-46b6-84bf-eaffcf60be94","resourceInvariantUUID":"7dec27f8-5534-458c-812e-434a220fbf88","resourceCustomizationUUID":"a659f263-df91-41c4-9f72-468d13666660","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3f2f4f1c-52ec-4fa9-983f-264e8f579419","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"OTVhZTJhMjdjYjQ2NDVlZWQ4ZjI1YmM1ODYxMWY5YTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"18a59a6e-3b58-4a1e-8389-82203dcdc628","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"NzgyNmUxNjUwZmZiOWM3OWI2Y2VmZjljMDA1MDE5OWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a419f3fc-6944-4544-9f52-806204ca3437","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a70ad937-d394-4d5f-aaa5-a488e4cdcb76","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa1e56a5-1138-4dba-a118-c61ebd443299","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d7a72276-0f2e-4fe8-97bd-a10cec24874f","artifactVersion":"2","generatedFromUUID":"a70ad937-d394-4d5f-aaa5-a488e4cdcb76"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"NzFiNGY5NjI5YjRjMjEyZGFmZmI4NDUyZWRiNjQ1NjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e900707-1eb7-4134-a01d-193140f24d49","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Zjg5ODJmNWM2NDNhZjc1YWU3ODhiMDBiMTEzZDI4MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96a96006-993e-4801-9aaf-c1b08534f521","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:26:30.491Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:26:30.492Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:30.494Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:30.494Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:30.594Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:30.594Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:30.595Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:30.615Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:30.615Z||pool-58-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:31.494Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:26:31.495Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:31.497Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:31.497Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:31.597Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:31.598Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:31.598Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:31.613Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:31.613Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:26:32.498Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:26:32.499Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:32.500Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:32.501Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:26:32.600Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:26:32.601Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:32.601Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:32.629Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:32.629Z||pool-60-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:26:33.501Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:26:33.502Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:33.505Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:33.505Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:26:33.604Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-05-25T04:26:33.605Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:33.605Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:33.617Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:33.617Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:34.506Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:26:34.507Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:34.509Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:34.509Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:34.609Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:34.609Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:34.609Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:34.625Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:34.625Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:35.509Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:26:35.510Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:35.512Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:35.513Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T04:26:35.612Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:26:35.613Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:35.613Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:35.626Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:35.627Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:26:36.513Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:26:36.514Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:36.516Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:36.517Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:26:36.616Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:26:36.617Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:36.617Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:36.649Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:36.650Z||pool-64-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:26:37.517Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:26:37.518Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:37.520Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:37.520Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:26:37.620Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:26:37.621Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:37.621Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:37.636Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:37.636Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:26:38.522Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f641371c-878d-4ff0-9b24-f3d90ab9230b",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "a659f263-df91-41c4-9f72-468d13666660",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b6df1ec4-0a02-46b6-84bf-eaffcf60be94",
      "resourceInvariantUUID": "7dec27f8-5534-458c-812e-434a220fbf88",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "NzgyNmUxNjUwZmZiOWM3OWI2Y2VmZjljMDA1MDE5OWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a419f3fc-6944-4544-9f52-806204ca3437",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a70ad937-d394-4d5f-aaa5-a488e4cdcb76",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "d7a72276-0f2e-4fe8-97bd-a10cec24874f",
            "generatedFromUUID": "a70ad937-d394-4d5f-aaa5-a488e4cdcb76"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "d7a72276-0f2e-4fe8-97bd-a10cec24874f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Zjg5ODJmNWM2NDNhZjc1YWU3ODhiMDBiMTEzZDI4MjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "96a96006-993e-4801-9aaf-c1b08534f521"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:26:38.522Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:26:38.523Z|e2595617-361b-41d0-b569-3e5c5c2f526b|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d ASDC
2022-05-25T04:26:38.523Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:2bdd7a81-fd89-4768-a87a-cd7d0edca35d
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d
ServiceInvariantUUID:f641371c-878d-4ff0-9b24-f3d90ab9230b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:96a96006-993e-4801-9aaf-c1b08534f521
ArtifactChecksum:Zjg5ODJmNWM2NDNhZjc1YWU3ODhiMDBiMTEzZDI4MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:a659f263-df91-41c4-9f72-468d13666660
ResourceInvariantUUID:7dec27f8-5534-458c-812e-434a220fbf88
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b6df1ec4-0a02-46b6-84bf-eaffcf60be94
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:a419f3fc-6944-4544-9f52-806204ca3437
ArtifactChecksum:NzgyNmUxNjUwZmZiOWM3OWI2Y2VmZjljMDA1MDE5OWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a70ad937-d394-4d5f-aaa5-a488e4cdcb76
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d7a72276-0f2e-4fe8-97bd-a10cec24874f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:d7a72276-0f2e-4fe8-97bd-a10cec24874f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T04:26:38.523Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:26:38.554Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:26:38.555Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:26:38.555Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:26:38.556Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 96a96006-993e-4801-9aaf-c1b08534f521 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T04:26:38.556Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:26:38.556Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T04:26:39.544Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:26:39.547Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 96a96006-993e-4801-9aaf-c1b08534f521 73681
2022-05-25T04:26:39.547Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-25T04:26:39.547Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T04:26:39.547Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:26:39.548Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:39.549Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:39.549Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452799547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:39.650Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:39.650Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:39.650Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:39.664Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:39.665Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:40.550Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:26:40.551Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:26:40.551Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 96a96006-993e-4801-9aaf-c1b08534f521, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:40.552Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-05-25T04:26:40.552Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:40.552Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:40.648Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11136946526116457833/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-05-25T04:26:41.624Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:26:41.625Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:26:41.625Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.625Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T04:26:41.625Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.625Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.626Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.626Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.626Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.626Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.626Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.626Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.627Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-05-25T04:26:41.627Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:26:41.627Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.627Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:41.627Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T04:26:41.628Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:26:41.628Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:26:41.628Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.628Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:41.628Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T04:26:41.629Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:26:41.629Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:26:41.629Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.629Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:41.629Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.630Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-25T04:26:41.630Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-05-25T04:26:41.630Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-05-25T04:26:41.630Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-05-25T04:26:41.630Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T04:26:41.630Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T04:26:41.631Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.631Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:26:41.631Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.631Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T04:26:41.631Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:26:41.632Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.632Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T04:26:41.632Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:26:41.632Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.633Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T04:26:41.633Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:26:41.633Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.633Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-25T04:26:41.633Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T04:26:41.633Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T04:26:41.634Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52765b88-1f0d-43d6-ab72-357c4d4728d6
2022-05-25T04:26:41.634Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.634Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:41.634Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.634Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:41.635Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.635Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:41.635Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:41.635Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:41.635Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d
Model Version:NULL
Model InvariantUuid:f641371c-878d-4ff0-9b24-f3d90ab9230b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:0b403a26-61bb-4ba6-9af9-141acb37830a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7dec27f8-5534-458c-812e-434a220fbf88
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a659f263-df91-41c4-9f72-468d13666660
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d6c0e660-f6ce-4a25-8968-8f1c5e371e10
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:ac39af1c-8699-4b1d-a8b5-aecc07381b4b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:52765b88-1f0d-43d6-ab72-357c4d4728d6
ModelInvariantUuid:36097794-1609-4416-8e2a-e9178d1bf9f8
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:63fc5fbd-9eda-4e7d-88f0-5d5febba64fd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:7419e82b-e301-4761-bf4d-f5e2d177494d
ModelInvariantUuid:24f8382a-cc51-4dc1-b0d7-5c82e6323643
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:2901b13c-3536-4986-a0c6-fdd9a57869c5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:26:41.645Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b6df1ec4-0a02-46b6-84bf-eaffcf60be94
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:26:41.648Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||basicclamp 0
2022-05-25T04:26:41.648Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b6df1ec4-0a02-46b6-84bf-eaffcf60be94
2022-05-25T04:26:41.648Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a419f3fc-6944-4544-9f52-806204ca3437 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T04:26:41.648Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:26:41.648Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T04:26:41.963Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:26:41.963Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json a419f3fc-6944-4544-9f52-806204ca3437 790
2022-05-25T04:26:41.964Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-25T04:26:41.964Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T04:26:41.964Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:26:41.964Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:41.966Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:41.966Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452801964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:42.066Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:42.066Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:42.066Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:42.082Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:42.082Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:42.966Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d6c0e660-f6ce-4a25-8968-8f1c5e371e10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac39af1c-8699-4b1d-a8b5-aecc07381b4b",
    "vfModuleModelCustomizationUUID": "78c2e807-c364-4ebb-975f-cf60d25d6c69",
    "isBase": true,
    "artifacts": [
      "a70ad937-d394-4d5f-aaa5-a488e4cdcb76",
      "d7a72276-0f2e-4fe8-97bd-a10cec24874f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T04:26:42.969Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac39af1c-8699-4b1d-a8b5-aecc07381b4b
VfModuleModelInvariantUUID:d6c0e660-f6ce-4a25-8968-8f1c5e371e10
VfModuleModelDescription:NULL
Artifacts UUID List:{
a70ad937-d394-4d5f-aaa5-a488e4cdcb76
,
d7a72276-0f2e-4fe8-97bd-a10cec24874f

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

isBase:true


}

2022-05-25T04:26:42.971Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "d6c0e660-f6ce-4a25-8968-8f1c5e371e10",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ac39af1c-8699-4b1d-a8b5-aecc07381b4b",
    "vfModuleModelCustomizationUUID": "78c2e807-c364-4ebb-975f-cf60d25d6c69",
    "isBase": true,
    "artifacts": [
      "a70ad937-d394-4d5f-aaa5-a488e4cdcb76",
      "d7a72276-0f2e-4fe8-97bd-a10cec24874f"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T04:26:42.971Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ac39af1c-8699-4b1d-a8b5-aecc07381b4b
VfModuleModelInvariantUUID:d6c0e660-f6ce-4a25-8968-8f1c5e371e10
VfModuleModelDescription:NULL
Artifacts UUID List:{
a70ad937-d394-4d5f-aaa5-a488e4cdcb76
,
d7a72276-0f2e-4fe8-97bd-a10cec24874f

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

isBase:true


}

2022-05-25T04:26:42.971Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a70ad937-d394-4d5f-aaa5-a488e4cdcb76 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T04:26:42.971Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:26:42.971Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T04:26:43.432Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:26:43.433Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml a70ad937-d394-4d5f-aaa5-a488e4cdcb76 5033
2022-05-25T04:26:43.433Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T04:26:43.433Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T04:26:43.433Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:26:43.433Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:43.435Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:43.435Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452803433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:43.535Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:43.536Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:43.536Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:43.553Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:43.553Z||pool-68-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:44.436Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d7a72276-0f2e-4fe8-97bd-a10cec24874f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T04:26:44.436Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:26:44.437Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T04:26:44.877Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:26:44.877Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env d7a72276-0f2e-4fe8-97bd-a10cec24874f 909
2022-05-25T04:26:44.877Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T04:26:44.878Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T04:26:44.878Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:26:44.878Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:44.880Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:44.880Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452804877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:26:44.980Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:44.981Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:44.981Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:44.994Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:44.995Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:45.881Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d
2022-05-25T04:26:45.881Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b6df1ec4-0a02-46b6-84bf-eaffcf60be94 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:26:45.894Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4044aecf, org.onap.sdc.toscaparser.api.parameters.Input@63935ed6, org.onap.sdc.toscaparser.api.parameters.Input@292ae989, org.onap.sdc.toscaparser.api.parameters.Input@78512659, org.onap.sdc.toscaparser.api.parameters.Input@1d06dd4a]
2022-05-25T04:26:45.895Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.895Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:45.896Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-25T04:26:45.896Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= a659f263-df91-41c4-9f72-468d13666660
2022-05-25T04:26:45.896Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a659f263-df91-41c4-9f72-468d13666660 matches Tosca VF Customization UUID: a659f263-df91-41c4-9f72-468d13666660
2022-05-25T04:26:45.896Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: a659f263-df91-41c4-9f72-468d13666660  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T04:26:45.898Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.898Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:45.899Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id a659f263-df91-41c4-9f72-468d13666660: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-05-25T04:26:45.899Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b10109e
2022-05-25T04:26:45.899Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.899Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:26:45.899Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 78c2e807-c364-4ebb-975f-cf60d25d6c69
2022-05-25T04:26:45.899Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 78c2e807-c364-4ebb-975f-cf60d25d6c69
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T04:26:45.901Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.901Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T04:26:45.901Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:26:45.902Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.902Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T04:26:45.902Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:26:45.902Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.902Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-05-25T04:26:45.902Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-05-25T04:26:45.903Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-05-25T04:26:45.903Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=52765b88-1f0d-43d6-ab72-357c4d4728d6
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T04:26:45.905Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.905Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T04:26:45.905Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:26:45.905Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.905Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-05-25T04:26:45.905Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=a659f263-df91-41c4-9f72-468d13666660
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:26:45.907Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.907Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:45.907Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d: basicclamp
2022-05-25T04:26:45.907Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.907Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:45.907Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.908Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:45.908Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.908Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:45.908Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.908Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:45.908Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:26:45.908Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:26:45.908Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:26:45.974Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b6df1ec4-0a02-46b6-84bf-eaffcf60be94 1 ASDC deployResourceStructure
2022-05-25T04:26:45.974Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-05-25T04:26:45.974Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-05-25T04:26:45.974Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:26:45.975Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:45.976Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:45.976Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452805974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:46.076Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:26:46.077Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:46.077Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:46.091Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:46.091Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:46.977Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-05-25T04:26:46.978Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-05-25T04:26:46.978Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:26:46.978Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:46.980Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:46.980Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452806977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:47.080Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:47.080Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:47.081Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:47.095Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:47.095Z||pool-71-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:47.980Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-05-25T04:26:47.981Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-05-25T04:26:47.981Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:26:47.981Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:47.983Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:47.983Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452807980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:48.083Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:48.084Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:48.084Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:48.101Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:48.101Z||pool-72-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:26:48.984Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-05-25T04:26:48.984Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-05-25T04:26:48.984Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:26:48.985Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:26:48.986Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:26:48.986Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452808984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:26:49.086Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:26:49.087Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:26:49.087Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:26:49.100Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:26:49.101Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:26:49.987Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2bdd7a81-fd89-4768-a87a-cd7d0edca35d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:26:50.000Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2bdd7a81-fd89-4768-a87a-cd7d0edca35d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:26:50.003Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:26:50.003Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:26:50.003Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:26:50.003Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:26:50.003Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:26:50.003Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:26:50.004Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 
2022-05-25T04:26:50.004Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:26:50.008Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:27:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:27:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:27:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:27:09.645Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a4de601-9e84-463c-bf3f-de57f50a32b8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452686211,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:27:09.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:27:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/resourceInstances/pnf856b89b682930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452700277,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:27:09.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:27:09.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:27:09.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452702314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAilkcyl3fd42wbbtg3ev/1.0/artifacts/service-DemoPnfAilkcyl3fd42wbbtg3ev-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:27:09.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:27:20.009Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2bdd7a81-fd89-4768-a87a-cd7d0edca35d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:27:20.015Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2bdd7a81-fd89-4768-a87a-cd7d0edca35d and serviceModelVersionId: c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d
2022-05-25T04:27:20.015Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f641371c-878d-4ff0-9b24-f3d90ab9230b
2022-05-25T04:27:20.016Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f641371c-878d-4ff0-9b24-f3d90ab9230b/model-vers/model-ver/c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d?depth=0
2022-05-25T04:27:20.019Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:27:20.076Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|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/f641371c-878d-4ff0-9b24-f3d90ab9230b/model-vers/model-ver/c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-25T04:27:20.077Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f641371c-878d-4ff0-9b24-f3d90ab9230b/model-vers/model-ver/c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d?depth=0|INFO|500||Invoke
2022-05-25T04:27:20.097Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f641371c-878d-4ff0-9b24-f3d90ab9230b/model-vers/model-ver/c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2022-05-25T04:27:20.191Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f641371c-878d-4ff0-9b24-f3d90ab9230b/model-vers/model-ver/c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d?depth=0|INFO|500||InvokeReturn
2022-05-25T04:27:20.191Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|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/f641371c-878d-4ff0-9b24-f3d90ab9230b/model-vers/model-ver/c91ee4e5-7c8e-487c-8ff3-9a50e46adc9d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220525-04:27:20:104-66460], vertex-id=[225496], Content-Length=[0], Date=[Wed, 25 May 2022 04:27:20 GMT], Content-Type=[application/json]}
2022-05-25T04:27:20.192Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:27:20.192Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:27:20.192Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|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-05-25T04:27:20.198Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|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-05-25T04:27:20.198Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2bdd7a81-fd89-4768-a87a-cd7d0edca35d and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null
2022-05-25T04:27:20.198Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:27:20.199Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:20.200Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:20.200Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452840198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-25T04:27:20.305Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-05-25T04:27:20.306Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:20.306Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:20.324Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:20.325Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:27:21.211Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T04:27:21.212Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"df2e3183-179c-4adf-a478-1414590cfad3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b9ef2433-e27d-488b-be9b-aa7cdc4967a2","serviceDescription":"service","serviceInvariantUUID":"8441259e-07f3-413b-b1ef-e0edfbf3a78e","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"51cf97c2-6909-401e-9d9d-fd4aacf770f7","resourceInvariantUUID":"566f009b-cc5f-471c-b4d3-81606b2a70c6","resourceCustomizationUUID":"c1f75feb-4b00-4f71-9792-50642065f21d","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":"MzI1ZDAwOGVkZmI2NDM2OTgxOGJjODAwYmIwYTFlYmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80648576-5c2e-493d-a769-5aa2df97f4c1","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":"7049cefc-0804-4924-8671-527546319001","artifactVersion":"2","generatedFromUUID":"279211ed-bcee-433a-a170-85de21b94540"},{"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":"279211ed-bcee-433a-a170-85de21b94540","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":"Y2IzOGQzZjUyY2E5ZGU0ZThiMzY3Yzc0NzBhZmUxYWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c2fb0d4-629d-4e87-84a1-049bbfd5ec74","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":"32b66461-3bd6-499b-9916-fafe164aae84","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":"94eac6fd-2749-4676-ba8c-58aceddd6887","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":"596184e2-58c2-49dc-810e-29c31de45eea","artifactVersion":"2","generatedFromUUID":"32b66461-3bd6-499b-9916-fafe164aae84"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"OWZlYjNlYTgxZTVlMWE4YTY3YjQ4YTI1ODljYzU2ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e8a3efc4-0114-499d-82c2-4db7d0f07c44","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"OTNlNGEyMmNlZDQyM2FjYzMwYWQ4YTMzMTVhOGE3NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"19baf161-fd43-4f22-9d1b-836dbadd4b1f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:27:21.213Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:27:21.213Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:21.215Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:21.215Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:21.315Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:21.315Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:21.316Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:21.330Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:21.330Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:22.215Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:27:22.216Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:22.218Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:22.218Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T04:27:22.318Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:22.319Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:22.319Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:22.335Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:22.336Z||pool-76-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:27:23.219Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:27:23.219Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:23.221Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:23.221Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T04:27:23.321Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:23.322Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:23.322Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:23.338Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:23.338Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:24.222Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:27:24.222Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:24.224Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:24.224Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:27:24.324Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:24.325Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:24.325Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:24.341Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:24.341Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:25.225Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:27:25.225Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:25.228Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:25.228Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:27:25.328Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:25.328Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:25.328Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:25.342Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:25.342Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:27:26.228Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:27:26.229Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:26.231Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:26.231Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:26.331Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:26.332Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:26.332Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:26.344Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:26.344Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:27.231Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:27:27.232Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:27.234Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:27.234Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T04:27:27.334Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:27:27.335Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:27.335Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:27.349Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:27.350Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:28.237Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:27:28.238Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:28.240Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:28.240Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:27:28.340Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:28.341Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:28.341Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:28.355Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:28.355Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:29.241Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:27:29.242Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:29.244Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:29.244Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:27:29.344Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:29.344Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:29.345Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:29.357Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:29.357Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:27:30.245Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b9ef2433-e27d-488b-be9b-aa7cdc4967a2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8441259e-07f3-413b-b1ef-e0edfbf3a78e",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "c1f75feb-4b00-4f71-9792-50642065f21d",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "51cf97c2-6909-401e-9d9d-fd4aacf770f7",
      "resourceInvariantUUID": "566f009b-cc5f-471c-b4d3-81606b2a70c6",
      "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": "7049cefc-0804-4924-8671-527546319001",
          "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": "279211ed-bcee-433a-a170-85de21b94540",
          "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": "Y2IzOGQzZjUyY2E5ZGU0ZThiMzY3Yzc0NzBhZmUxYWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8c2fb0d4-629d-4e87-84a1-049bbfd5ec74",
          "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": "32b66461-3bd6-499b-9916-fafe164aae84",
          "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": "596184e2-58c2-49dc-810e-29c31de45eea",
            "generatedFromUUID": "32b66461-3bd6-499b-9916-fafe164aae84"
          },
          "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": "596184e2-58c2-49dc-810e-29c31de45eea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "OTNlNGEyMmNlZDQyM2FjYzMwYWQ4YTMzMTVhOGE3NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "19baf161-fd43-4f22-9d1b-836dbadd4b1f"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:27:30.246Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:27:30.246Z|2bdd7a81-fd89-4768-a87a-cd7d0edca35d|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b9ef2433-e27d-488b-be9b-aa7cdc4967a2 ASDC
2022-05-25T04:27:30.246Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:df2e3183-179c-4adf-a478-1414590cfad3
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b9ef2433-e27d-488b-be9b-aa7cdc4967a2
ServiceInvariantUUID:8441259e-07f3-413b-b1ef-e0edfbf3a78e
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:19baf161-fd43-4f22-9d1b-836dbadd4b1f
ArtifactChecksum:OTNlNGEyMmNlZDQyM2FjYzMwYWQ4YTMzMTVhOGE3NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:c1f75feb-4b00-4f71-9792-50642065f21d
ResourceInvariantUUID:566f009b-cc5f-471c-b4d3-81606b2a70c6
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:51cf97c2-6909-401e-9d9d-fd4aacf770f7
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:7049cefc-0804-4924-8671-527546319001
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:279211ed-bcee-433a-a170-85de21b94540
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:8c2fb0d4-629d-4e87-84a1-049bbfd5ec74
ArtifactChecksum:Y2IzOGQzZjUyY2E5ZGU0ZThiMzY3Yzc0NzBhZmUxYWE=
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:32b66461-3bd6-499b-9916-fafe164aae84
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:596184e2-58c2-49dc-810e-29c31de45eea
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:596184e2-58c2-49dc-810e-29c31de45eea
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T04:27:30.247Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b9ef2433-e27d-488b-be9b-aa7cdc4967a2 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:27:30.276Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:27:30.277Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:27:30.277Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:27:30.278Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 19baf161-fd43-4f22-9d1b-836dbadd4b1f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T04:27:30.278Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:27:30.278Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T04:27:30.796Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:27:30.799Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 19baf161-fd43-4f22-9d1b-836dbadd4b1f 68956
2022-05-25T04:27:30.799Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T04:27:30.799Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T04:27:30.799Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:27:30.800Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:30.815Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:30.815Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452850799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:27:30.902Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms
2022-05-25T04:27:30.902Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:30.902Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:30.920Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:30.920Z||pool-84-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:31.816Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:27:31.817Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:27:31.817Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 19baf161-fd43-4f22-9d1b-836dbadd4b1f, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T04:27:31.818Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-05-25T04:27:31.818Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T04:27:31.818Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T04:27:31.908Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6779864634370794129/Definitions/service-BasicCnf-template.yml
2022-05-25T04:27:32.896Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:27:32.897Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:27:32.897Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T04:27:32.897Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-05-25T04:27:32.898Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T04:27:32.898Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T04:27:32.898Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T04:27:32.898Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-05-25T04:27:32.898Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:27:32.899Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.899Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:32.899Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T04:27:32.899Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:27:32.899Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:27:32.900Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.900Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:32.900Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T04:27:32.900Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:27:32.901Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:27:32.901Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.901Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:32.901Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.902Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T04:27:32.902Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-05-25T04:27:32.902Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria
2022-05-25T04:27:32.902Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T04:27:32.902Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.903Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:27:32.903Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.903Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T04:27:32.903Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:27:32.904Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.904Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T04:27:32.904Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:27:32.904Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.904Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T04:27:32.905Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:27:32.905Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.905Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T04:27:32.905Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T04:27:32.906Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3a31adfa-5845-49bc-b3fe-6f284f401f5f
2022-05-25T04:27:32.906Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.906Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:32.906Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.906Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:32.907Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.907Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:32.907Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:32.907Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:32.907Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b9ef2433-e27d-488b-be9b-aa7cdc4967a2
Model Version:NULL
Model InvariantUuid:8441259e-07f3-413b-b1ef-e0edfbf3a78e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f4f95a0d-1229-4caf-9b9f-fe69850c978f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:566f009b-cc5f-471c-b4d3-81606b2a70c6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c1f75feb-4b00-4f71-9792-50642065f21d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:159ed351-89f0-42a3-9218-d6c0dfa1429d
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:fa78db6a-c16e-49d9-be45-7d93aa597c7c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3a31adfa-5845-49bc-b3fe-6f284f401f5f
ModelInvariantUuid:13b4e366-b0d5-49c0-9334-5b1e01dc145d
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:c942270e-5b14-44a5-9522-526fca86e818
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:40720d50-604f-40fa-b0fb-2dd72449acd8
ModelInvariantUuid:de1c605e-7c76-4876-9770-60a41635a251
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ce1f04bc-f6bf-4667-bd4e-6064af4d65de
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:27:32.916Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 51cf97c2-6909-401e-9d9d-fd4aacf770f7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:27:32.919Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||basic_cnf 0
2022-05-25T04:27:32.919Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 51cf97c2-6909-401e-9d9d-fd4aacf770f7
2022-05-25T04:27:32.919Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7049cefc-0804-4924-8671-527546319001 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T04:27:32.919Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:27:32.920Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T04:27:33.067Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:27:33.067Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 7049cefc-0804-4924-8671-527546319001 12
2022-05-25T04:27:33.067Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-25T04:27:33.067Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-05-25T04:27:33.067Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:27:33.068Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:33.069Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:33.069Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452853067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:27:33.169Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:33.170Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:33.170Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:33.184Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:33.185Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:34.070Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 279211ed-bcee-433a-a170-85de21b94540 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T04:27:34.070Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:27:34.070Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T04:27:34.190Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:27:34.190Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 279211ed-bcee-433a-a170-85de21b94540 2688
2022-05-25T04:27:34.190Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-25T04:27:34.190Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-05-25T04:27:34.190Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:27:34.191Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:34.192Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:34.192Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452854190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:27:34.293Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:34.293Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:34.293Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:34.307Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:34.307Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:35.194Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8c2fb0d4-629d-4e87-84a1-049bbfd5ec74 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T04:27:35.194Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:27:35.194Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T04:27:35.381Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:27:35.382Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 8c2fb0d4-629d-4e87-84a1-049bbfd5ec74 828
2022-05-25T04:27:35.382Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-25T04:27:35.382Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T04:27:35.382Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:27:35.383Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:35.385Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:35.385Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452855382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:27:35.485Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:35.485Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:35.486Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:35.504Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:35.504Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:36.385Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "159ed351-89f0-42a3-9218-d6c0dfa1429d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa78db6a-c16e-49d9-be45-7d93aa597c7c",
    "vfModuleModelCustomizationUUID": "7d14e583-0809-49f4-aa09-ec4064dc6ef7",
    "isBase": true,
    "artifacts": [
      "32b66461-3bd6-499b-9916-fafe164aae84",
      "279211ed-bcee-433a-a170-85de21b94540",
      "596184e2-58c2-49dc-810e-29c31de45eea"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T04:27:36.389Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa78db6a-c16e-49d9-be45-7d93aa597c7c
VfModuleModelInvariantUUID:159ed351-89f0-42a3-9218-d6c0dfa1429d
VfModuleModelDescription:NULL
Artifacts UUID List:{
32b66461-3bd6-499b-9916-fafe164aae84
,
279211ed-bcee-433a-a170-85de21b94540
,
596184e2-58c2-49dc-810e-29c31de45eea

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

isBase:true


}

2022-05-25T04:27:36.391Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "159ed351-89f0-42a3-9218-d6c0dfa1429d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fa78db6a-c16e-49d9-be45-7d93aa597c7c",
    "vfModuleModelCustomizationUUID": "7d14e583-0809-49f4-aa09-ec4064dc6ef7",
    "isBase": true,
    "artifacts": [
      "32b66461-3bd6-499b-9916-fafe164aae84",
      "279211ed-bcee-433a-a170-85de21b94540",
      "596184e2-58c2-49dc-810e-29c31de45eea"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T04:27:36.391Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fa78db6a-c16e-49d9-be45-7d93aa597c7c
VfModuleModelInvariantUUID:159ed351-89f0-42a3-9218-d6c0dfa1429d
VfModuleModelDescription:NULL
Artifacts UUID List:{
32b66461-3bd6-499b-9916-fafe164aae84
,
279211ed-bcee-433a-a170-85de21b94540
,
596184e2-58c2-49dc-810e-29c31de45eea

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

isBase:true


}

2022-05-25T04:27:36.391Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 32b66461-3bd6-499b-9916-fafe164aae84 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T04:27:36.391Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:27:36.391Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T04:27:36.436Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:27:36.436Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 32b66461-3bd6-499b-9916-fafe164aae84 1164
2022-05-25T04:27:36.436Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-25T04:27:36.436Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T04:27:36.436Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:27:36.436Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:36.438Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:36.438Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452856436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:27:36.538Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:36.539Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:36.539Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:36.564Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:36.564Z||pool-88-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:27:37.439Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 596184e2-58c2-49dc-810e-29c31de45eea from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T04:27:37.439Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:27:37.440Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T04:27:37.479Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:27:37.479Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 596184e2-58c2-49dc-810e-29c31de45eea 200
2022-05-25T04:27:37.479Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-25T04:27:37.479Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T04:27:37.479Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:27:37.480Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:37.481Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:37.482Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452857479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:27:37.581Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:27:37.582Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:37.582Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:37.593Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:37.594Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:38.482Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: b9ef2433-e27d-488b-be9b-aa7cdc4967a2
2022-05-25T04:27:38.483Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 51cf97c2-6909-401e-9d9d-fd4aacf770f7 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-05-25T04:27:38.493Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:27:38.498Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@490c2d65, org.onap.sdc.toscaparser.api.parameters.Input@7eb4acba, org.onap.sdc.toscaparser.api.parameters.Input@1146b7c9, org.onap.sdc.toscaparser.api.parameters.Input@f642d1e, org.onap.sdc.toscaparser.api.parameters.Input@27ab5e92]
2022-05-25T04:27:38.500Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.500Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:38.500Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-25T04:27:38.500Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= c1f75feb-4b00-4f71-9792-50642065f21d
2022-05-25T04:27:38.500Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c1f75feb-4b00-4f71-9792-50642065f21d matches Tosca VF Customization UUID: c1f75feb-4b00-4f71-9792-50642065f21d
2022-05-25T04:27:38.500Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: c1f75feb-4b00-4f71-9792-50642065f21d  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T04:27:38.502Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.502Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:38.503Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id c1f75feb-4b00-4f71-9792-50642065f21d: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-05-25T04:27:38.503Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@76df35df
2022-05-25T04:27:38.503Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.503Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:27:38.504Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d14e583-0809-49f4-aa09-ec4064dc6ef7
2022-05-25T04:27:38.504Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d14e583-0809-49f4-aa09-ec4064dc6ef7
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T04:27:38.506Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.506Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T04:27:38.506Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:27:38.506Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.507Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T04:27:38.507Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:27:38.507Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.507Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-05-25T04:27:38.507Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-05-25T04:27:38.508Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3a31adfa-5845-49bc-b3fe-6f284f401f5f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T04:27:38.509Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.510Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T04:27:38.510Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:27:38.510Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.510Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-05-25T04:27:38.510Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c1f75feb-4b00-4f71-9792-50642065f21d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:27:38.512Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.513Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:38.513Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid b9ef2433-e27d-488b-be9b-aa7cdc4967a2: basic_cnf
2022-05-25T04:27:38.513Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.513Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:38.513Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.513Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:38.514Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.514Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:38.514Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.514Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:38.514Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:27:38.514Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:27:38.515Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:27:38.576Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 51cf97c2-6909-401e-9d9d-fd4aacf770f7 1 ASDC deployResourceStructure
2022-05-25T04:27:38.576Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-05-25T04:27:38.576Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-05-25T04:27:38.576Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T04:27:38.577Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:38.578Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:38.578Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452858576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T04:27:38.678Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:27:38.679Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:38.679Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:38.692Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:38.692Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:27:39.579Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-05-25T04:27:39.580Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-05-25T04:27:39.580Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-05-25T04:27:39.580Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:39.582Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:39.582Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452859579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T04:27:39.682Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:39.682Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:39.682Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:39.694Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:39.694Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:40.583Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-05-25T04:27:40.583Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-05-25T04:27:40.583Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:27:40.584Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:40.586Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:40.586Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452860583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:27:40.686Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:40.687Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:40.687Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:40.701Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:40.701Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:41.586Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-05-25T04:27:41.587Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-05-25T04:27:41.587Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:27:41.588Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:41.590Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:41.590Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452861586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:27:41.690Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:41.691Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:41.691Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:41.704Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:41.704Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:42.591Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-05-25T04:27:42.592Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-05-25T04:27:42.592Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:27:42.592Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:42.594Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:42.594Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452862591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:27:42.694Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:42.695Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:42.695Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:42.712Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:42.712Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:27:43.595Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-05-25T04:27:43.596Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-05-25T04:27:43.596Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:27:43.596Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:27:43.598Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:27:43.598Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452863595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:27:43.698Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:27:43.699Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:27:43.699Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:27:43.716Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:27:43.717Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:27:44.598Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df2e3183-179c-4adf-a478-1414590cfad3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:27:44.611Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df2e3183-179c-4adf-a478-1414590cfad3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:27:44.614Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:27:44.614Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:27:44.614Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:27:44.614Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:27:44.614Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:27:44.614Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:27:44.614Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:27:44.614Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:27:44.615Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:27:44.615Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:27:44.615Z|df2e3183-179c-4adf-a478-1414590cfad3|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-05-25T04:27:44.619Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:28:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:28:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:28:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:28:09.650Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:09.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6c880807-9746-424f-9a6d-0f3b790647e5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452733697,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:28:09.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:09.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:28:09.653Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:28:09.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:09.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-05-25T04:28:09.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-05-25T04:28:09.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-05-25T04:28:09.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:09.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:09.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:28:09.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:28:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452745486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:28:09.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452747796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:28:09.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452748853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:28:09.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452749898,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:28:09.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452750944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:28:09.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452751993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:28:09.661Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452753058,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:28:09.662Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452754060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:28:09.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452755064,
  "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-05-25T04:28:09.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.663Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452756072,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:28:09.664Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452757076,
  "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-05-25T04:28:09.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:09.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:28:09.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452758079,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:28:09.665Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:28:14.619Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df2e3183-179c-4adf-a478-1414590cfad3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:28:14.626Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df2e3183-179c-4adf-a478-1414590cfad3 and serviceModelVersionId: b9ef2433-e27d-488b-be9b-aa7cdc4967a2
2022-05-25T04:28:14.626Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8441259e-07f3-413b-b1ef-e0edfbf3a78e
2022-05-25T04:28:14.627Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8441259e-07f3-413b-b1ef-e0edfbf3a78e/model-vers/model-ver/b9ef2433-e27d-488b-be9b-aa7cdc4967a2?depth=0
2022-05-25T04:28:14.630Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:28:14.666Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8441259e-07f3-413b-b1ef-e0edfbf3a78e/model-vers/model-ver/b9ef2433-e27d-488b-be9b-aa7cdc4967a2?depth=0|INFO|500||Invoke
2022-05-25T04:28:14.667Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8441259e-07f3-413b-b1ef-e0edfbf3a78e/model-vers/model-ver/b9ef2433-e27d-488b-be9b-aa7cdc4967a2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8441259e-07f3-413b-b1ef-e0edfbf3a78e/model-vers/model-ver/b9ef2433-e27d-488b-be9b-aa7cdc4967a2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df2e3183-179c-4adf-a478-1414590cfad3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[98c05ce7-94bf-46c6-863b-030f16e84a8b], X-ECOMP-RequestID=[df2e3183-179c-4adf-a478-1414590cfad3], X-TransactionId=[], X-ONAP-RequestID=[df2e3183-179c-4adf-a478-1414590cfad3], Content-Type=[application/merge-patch+json]}
2022-05-25T04:28:14.683Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8441259e-07f3-413b-b1ef-e0edfbf3a78e/model-vers/model-ver/b9ef2433-e27d-488b-be9b-aa7cdc4967a2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T04:28:14.799Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8441259e-07f3-413b-b1ef-e0edfbf3a78e/model-vers/model-ver/b9ef2433-e27d-488b-be9b-aa7cdc4967a2?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/8441259e-07f3-413b-b1ef-e0edfbf3a78e/model-vers/model-ver/b9ef2433-e27d-488b-be9b-aa7cdc4967a2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-04:28:14:690-94695], vertex-id=[237728], Content-Length=[0], Date=[Wed, 25 May 2022 04:28:14 GMT], Content-Type=[application/json]}
2022-05-25T04:28:14.799Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8441259e-07f3-413b-b1ef-e0edfbf3a78e/model-vers/model-ver/b9ef2433-e27d-488b-be9b-aa7cdc4967a2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:28:14.800Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8441259e-07f3-413b-b1ef-e0edfbf3a78e/model-vers/model-ver/b9ef2433-e27d-488b-be9b-aa7cdc4967a2?depth=0|INFO|500||InvokeReturn
2022-05-25T04:28:14.800Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:28:14.801Z|df2e3183-179c-4adf-a478-1414590cfad3|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-05-25T04:28:14.807Z|df2e3183-179c-4adf-a478-1414590cfad3|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-05-25T04:28:14.807Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df2e3183-179c-4adf-a478-1414590cfad3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T04:28:14.808Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:28:14.808Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:14.810Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:14.810Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452894808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:28:14.910Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:28:14.910Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:14.910Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:14.925Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:14.926Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:28:15.821Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T04:28:15.821Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3fda42f1-33f9-44d5-b881-3146e46a0ae1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9c83dcac-f177-44ca-bc86-379563cfae4b","serviceDescription":"service","serviceInvariantUUID":"9ea64018-d8bb-42c0-99b0-52d9ff435828","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"aa5a04e9-fa27-4c78-a2b1-93932040f1e7","resourceInvariantUUID":"59c65326-efd8-489f-8827-6c1fa58f6f53","resourceCustomizationUUID":"cc37be19-a146-4d08-802b-7c2610e825b6","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":"NGExNjY5YTc1NzhlNTFiY2E1ZDc1YzU0NGU3ZDg5N2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"991d7c7c-0aff-4712-a416-992c6dbc35db","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":"a58e8c55-6aa3-4710-9e2b-d5f059d29e8d","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":"22076696-6cda-4096-bc52-345f190e5f93","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":"MWEwZDg5NTBkZmEyM2U5ZWY5NWU1YWYzMDFlYjBhYjk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"fa951216-0616-4c92-a02a-3bb88a591625","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":"f8db82c1-0fc8-48d0-af0f-57ab57b97ace","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":"fd70089f-a08c-4594-a47e-374ad9f66689","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":"0ff4a4ee-13cc-41a7-ab9d-6e14cb9e2307","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":"YWVlOWJmYjQ3MmMxMTU4MmVjNjc4OGZhMTFiYzZjOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a441f858-617b-4b44-bfdc-155597ce1f29","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDQ5Y2UyMzQ3NTdiZTNlZjk1YmMwY2E4YThlOTdiZjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e8f02b67-3ca9-486e-b636-2e71d9e28d25","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:28:15.822Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:15.822Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:15.823Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:15.823Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:15.926Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-05-25T04:28:15.927Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:15.927Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:15.944Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:15.944Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:16.824Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:16.824Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:16.826Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:16.826Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:16.926Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:28:16.926Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:16.926Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:16.943Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:16.943Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:17.827Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:17.827Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:17.829Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:17.829Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:17.929Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:28:17.930Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:17.930Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:17.945Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:17.945Z||pool-99-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:18.829Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:18.830Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:18.832Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:18.832Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:18.931Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:28:18.932Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:18.932Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:18.946Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:18.947Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:19.832Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:19.833Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:19.835Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:19.835Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:19.934Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:28:19.935Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:19.935Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:19.950Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:19.950Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:20.835Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:20.836Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:20.837Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:20.838Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:20.937Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:28:20.938Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:20.938Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:20.949Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:20.949Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:21.838Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:21.838Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:21.840Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:21.840Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:21.940Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-05-25T04:28:21.941Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:21.941Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:21.953Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:21.953Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:22.852Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:22.852Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:22.855Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:22.855Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:22.954Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:28:22.955Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:22.955Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:22.968Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:22.968Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:23.855Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:23.856Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:23.858Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:23.858Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:28:23.958Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:28:23.958Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:23.958Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:23.970Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:23.970Z||pool-105-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:24.859Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9c83dcac-f177-44ca-bc86-379563cfae4b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "9ea64018-d8bb-42c0-99b0-52d9ff435828",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "cc37be19-a146-4d08-802b-7c2610e825b6",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "aa5a04e9-fa27-4c78-a2b1-93932040f1e7",
      "resourceInvariantUUID": "59c65326-efd8-489f-8827-6c1fa58f6f53",
      "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": "NDQ5Y2UyMzQ3NTdiZTNlZjk1YmMwY2E4YThlOTdiZjY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e8f02b67-3ca9-486e-b636-2e71d9e28d25"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:28:24.859Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:28:24.859Z|df2e3183-179c-4adf-a478-1414590cfad3|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9c83dcac-f177-44ca-bc86-379563cfae4b ASDC
2022-05-25T04:28:24.860Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3fda42f1-33f9-44d5-b881-3146e46a0ae1
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9c83dcac-f177-44ca-bc86-379563cfae4b
ServiceInvariantUUID:9ea64018-d8bb-42c0-99b0-52d9ff435828
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:e8f02b67-3ca9-486e-b636-2e71d9e28d25
ArtifactChecksum:NDQ5Y2UyMzQ3NTdiZTNlZjk1YmMwY2E4YThlOTdiZjY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:cc37be19-a146-4d08-802b-7c2610e825b6
ResourceInvariantUUID:59c65326-efd8-489f-8827-6c1fa58f6f53
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:aa5a04e9-fa27-4c78-a2b1-93932040f1e7
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-25T04:28:24.860Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9c83dcac-f177-44ca-bc86-379563cfae4b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:28:25.050Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:28:25.051Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:28:25.051Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:28:25.052Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e8f02b67-3ca9-486e-b636-2e71d9e28d25 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T04:28:25.052Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:28:25.052Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T04:28:25.163Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:28:25.167Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e8f02b67-3ca9-486e-b636-2e71d9e28d25 105665
2022-05-25T04:28:25.168Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T04:28:25.168Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T04:28:25.168Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:28:25.168Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:25.170Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:25.170Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452905168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:28:25.270Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:28:25.271Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:25.271Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:25.284Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:25.284Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:26.171Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:28:26.172Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:28:26.172Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e8f02b67-3ca9-486e-b636-2e71d9e28d25, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T04:28:26.173Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-05-25T04:28:26.173Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T04:28:26.173Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T04:28:26.267Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12779215067957434486/Definitions/service-TestPnfMacro-template.yml
2022-05-25T04:28:26.909Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:28:26.910Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:28:26.910Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T04:28:26.910Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-25T04:28:26.910Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|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-TestPnfMacro-csar.csar
2022-05-25T04:28:26.910Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|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-TestPnfMacro-csar.csar
2022-05-25T04:28:26.910Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-05-25T04:28:26.910Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|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-TestPnfMacro-csar.csar
2022-05-25T04:28:26.910Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|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-TestPnfMacro-csar.csar
2022-05-25T04:28:26.911Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|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-TestPnfMacro-csar.csar
2022-05-25T04:28:26.911Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|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-TestPnfMacro-csar.csar
2022-05-25T04:28:26.911Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:28:26.911Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:28:26.911Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:28:26.911Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-25T04:28:26.911Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:28:26.911Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:28:26.912Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:28:26.912Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:28:26.912Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-05-25T04:28:26.912Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:28:26.912Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:28:26.912Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:28:26.913Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:28:26.913Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:28:26.913Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:28:26.913Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:28:26.913Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:28:26.913Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:28:26.913Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:28:26.913Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:28:26.914Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:28:26.914Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:9c83dcac-f177-44ca-bc86-379563cfae4b
Model Version:NULL
Model InvariantUuid:9ea64018-d8bb-42c0-99b0-52d9ff435828
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:28:26.922Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: aa5a04e9-fa27-4c78-a2b1-93932040f1e7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:28:26.925Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-05-25T04:28:26.925Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: aa5a04e9-fa27-4c78-a2b1-93932040f1e7
2022-05-25T04:28:26.925Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 9c83dcac-f177-44ca-bc86-379563cfae4b
2022-05-25T04:28:26.925Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9c83dcac-f177-44ca-bc86-379563cfae4b
2022-05-25T04:28:26.925Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 aa5a04e9-fa27-4c78-a2b1-93932040f1e7 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:28:26.929Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@50137fb4, org.onap.sdc.toscaparser.api.parameters.Input@798587fe, org.onap.sdc.toscaparser.api.parameters.Input@721c6968, org.onap.sdc.toscaparser.api.parameters.Input@d29ac8c, org.onap.sdc.toscaparser.api.parameters.Input@460c8c42]
2022-05-25T04:28:26.929Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:28:26.930Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:28:26.930Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9c83dcac-f177-44ca-bc86-379563cfae4b: test-pnf
2022-05-25T04:28:26.930Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||Processing PNF resource: aa5a04e9-fa27-4c78-a2b1-93932040f1e7
2022-05-25T04:28:26.930Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:28:26.930Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:28:26.930Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||Resource customization UUID: cc37be19-a146-4d08-802b-7c2610e825b6 is the same as notified resource customizationUUID: cc37be19-a146-4d08-802b-7c2610e825b6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-25T04:28:26.960Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf aa5a04e9-fa27-4c78-a2b1-93932040f1e7 0 ASDC deployResourceStructure
2022-05-25T04:28:26.960Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-05-25T04:28:26.960Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-05-25T04:28:26.960Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:28:26.961Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:26.962Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:26.962Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452906960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:28:27.062Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:28:27.063Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:27.063Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:27.111Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:27.112Z||pool-107-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:28:27.963Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3fda42f1-33f9-44d5-b881-3146e46a0ae1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:28:27.971Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3fda42f1-33f9-44d5-b881-3146e46a0ae1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:28:27.974Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:28:27.974Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:28:27.974Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:28:27.974Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:28:27.974Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:28:27.974Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:28:27.974Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:28:27.975Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:28:27.975Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:28:27.975Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:28:27.975Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:28:27.975Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|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-05-25T04:28:27.979Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:28:57.979Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3fda42f1-33f9-44d5-b881-3146e46a0ae1 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:28:57.984Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3fda42f1-33f9-44d5-b881-3146e46a0ae1 and serviceModelVersionId: 9c83dcac-f177-44ca-bc86-379563cfae4b
2022-05-25T04:28:57.984Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9ea64018-d8bb-42c0-99b0-52d9ff435828
2022-05-25T04:28:57.984Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9ea64018-d8bb-42c0-99b0-52d9ff435828/model-vers/model-ver/9c83dcac-f177-44ca-bc86-379563cfae4b?depth=0
2022-05-25T04:28:57.988Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:28:58.026Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ea64018-d8bb-42c0-99b0-52d9ff435828/model-vers/model-ver/9c83dcac-f177-44ca-bc86-379563cfae4b?depth=0|INFO|500||Invoke
2022-05-25T04:28:58.027Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ea64018-d8bb-42c0-99b0-52d9ff435828/model-vers/model-ver/9c83dcac-f177-44ca-bc86-379563cfae4b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ea64018-d8bb-42c0-99b0-52d9ff435828/model-vers/model-ver/9c83dcac-f177-44ca-bc86-379563cfae4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3fda42f1-33f9-44d5-b881-3146e46a0ae1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cc674f51-7168-4436-8815-605589167c6c], X-ECOMP-RequestID=[3fda42f1-33f9-44d5-b881-3146e46a0ae1], X-TransactionId=[], X-ONAP-RequestID=[3fda42f1-33f9-44d5-b881-3146e46a0ae1], Content-Type=[application/merge-patch+json]}
2022-05-25T04:28:58.044Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ea64018-d8bb-42c0-99b0-52d9ff435828/model-vers/model-ver/9c83dcac-f177-44ca-bc86-379563cfae4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T04:28:58.267Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ea64018-d8bb-42c0-99b0-52d9ff435828/model-vers/model-ver/9c83dcac-f177-44ca-bc86-379563cfae4b?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/9ea64018-d8bb-42c0-99b0-52d9ff435828/model-vers/model-ver/9c83dcac-f177-44ca-bc86-379563cfae4b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-04:28:58:049-91420], vertex-id=[422120], Content-Length=[0], Date=[Wed, 25 May 2022 04:28:58 GMT], Content-Type=[application/json]}
2022-05-25T04:28:58.267Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ea64018-d8bb-42c0-99b0-52d9ff435828/model-vers/model-ver/9c83dcac-f177-44ca-bc86-379563cfae4b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:28:58.268Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9ea64018-d8bb-42c0-99b0-52d9ff435828/model-vers/model-ver/9c83dcac-f177-44ca-bc86-379563cfae4b?depth=0|INFO|500||InvokeReturn
2022-05-25T04:28:58.268Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:28:58.268Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|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-05-25T04:28:58.273Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|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-05-25T04:28:58.273Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3fda42f1-33f9-44d5-b881-3146e46a0ae1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T04:28:58.273Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:28:58.274Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:58.275Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:58.275Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452938273,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:28:58.375Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:28:58.376Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:58.376Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:58.397Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:58.397Z||pool-108-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:28:59.285Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T04:28:59.285Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d60095cd-e684-40ed-9658-1dd631b807aa","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"66d3cfa8-e023-48d1-a758-ca1cb8f42b6d","serviceDescription":"service","serviceInvariantUUID":"7c34e426-8a5f-40b7-aef5-bbe30f0e406c","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4f6b273e-26e2-4fa3-a0b6-61b805c2c0d6","resourceInvariantUUID":"b3f03b3b-e47e-446c-832b-12292a27f318","resourceCustomizationUUID":"200d76d2-64e6-4aba-bb58-144ce2a80a81","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":"NDljZGNhOWJlNzQxMDI0NzY5MmNhNjhlZWE1ODYxZTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f24dec94-f4ed-4c22-88ca-64851aa3e982","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":"MmQyNjhlOGJkZDJlYTY5ZjdiZDVlNGYxYzhhZGFkMDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f41a2f67-0602-45f0-8318-7e3740efe3d9","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":"6d9b06fe-4e97-41b2-94c9-68b16bab7a2a","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":"db4997b5-aa44-4a41-974a-f0fee224a631","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":"cc0c3121-92af-469d-af3d-a0d5d2472fa1","artifactVersion":"2","generatedFromUUID":"6d9b06fe-4e97-41b2-94c9-68b16bab7a2a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NDIxYjE1NThlZjZjYjkwNGQ5NmY5NjM0YWZlZTUxNDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1be93054-cce4-4a67-952f-a5b25db15c15","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjZmNTYxNTc3NmRjYzkxMDc1NmZlMTI0ZTMxMjcwNTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0a3f2c0f-7293-4f7c-a2ca-d4a65faa222e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:28:59.285Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:28:59.285Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:28:59.287Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:28:59.287Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:28:59.387Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:28:59.387Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:28:59.387Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:28:59.403Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:28:59.404Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:00.287Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:00.288Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:00.289Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:00.289Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:29:00.389Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:00.390Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:00.390Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:00.402Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:00.403Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:01.290Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:01.290Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:01.292Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:01.292Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:29:01.392Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:01.393Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:01.393Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:01.414Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:01.414Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:02.292Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:02.293Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:02.295Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:02.295Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:02.394Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:29:02.395Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:02.395Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:02.414Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:02.414Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:03.295Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:03.296Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:03.297Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:03.297Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T04:29:03.397Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:29:03.398Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:03.398Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:03.413Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:03.413Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:04.298Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:04.298Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:04.300Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:04.300Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:04.400Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:29:04.401Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:04.401Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:04.417Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:04.417Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:29:05.301Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:05.301Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:05.303Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:05.303Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:29:05.403Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:05.404Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:05.404Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:05.417Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:05.417Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:06.304Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "66d3cfa8-e023-48d1-a758-ca1cb8f42b6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7c34e426-8a5f-40b7-aef5-bbe30f0e406c",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "200d76d2-64e6-4aba-bb58-144ce2a80a81",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4f6b273e-26e2-4fa3-a0b6-61b805c2c0d6",
      "resourceInvariantUUID": "b3f03b3b-e47e-446c-832b-12292a27f318",
      "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": "MmQyNjhlOGJkZDJlYTY5ZjdiZDVlNGYxYzhhZGFkMDM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f41a2f67-0602-45f0-8318-7e3740efe3d9",
          "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": "6d9b06fe-4e97-41b2-94c9-68b16bab7a2a",
          "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": "cc0c3121-92af-469d-af3d-a0d5d2472fa1",
            "generatedFromUUID": "6d9b06fe-4e97-41b2-94c9-68b16bab7a2a"
          },
          "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": "cc0c3121-92af-469d-af3d-a0d5d2472fa1",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ZjZmNTYxNTc3NmRjYzkxMDc1NmZlMTI0ZTMxMjcwNTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0a3f2c0f-7293-4f7c-a2ca-d4a65faa222e"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:29:06.304Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:29:06.304Z|3fda42f1-33f9-44d5-b881-3146e46a0ae1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 66d3cfa8-e023-48d1-a758-ca1cb8f42b6d ASDC
2022-05-25T04:29:06.305Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d60095cd-e684-40ed-9658-1dd631b807aa
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:66d3cfa8-e023-48d1-a758-ca1cb8f42b6d
ServiceInvariantUUID:7c34e426-8a5f-40b7-aef5-bbe30f0e406c
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:0a3f2c0f-7293-4f7c-a2ca-d4a65faa222e
ArtifactChecksum:ZjZmNTYxNTc3NmRjYzkxMDc1NmZlMTI0ZTMxMjcwNTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:200d76d2-64e6-4aba-bb58-144ce2a80a81
ResourceInvariantUUID:b3f03b3b-e47e-446c-832b-12292a27f318
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:4f6b273e-26e2-4fa3-a0b6-61b805c2c0d6
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:f41a2f67-0602-45f0-8318-7e3740efe3d9
ArtifactChecksum:MmQyNjhlOGJkZDJlYTY5ZjdiZDVlNGYxYzhhZGFkMDM=
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:6d9b06fe-4e97-41b2-94c9-68b16bab7a2a
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:cc0c3121-92af-469d-af3d-a0d5d2472fa1
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:cc0c3121-92af-469d-af3d-a0d5d2472fa1
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-05-25T04:29:06.305Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 66d3cfa8-e023-48d1-a758-ca1cb8f42b6d ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:29:06.334Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:29:06.334Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:29:06.334Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:29:06.334Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 0a3f2c0f-7293-4f7c-a2ca-d4a65faa222e from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T04:29:06.334Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:29:06.334Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T04:29:07.079Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:29:07.082Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 0a3f2c0f-7293-4f7c-a2ca-d4a65faa222e 71069
2022-05-25T04:29:07.082Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-25T04:29:07.083Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T04:29:07.083Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:29:07.083Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:07.085Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:07.085Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452947082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:29:07.184Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:29:07.185Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:07.185Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:07.197Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:07.197Z||pool-116-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:29:08.085Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:29:08.086Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:29:08.086Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 0a3f2c0f-7293-4f7c-a2ca-d4a65faa222e, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:08.086Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-05-25T04:29:08.087Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:08.087Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:08.210Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10650997676192210553/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-05-25T04:29:09.191Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:29:09.191Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:29:09.192Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.192Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-05-25T04:29:09.192Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.192Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.192Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.193Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.193Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.193Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.193Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.193Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.193Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-05-25T04:29:09.194Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:29:09.194Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.195Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:09.196Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T04:29:09.196Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:29:09.196Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:29:09.197Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.197Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:09.197Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T04:29:09.197Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:29:09.198Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:29:09.198Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.198Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:09.199Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.199Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T04:29:09.199Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-05-25T04:29:09.200Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-05-25T04:29:09.200Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-05-25T04:29:09.200Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T04:29:09.201Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-05-25T04:29:09.201Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.201Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:29:09.202Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.202Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T04:29:09.202Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:29:09.203Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.203Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T04:29:09.203Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:29:09.204Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.204Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T04:29:09.204Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:29:09.205Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.205Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T04:29:09.205Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T04:29:09.206Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T04:29:09.206Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c4167df-78d1-4e2e-a58e-a3ffe9a05d06
2022-05-25T04:29:09.206Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.207Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:09.207Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.207Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:09.208Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.208Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:09.208Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:09.209Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:09.209Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:66d3cfa8-e023-48d1-a758-ca1cb8f42b6d
Model Version:NULL
Model InvariantUuid:7c34e426-8a5f-40b7-aef5-bbe30f0e406c
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:6f8f4be4-cdf5-4597-ba4e-2a3dd389b83f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b3f03b3b-e47e-446c-832b-12292a27f318
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:200d76d2-64e6-4aba-bb58-144ce2a80a81
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:52850e0f-ff6d-4170-a2f4-9a9e13eaee70
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7fbdb014-4144-4765-bc6e-3e28ce9b8b1d
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c4167df-78d1-4e2e-a58e-a3ffe9a05d06
ModelInvariantUuid:542214b0-3981-4ab4-bfda-3f5477ea1277
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:cee0ff00-9321-48b9-a3c8-d6d6d5d2f1ba
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7048b800-ec47-415f-9afd-391001345ffd
ModelInvariantUuid:3de2f2a1-6218-4626-917a-ad5ff24d0214
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:15b678fe-dd51-4ec3-9df9-0fdc3e8b2680
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:29:09.217Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 4f6b273e-26e2-4fa3-a0b6-61b805c2c0d6
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:29:09.219Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-05-25T04:29:09.220Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4f6b273e-26e2-4fa3-a0b6-61b805c2c0d6
2022-05-25T04:29:09.220Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f41a2f67-0602-45f0-8318-7e3740efe3d9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T04:29:09.220Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:29:09.221Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T04:29:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:29:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:29:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:29:09.655Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e2595617-361b-41d0-b569-3e5c5c2f526b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452789477,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:29:09.656Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:29:09.656Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.657Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f41a2f67-0602-45f0-8318-7e3740efe3d9 787
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.657Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:09.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:29:09.657Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-05-25T04:29:09.658Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:09.658Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452799547,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:29:09.658Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452801964,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452803433,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452804877,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452805974,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452806977,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452807980,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452808984,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:29:09.660Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:29:09.661Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:09.661Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452949657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:29:09.761Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:09.761Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:09.762Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:09.776Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:09.777Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:29:10.661Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "52850e0f-ff6d-4170-a2f4-9a9e13eaee70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fbdb014-4144-4765-bc6e-3e28ce9b8b1d",
    "vfModuleModelCustomizationUUID": "0836312f-74f9-4b32-8708-ea875fed7b66",
    "isBase": true,
    "artifacts": [
      "6d9b06fe-4e97-41b2-94c9-68b16bab7a2a",
      "cc0c3121-92af-469d-af3d-a0d5d2472fa1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T04:29:10.664Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7fbdb014-4144-4765-bc6e-3e28ce9b8b1d
VfModuleModelInvariantUUID:52850e0f-ff6d-4170-a2f4-9a9e13eaee70
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d9b06fe-4e97-41b2-94c9-68b16bab7a2a
,
cc0c3121-92af-469d-af3d-a0d5d2472fa1

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

isBase:true


}

2022-05-25T04:29:10.667Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "52850e0f-ff6d-4170-a2f4-9a9e13eaee70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fbdb014-4144-4765-bc6e-3e28ce9b8b1d",
    "vfModuleModelCustomizationUUID": "0836312f-74f9-4b32-8708-ea875fed7b66",
    "isBase": true,
    "artifacts": [
      "6d9b06fe-4e97-41b2-94c9-68b16bab7a2a",
      "cc0c3121-92af-469d-af3d-a0d5d2472fa1"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-05-25T04:29:10.667Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7fbdb014-4144-4765-bc6e-3e28ce9b8b1d
VfModuleModelInvariantUUID:52850e0f-ff6d-4170-a2f4-9a9e13eaee70
VfModuleModelDescription:NULL
Artifacts UUID List:{
6d9b06fe-4e97-41b2-94c9-68b16bab7a2a
,
cc0c3121-92af-469d-af3d-a0d5d2472fa1

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

isBase:true


}

2022-05-25T04:29:10.667Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6d9b06fe-4e97-41b2-94c9-68b16bab7a2a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T04:29:10.667Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:29:10.668Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T04:29:10.936Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:29:10.937Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6d9b06fe-4e97-41b2-94c9-68b16bab7a2a 5033
2022-05-25T04:29:10.937Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T04:29:10.937Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T04:29:10.937Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:29:10.937Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:10.939Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:10.939Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452950937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:29:11.039Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:11.039Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:11.039Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:11.051Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:11.051Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:11.939Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: cc0c3121-92af-469d-af3d-a0d5d2472fa1 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T04:29:11.940Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:29:11.940Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T04:29:12.457Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:29:12.457Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env cc0c3121-92af-469d-af3d-a0d5d2472fa1 903
2022-05-25T04:29:12.457Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T04:29:12.457Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T04:29:12.457Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:29:12.458Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:12.459Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:12.459Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452952457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:29:12.559Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:12.560Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:12.560Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:12.575Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:12.575Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:29:13.460Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 66d3cfa8-e023-48d1-a758-ca1cb8f42b6d
2022-05-25T04:29:13.460Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 4f6b273e-26e2-4fa3-a0b6-61b805c2c0d6 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:29:13.471Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1bfb8de5, org.onap.sdc.toscaparser.api.parameters.Input@178118ab, org.onap.sdc.toscaparser.api.parameters.Input@4e79f07c, org.onap.sdc.toscaparser.api.parameters.Input@46e061d7, org.onap.sdc.toscaparser.api.parameters.Input@133584b]
2022-05-25T04:29:13.473Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.473Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:13.473Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-05-25T04:29:13.473Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 200d76d2-64e6-4aba-bb58-144ce2a80a81
2022-05-25T04:29:13.473Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 200d76d2-64e6-4aba-bb58-144ce2a80a81 matches Tosca VF Customization UUID: 200d76d2-64e6-4aba-bb58-144ce2a80a81
2022-05-25T04:29:13.473Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 200d76d2-64e6-4aba-bb58-144ce2a80a81  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-05-25T04:29:13.475Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.475Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:13.476Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 200d76d2-64e6-4aba-bb58-144ce2a80a81: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-05-25T04:29:13.476Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5ab881db
2022-05-25T04:29:13.476Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.476Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-05-25T04:29:13.476Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0836312f-74f9-4b32-8708-ea875fed7b66
2022-05-25T04:29:13.477Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0836312f-74f9-4b32-8708-ea875fed7b66
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-05-25T04:29:13.478Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.479Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T04:29:13.479Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:29:13.479Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.479Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T04:29:13.479Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:29:13.480Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.480Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-05-25T04:29:13.480Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-05-25T04:29:13.480Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-05-25T04:29:13.480Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c4167df-78d1-4e2e-a58e-a3ffe9a05d06
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-05-25T04:29:13.482Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.482Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T04:29:13.482Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-05-25T04:29:13.483Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.483Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-05-25T04:29:13.483Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=200d76d2-64e6-4aba-bb58-144ce2a80a81
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:29:13.484Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.485Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:13.485Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 66d3cfa8-e023-48d1-a758-ca1cb8f42b6d: basic_vm
2022-05-25T04:29:13.485Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.485Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:13.485Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.485Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:13.485Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.486Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:13.486Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.486Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:13.486Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:29:13.486Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:29:13.486Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:29:13.578Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 4f6b273e-26e2-4fa3-a0b6-61b805c2c0d6 1 ASDC deployResourceStructure
2022-05-25T04:29:13.578Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-05-25T04:29:13.578Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-05-25T04:29:13.578Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:29:13.579Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:13.580Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:13.580Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452953578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:29:13.680Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:13.681Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:13.681Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:13.695Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:13.695Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:14.581Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-05-25T04:29:14.581Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-05-25T04:29:14.581Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:29:14.582Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:14.584Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:14.584Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452954581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:29:14.683Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:29:14.684Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:14.684Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:14.698Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:14.699Z||pool-121-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:29:15.584Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-05-25T04:29:15.585Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-05-25T04:29:15.585Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:29:15.585Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:15.587Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:15.587Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452955584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:29:15.687Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:15.687Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:15.688Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:15.704Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:15.705Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:16.588Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-05-25T04:29:16.588Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-05-25T04:29:16.588Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:29:16.589Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:16.590Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:16.591Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452956588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:29:16.690Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:29:16.691Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:16.691Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:16.717Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:16.717Z||pool-123-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:17.591Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d60095cd-e684-40ed-9658-1dd631b807aa
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:29:17.602Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d60095cd-e684-40ed-9658-1dd631b807aa
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:29:17.604Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:29:17.604Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:29:17.604Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:29:17.604Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:29:17.604Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:29:17.605Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:29:17.605Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:29:17.605Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:29:17.605Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:29:17.605Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:29:17.605Z|d60095cd-e684-40ed-9658-1dd631b807aa|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-05-25T04:29:17.609Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:29:47.609Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d60095cd-e684-40ed-9658-1dd631b807aa and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:29:47.617Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d60095cd-e684-40ed-9658-1dd631b807aa and serviceModelVersionId: 66d3cfa8-e023-48d1-a758-ca1cb8f42b6d
2022-05-25T04:29:47.617Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7c34e426-8a5f-40b7-aef5-bbe30f0e406c
2022-05-25T04:29:47.617Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7c34e426-8a5f-40b7-aef5-bbe30f0e406c/model-vers/model-ver/66d3cfa8-e023-48d1-a758-ca1cb8f42b6d?depth=0
2022-05-25T04:29:47.620Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:29:47.654Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c34e426-8a5f-40b7-aef5-bbe30f0e406c/model-vers/model-ver/66d3cfa8-e023-48d1-a758-ca1cb8f42b6d?depth=0|INFO|500||Invoke
2022-05-25T04:29:47.654Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c34e426-8a5f-40b7-aef5-bbe30f0e406c/model-vers/model-ver/66d3cfa8-e023-48d1-a758-ca1cb8f42b6d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c34e426-8a5f-40b7-aef5-bbe30f0e406c/model-vers/model-ver/66d3cfa8-e023-48d1-a758-ca1cb8f42b6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d60095cd-e684-40ed-9658-1dd631b807aa], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[15e9888b-e41b-489c-9ed1-86fb07045bbb], X-ECOMP-RequestID=[d60095cd-e684-40ed-9658-1dd631b807aa], X-TransactionId=[], X-ONAP-RequestID=[d60095cd-e684-40ed-9658-1dd631b807aa], Content-Type=[application/merge-patch+json]}
2022-05-25T04:29:47.671Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c34e426-8a5f-40b7-aef5-bbe30f0e406c/model-vers/model-ver/66d3cfa8-e023-48d1-a758-ca1cb8f42b6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T04:29:47.863Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c34e426-8a5f-40b7-aef5-bbe30f0e406c/model-vers/model-ver/66d3cfa8-e023-48d1-a758-ca1cb8f42b6d?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/7c34e426-8a5f-40b7-aef5-bbe30f0e406c/model-vers/model-ver/66d3cfa8-e023-48d1-a758-ca1cb8f42b6d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-04:29:47:677-33784], vertex-id=[467176], Content-Length=[0], Date=[Wed, 25 May 2022 04:29:47 GMT], Content-Type=[application/json]}
2022-05-25T04:29:47.864Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c34e426-8a5f-40b7-aef5-bbe30f0e406c/model-vers/model-ver/66d3cfa8-e023-48d1-a758-ca1cb8f42b6d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:29:47.864Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7c34e426-8a5f-40b7-aef5-bbe30f0e406c/model-vers/model-ver/66d3cfa8-e023-48d1-a758-ca1cb8f42b6d?depth=0|INFO|500||InvokeReturn
2022-05-25T04:29:47.864Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:29:47.865Z|d60095cd-e684-40ed-9658-1dd631b807aa|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-05-25T04:29:47.869Z|d60095cd-e684-40ed-9658-1dd631b807aa|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-05-25T04:29:47.869Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d60095cd-e684-40ed-9658-1dd631b807aa and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T04:29:47.869Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:29:47.869Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:47.875Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:47.875Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452987869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:29:47.971Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-25T04:29:47.972Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:47.972Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:47.999Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:47.999Z||pool-124-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:29:48.886Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:29:48.887Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:29:48.887Z|d60095cd-e684-40ed-9658-1dd631b807aa|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:29:53.269Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:53.270Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T04:29:53.270Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3c654e64-4e08-4083-9b62-d8a6f81a3682","serviceName":"Demo_pNF_QtWAriNZfYhUhnasjnc2","serviceVersion":"1.0","serviceUUID":"de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7","serviceDescription":"catalog service description","serviceInvariantUUID":"0c584860-d38b-4197-a2c5-031082ee924a","resources":[{"resourceInstanceName":"pNF 780e9fe1-9057 0","resourceName":"pNF 780e9fe1-9057","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c1a5bb9d-117c-4cb9-ba76-6ebc680b411d","resourceInvariantUUID":"fb09beb2-5aeb-44dc-88c0-f7069afefc30","resourceCustomizationUUID":"a37648ff-60b9-41b5-a676-a3bc47a7e380","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml","artifactChecksum":"ZDhlYmQ5ZTYxMzlkZWVmMjMyZDczNDcwMDk1NmNjZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38a97b8c-ac32-4df9-9eb6-45bb4b626e40","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar","artifactChecksum":"NTBjN2ZlMTAwMjllZDUzNDhhNjRiN2M1YTNmYWI3OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"953e72e8-6399-4c15-b341-9852fdce97d8","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6ec0dfbf-9030-4595-98a9-227fd17d88a1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml","artifactChecksum":"OWE2NWE4YWE4MGQxZDNiMjI5NDhlMDlhZDU4Mjg2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c962439a-e118-4374-a7ca-d80646161f35","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dcb3650d-a988-480f-887e-3cc6b4ed0421","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"414a07cc-1099-45f8-a1c5-44ffc13dc4dd","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml","artifactChecksum":"OTAzNTU0NmI3NDVlOGQzYmNiNDNjOTEzYjg4YWExOTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffeef46b-8327-4866-be10-b392b478fe8f","artifactVersion":"1"},{"artifactName":"service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar","artifactChecksum":"NmQ5ZDgwNGIyZWNhZjkwMTllNzYxZmQ3NzdkN2U5YWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2a1257da-cb19-4aa9-a77d-2481cc39c6d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:29:53.273Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:53.273Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:53.274Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:53.275Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:53.374Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:29:53.375Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:53.375Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:53.389Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:53.389Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:54.275Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:54.276Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:54.277Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:54.277Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:54.377Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:54.378Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:54.378Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:54.394Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:54.395Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:55.278Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:55.278Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:55.280Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:55.280Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:55.380Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:55.381Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:55.381Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:55.394Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:55.394Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:56.281Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:56.282Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:56.283Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:56.284Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:56.383Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:29:56.384Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:56.384Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:56.402Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:56.402Z||pool-128-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:57.284Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:57.285Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:57.287Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:57.287Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:57.387Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:57.387Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:57.387Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:57.401Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:57.401Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:29:58.287Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:58.288Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:58.290Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:58.290Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:58.389Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:29:58.390Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:58.390Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:58.409Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:58.409Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:29:59.290Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:29:59.291Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:29:59.293Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:29:59.293Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:29:59.393Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:29:59.393Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:29:59.393Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:29:59.412Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:29:59.412Z||pool-131-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:30:00.293Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:30:00.293Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:30:00.295Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:30:00.296Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:30:00.395Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:30:00.396Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:30:00.396Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:30:00.411Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:30:00.411Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:30:01.296Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "serviceName": "Demo_pNF_QtWAriNZfYhUhnasjnc2",
  "serviceVersion": "1.0",
  "serviceUUID": "de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0c584860-d38b-4197-a2c5-031082ee924a",
  "resources": [
    {
      "resourceInstanceName": "pNF 780e9fe1-9057 0",
      "resourceCustomizationUUID": "a37648ff-60b9-41b5-a676-a3bc47a7e380",
      "resourceName": "pNF 780e9fe1-9057",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c1a5bb9d-117c-4cb9-ba76-6ebc680b411d",
      "resourceInvariantUUID": "fb09beb2-5aeb-44dc-88c0-f7069afefc30",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
      "artifactChecksum": "NmQ5ZDgwNGIyZWNhZjkwMTllNzYxZmQ3NzdkN2U5YWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2a1257da-cb19-4aa9-a77d-2481cc39c6d1"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:30:01.297Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:30:01.297Z|d60095cd-e684-40ed-9658-1dd631b807aa|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7 ASDC
2022-05-25T04:30:01.297Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3c654e64-4e08-4083-9b62-d8a6f81a3682
ServiceName:Demo_pNF_QtWAriNZfYhUhnasjnc2
ServiceVersion:1.0
ServiceUUID:de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7
ServiceInvariantUUID:0c584860-d38b-4197-a2c5-031082ee924a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
ArtifactUUID:2a1257da-cb19-4aa9-a77d-2481cc39c6d1
ArtifactChecksum:NmQ5ZDgwNGIyZWNhZjkwMTllNzYxZmQ3NzdkN2U5YWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 780e9fe1-9057 0
ResourceCustomizationUUID:a37648ff-60b9-41b5-a676-a3bc47a7e380
ResourceInvariantUUID:fb09beb2-5aeb-44dc-88c0-f7069afefc30
ResourceName:pNF 780e9fe1-9057
ResourceType:PNF
ResourceUUID:c1a5bb9d-117c-4cb9-ba76-6ebc680b411d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-25T04:30:01.297Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:30:01.320Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:30:01.320Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:30:01.320Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:30:01.320Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2a1257da-cb19-4aa9-a77d-2481cc39c6d1 from URL: /sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:01.320Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:30:01.321Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:01.388Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:30:01.391Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar 2a1257da-cb19-4aa9-a77d-2481cc39c6d1 82637
2022-05-25T04:30:01.392Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar ASDC sendASDCNotification
2022-05-25T04:30:01.392Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:01.392Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:30:01.392Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:30:01.394Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:30:01.394Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453001392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:30:01.494Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:30:01.494Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-05-25T04:30:01.494Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:30:01.516Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:30:01.516Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:30:02.394Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:30:02.395Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:30:02.395Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2a1257da-cb19-4aa9-a77d-2481cc39c6d1, URL: /sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar to file: /app/ASDC/1/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:02.395Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:02.396Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:02.396Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:02.518Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6041941938992796944/Definitions/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml
2022-05-25T04:30:03.105Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:30:03.105Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:30:03.105Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:03.106Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-25T04:30:03.106Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:03.106Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:03.106Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:03.106Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:03.106Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:03.106Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 780e9fe1-9057 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-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:03.107Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:03.107Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:30:03.107Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:30:03.107Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QtWAriNZfYhUhnasjnc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:30:03.107Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Node template pNF 780e9fe1-9057 0 is matching search criteria
2022-05-25T04:30:03.108Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:30:03.108Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 780e9fe1-9057 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:30:03.108Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:30:03.108Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QtWAriNZfYhUhnasjnc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:30:03.108Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Node template pNF 780e9fe1-9057 0 is matching search criteria
2022-05-25T04:30:03.109Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:30:03.109Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 780e9fe1-9057 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:30:03.109Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:30:03.109Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QtWAriNZfYhUhnasjnc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:30:03.109Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:30:03.110Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QtWAriNZfYhUhnasjnc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:30:03.110Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:30:03.110Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QtWAriNZfYhUhnasjnc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:30:03.110Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:30:03.110Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QtWAriNZfYhUhnasjnc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:30:03.111Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:30:03.111Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QtWAriNZfYhUhnasjnc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:30:03.111Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_QtWAriNZfYhUhnasjnc2
Description:catalog service description
Model UUID:de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7
Model Version:NULL
Model InvariantUuid:0c584860-d38b-4197-a2c5-031082ee924a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:30:03.116Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: c1a5bb9d-117c-4cb9-ba76-6ebc680b411d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:30:03.119Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||pNF 780e9fe1-9057 0
2022-05-25T04:30:03.119Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c1a5bb9d-117c-4cb9-ba76-6ebc680b411d
2022-05-25T04:30:03.119Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||No resources found for Service: de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7
2022-05-25T04:30:03.119Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7
2022-05-25T04:30:03.119Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 780e9fe1-9057 0 c1a5bb9d-117c-4cb9-ba76-6ebc680b411d ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:30:03.123Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@54a1e3ab, org.onap.sdc.toscaparser.api.parameters.Input@f17a93c, org.onap.sdc.toscaparser.api.parameters.Input@174020b, org.onap.sdc.toscaparser.api.parameters.Input@4823307f, org.onap.sdc.toscaparser.api.parameters.Input@13443e6b]
2022-05-25T04:30:03.123Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:30:03.123Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QtWAriNZfYhUhnasjnc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:30:03.124Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7: pNF 780e9fe1-9057
2022-05-25T04:30:03.124Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||Processing PNF resource: c1a5bb9d-117c-4cb9-ba76-6ebc680b411d
2022-05-25T04:30:03.124Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:30:03.124Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_QtWAriNZfYhUhnasjnc2 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:30:03.124Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||Resource customization UUID: a37648ff-60b9-41b5-a676-a3bc47a7e380 is the same as notified resource customizationUUID: a37648ff-60b9-41b5-a676-a3bc47a7e380
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-25T04:30:03.151Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 780e9fe1-9057 c1a5bb9d-117c-4cb9-ba76-6ebc680b411d 0 ASDC deployResourceStructure
2022-05-25T04:30:03.151Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar ASDC sendASDCNotification
2022-05-25T04:30:03.151Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar
2022-05-25T04:30:03.151Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:30:03.152Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:30:03.153Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:30:03.153Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453003151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:30:03.253Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:30:03.254Z||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-05-25T04:30:03.254Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:30:03.266Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:30:03.267Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:30:04.154Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:30:04.164Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:30:04.166Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:30:04.166Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:30:04.166Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:30:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:30:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:30:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:30:09.644Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:30:09.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2bdd7a81-fd89-4768-a87a-cd7d0edca35d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452840198,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR"
}
2022-05-25T04:30:09.645Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:30:09.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:30:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-05-25T04:30:09.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:30:09.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-05-25T04:30:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:30:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:30:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:30:09.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:30:09.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:30:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:30:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:30:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-05-25T04:30:09.648Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:30:09.648Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.648Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:30:09.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:30:09.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:30:09.649Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:30:09.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452850799,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:30:09.649Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452853067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:30:09.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.650Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452854190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:30:09.650Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452855382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:30:09.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452856436,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:30:09.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.651Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452857479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:30:09.651Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452858576,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T04:30:09.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452859579,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-05-25T04:30:09.652Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452860583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:30:09.653Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452861586,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:30:09.653Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452862591,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:30:09.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:09.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:30:09.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452863595,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:30:09.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:30:34.166Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:30:34.175Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:30:34.177Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:30:34.177Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:30:34.177Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:31:04.177Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:31:04.185Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:31:04.187Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:31:04.187Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:31:04.187Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:31:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:31:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:31:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:31:09.652Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:31:09.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df2e3183-179c-4adf-a478-1414590cfad3",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452894808,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:31:09.654Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:31:09.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452905168,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452906960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3fda42f1-33f9-44d5-b881-3146e46a0ae1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452938273,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:31:09.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452687229,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:31:09.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:31:09.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:31:09.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452947082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:31:09.659Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:31:34.188Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:31:34.196Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:31:34.197Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:31:34.198Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:31:34.198Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:32:04.198Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:32:04.210Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:32:04.211Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:32:04.211Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-05-25T04:32:04.211Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-05-25T04:32:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:32:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:32:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:32:10.155Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:32:10.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452949657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452950937,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452952457,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452953578,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452954581,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452955584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452956588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452972873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452968513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452972873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452968513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452972873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452968513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452979666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452972873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452968513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452979666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452972873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653452981030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452968513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452979666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452972873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653452981030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452968513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452979666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452972873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653452981030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452968513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452979666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653452972873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653452981030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452968513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:32:10.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452984151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.166Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.166Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452979666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.166Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653452981030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452984151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.167Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.167Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.167Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452985392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.167Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452979666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653452981030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.168Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452984151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452986397,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452979666,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.169Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653452981030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452984151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.170Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.170Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.170Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d60095cd-e684-40ed-9658-1dd631b807aa",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452987869,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:32:10.170Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "policy-id",
  "timestamp": 1653452987400,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:32:10.177Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3c654e64-4e08-4083-9b62-d8a6f81a3682
2022-05-25T04:32:10.177Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c654e64-4e08-4083-9b62-d8a6f81a3682 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:32:10.186Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.187Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.187Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.187Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452988430,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.187Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653452981030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:32:10.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452984151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.188Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.188Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.189Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "cds",
  "timestamp": 1653452989438,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:32:10.193Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3c654e64-4e08-4083-9b62-d8a6f81a3682
2022-05-25T04:32:10.193Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c654e64-4e08-4083-9b62-d8a6f81a3682 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:32:10.200Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.200Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452984151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653452990185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452984151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.201Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653452990185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452984151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.202Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653452990185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452992910,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.203Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452986123,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653452990185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.204Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452994848,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452994717,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653452990185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.205Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.206Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452995880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.206Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.206Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.206Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653452995721,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:32:10.212Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3c654e64-4e08-4083-9b62-d8a6f81a3682
2022-05-25T04:32:10.212Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c654e64-4e08-4083-9b62-d8a6f81a3682 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:32:10.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653452990185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653452996886,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:32:10.224Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 3c654e64-4e08-4083-9b62-d8a6f81a3682
2022-05-25T04:32:10.225Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c654e64-4e08-4083-9b62-d8a6f81a3682 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:32:10.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653452990185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653452990185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:32:10.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/resourceInstances/pnf780e9fe190570/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653452999054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:32:10.237Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653452988886,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653453001043,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453001392,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653453002064,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.239Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.239Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.239Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "clamp",
  "timestamp": 1653453003067,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:32:10.243Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3c654e64-4e08-4083-9b62-d8a6f81a3682
2022-05-25T04:32:10.243Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c654e64-4e08-4083-9b62-d8a6f81a3682 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:32:10.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.250Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453003151,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.250Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.250Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653453005223,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQtwarinzfyhuhnasjnc2/1.0/artifacts/service-DemoPnfQtwarinzfyhuhnasjnc2-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:32:10.251Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:32:10.251Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:32:10.251Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "aai-ml",
  "timestamp": 1653453006227,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:32:10.255Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3c654e64-4e08-4083-9b62-d8a6f81a3682
2022-05-25T04:32:10.255Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3c654e64-4e08-4083-9b62-d8a6f81a3682 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:32:34.212Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:32:34.232Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:32:34.235Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:32:34.235Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:32:34.236Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:32:34.236Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:32:34.236Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:32:34.236Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:32:34.236Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:32:34.237Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:32:34.237Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:32:34.237Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:32:34.237Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:32:34.237Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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-05-25T04:32:34.243Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:33:04.244Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:33:04.252Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3c654e64-4e08-4083-9b62-d8a6f81a3682 and serviceModelVersionId: de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7
2022-05-25T04:33:04.253Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c584860-d38b-4197-a2c5-031082ee924a
2022-05-25T04:33:04.257Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c584860-d38b-4197-a2c5-031082ee924a/model-vers/model-ver/de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7?depth=0
2022-05-25T04:33:04.277Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:33:04.346Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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/0c584860-d38b-4197-a2c5-031082ee924a/model-vers/model-ver/de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-05-25T04:33:04.350Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c584860-d38b-4197-a2c5-031082ee924a/model-vers/model-ver/de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7?depth=0|INFO|500||Invoke
2022-05-25T04:33:04.375Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c584860-d38b-4197-a2c5-031082ee924a/model-vers/model-ver/de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T04:33:04.705Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c584860-d38b-4197-a2c5-031082ee924a/model-vers/model-ver/de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7?depth=0|INFO|500||InvokeReturn
2022-05-25T04:33:04.705Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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/0c584860-d38b-4197-a2c5-031082ee924a/model-vers/model-ver/de17ec55-25e7-4e7c-b24f-7a5efdbbc9b7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220525-04:33:04:381-30262], vertex-id=[233552], Content-Length=[0], Date=[Wed, 25 May 2022 04:33:04 GMT], Content-Type=[application/json]}
2022-05-25T04:33:04.706Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:33:04.711Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:33:04.711Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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-05-25T04:33:04.716Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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-05-25T04:33:04.716Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3c654e64-4e08-4083-9b62-d8a6f81a3682 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T04:33:04.716Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:33:04.717Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:04.720Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:04.720Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453184716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:33:04.820Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:33:04.822Z||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-05-25T04:33:04.822Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:04.844Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:04.845Z||pool-135-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:33:05.738Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:33:05.738Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:33:05.738Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:33:09.622Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:33:09.623Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:33:09.623Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:33:10.143Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:10.144Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.144Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"537ae345-8d06-4727-8c03-19a6a50ef6d4","serviceName":"Demo_pNF_8lGe4AyCjW9O1Df4230C","serviceVersion":"1.0","serviceUUID":"a18bf634-86e9-417c-b1d7-d5c329af3982","serviceDescription":"catalog service description","serviceInvariantUUID":"0d78bc33-519f-4356-a5cc-c075c950e815","resources":[{"resourceInstanceName":"pNF 570cbcd1-10f5 0","resourceName":"pNF 570cbcd1-10f5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6a453a37-922f-46f5-b8c3-e6e4ad872cf5","resourceInvariantUUID":"15ffd481-f300-4613-ba38-dc40f8fafd1b","resourceCustomizationUUID":"03d89ce6-a04a-486a-b65b-cf6076a3d30b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml","artifactChecksum":"NmExMzEyYmExYThiYzg4NjZjYzBlYzVmOWIzNTVlNDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"baeda751-0174-4619-a09b-d6580dbc70b3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar","artifactChecksum":"NTBjN2ZlMTAwMjllZDUzNDhhNjRiN2M1YTNmYWI3OWM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"48753a80-97a2-4494-8891-923e946744a6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dfe4c9b0-7e89-457c-bf6c-25d942ef8311","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml","artifactChecksum":"YmUxMGZkZTRlNWYzMTNmNTgxOGNmZjAwNTkyMWVlZjc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1f420c38-1771-4ae3-a707-1c98245122f6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6dcad86d-6c79-491f-929c-075cc53d0fc2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"631d9a4b-09be-4591-9c33-93f42ffeed07","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8lge4aycjw9o1df4230c-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml","artifactChecksum":"YzhjZDZhOWNkMjhlMGQwZWJjNTMxZTc5ZGY5Yzc1OTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a30a27c-94e9-4c99-82f4-e708039f49bc","artifactVersion":"1"},{"artifactName":"service-DemoPnf8lge4aycjw9o1df4230c-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar","artifactChecksum":"YzEwZGI3NmUyNTZhZThiNGNiZjFkZWQ3MTRmNzE1NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7b7f2576-a89f-4e92-9381-ce7bc5e7aeaa","artifactVersion":"1"}],"workloadContext":"Production"}
2022-05-25T04:33:10.147Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:33:10.148Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:10.150Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:10.150Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.249Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:33:10.250Z||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-05-25T04:33:10.250Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:10.253Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:10.255Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.255Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653453152873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453148513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653453152873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453148513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.256Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653453152873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453159665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453148513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653453152873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.257Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453159665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453148513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453161030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653453152873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.258Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453159665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453148513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453161030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653453152873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.259Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453159665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453148513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453161030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653453152873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.260Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453159665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453148513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453161030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453164152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.261Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.262Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.264Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1653453152873,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:33:10.265Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.265Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.265Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453159665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.265Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.265Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.265Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453148513,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:33:10.265Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.265Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.265Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453161030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453164152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453166124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453159665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.266Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453165773,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453161030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453164152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453166124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.267Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453159665,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453166779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453161030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453164152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.268Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.269Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.269Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453166124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.269Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.269Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.269Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "policy-id",
  "timestamp": 1653453167782,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
2022-05-25T04:33:10.270Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:10.270Z||pool-136-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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:33:10.282Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 537ae345-8d06-4727-8c03-19a6a50ef6d4
2022-05-25T04:33:10.282Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537ae345-8d06-4727-8c03-19a6a50ef6d4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:33:10.289Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453168605,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453161030,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453164152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.290Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453166124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.291Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.291Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.291Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "cds",
  "timestamp": 1653453169611,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:33:10.295Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 537ae345-8d06-4727-8c03-19a6a50ef6d4
2022-05-25T04:33:10.295Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537ae345-8d06-4727-8c03-19a6a50ef6d4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:33:10.303Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.303Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453164152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.303Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.303Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.303Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453166124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.303Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.303Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.303Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453170185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453164152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453166124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453170185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.304Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453164152,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453166124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453170185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453172905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:33:10.305Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453166124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453170185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453174865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453174621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:33:10.306Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.307Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.307Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453170185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.307Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.307Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.307Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453175891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-05-25T04:33:10.307Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.307Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.307Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1653453175624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:33:10.311Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 537ae345-8d06-4727-8c03-19a6a50ef6d4
2022-05-25T04:33:10.311Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537ae345-8d06-4727-8c03-19a6a50ef6d4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:33:10.318Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.318Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453170185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.318Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.318Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.318Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1653453176895,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:33:10.323Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 537ae345-8d06-4727-8c03-19a6a50ef6d4
2022-05-25T04:33:10.323Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537ae345-8d06-4727-8c03-19a6a50ef6d4 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:33:10.329Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.329Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453170185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:10.329Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453170185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453179039,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453180057,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.330Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453181077,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:33:10.331Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.331Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.331Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "clamp",
  "timestamp": 1653453182080,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:33:10.334Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 537ae345-8d06-4727-8c03-19a6a50ef6d4
2022-05-25T04:33:10.334Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537ae345-8d06-4727-8c03-19a6a50ef6d4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:33:10.341Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.341Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3c654e64-4e08-4083-9b62-d8a6f81a3682",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453184716,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:33:10.341Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.341Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.342Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453184932,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:33:10.342Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:33:10.342Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:33:10.342Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "aai-ml",
  "timestamp": 1653453185945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-05-25T04:33:10.346Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 537ae345-8d06-4727-8c03-19a6a50ef6d4
2022-05-25T04:33:10.346Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 537ae345-8d06-4727-8c03-19a6a50ef6d4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-05-25T04:33:11.150Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:33:11.151Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:11.153Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:11.153Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:11.252Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:33:11.254Z||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-05-25T04:33:11.254Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:11.266Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:11.267Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:33:12.153Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:33:12.154Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:12.156Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:12.156Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:12.256Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:33:12.257Z||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-05-25T04:33:12.257Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:12.272Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:12.272Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:33:13.156Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:33:13.157Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:13.159Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:13.159Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:13.259Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:33:13.260Z||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-05-25T04:33:13.261Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:13.275Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:13.276Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:33:14.159Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:33:14.160Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:14.162Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:14.162Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:14.262Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:33:14.263Z||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-05-25T04:33:14.263Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:14.276Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:14.276Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:33:15.162Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:33:15.163Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:15.165Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:15.165Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:15.265Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:33:15.265Z||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-05-25T04:33:15.265Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:15.283Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:15.284Z||pool-141-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:33:16.165Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:33:16.166Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:16.168Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:16.168Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:33:16.268Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:33:16.268Z||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-05-25T04:33:16.269Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:16.283Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:16.283Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:33:17.168Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-05-25T04:33:17.169Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:17.171Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:17.171Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:33:17.270Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-05-25T04:33:17.271Z||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-05-25T04:33:17.271Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:17.288Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:17.289Z||pool-143-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-05-25T04:33:18.171Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "serviceName": "Demo_pNF_8lGe4AyCjW9O1Df4230C",
  "serviceVersion": "1.0",
  "serviceUUID": "a18bf634-86e9-417c-b1d7-d5c329af3982",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0d78bc33-519f-4356-a5cc-c075c950e815",
  "resources": [
    {
      "resourceInstanceName": "pNF 570cbcd1-10f5 0",
      "resourceCustomizationUUID": "03d89ce6-a04a-486a-b65b-cf6076a3d30b",
      "resourceName": "pNF 570cbcd1-10f5",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6a453a37-922f-46f5-b8c3-e6e4ad872cf5",
      "resourceInvariantUUID": "15ffd481-f300-4613-ba38-dc40f8fafd1b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
      "artifactChecksum": "YzEwZGI3NmUyNTZhZThiNGNiZjFkZWQ3MTRmNzE1NmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7b7f2576-a89f-4e92-9381-ce7bc5e7aeaa"
    }
  ],
  "workloadContext": "Production"
}
2022-05-25T04:33:18.172Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-05-25T04:33:18.172Z|3c654e64-4e08-4083-9b62-d8a6f81a3682|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 a18bf634-86e9-417c-b1d7-d5c329af3982 ASDC
2022-05-25T04:33:18.172Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:537ae345-8d06-4727-8c03-19a6a50ef6d4
ServiceName:Demo_pNF_8lGe4AyCjW9O1Df4230C
ServiceVersion:1.0
ServiceUUID:a18bf634-86e9-417c-b1d7-d5c329af3982
ServiceInvariantUUID:0d78bc33-519f-4356-a5cc-c075c950e815
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
ArtifactUUID:7b7f2576-a89f-4e92-9381-ce7bc5e7aeaa
ArtifactChecksum:YzEwZGI3NmUyNTZhZThiNGNiZjFkZWQ3MTRmNzE1NmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 570cbcd1-10f5 0
ResourceCustomizationUUID:03d89ce6-a04a-486a-b65b-cf6076a3d30b
ResourceInvariantUUID:15ffd481-f300-4613-ba38-dc40f8fafd1b
ResourceName:pNF 570cbcd1-10f5
ResourceType:PNF
ResourceUUID:6a453a37-922f-46f5-b8c3-e6e4ad872cf5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-05-25T04:33:18.172Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a18bf634-86e9-417c-b1d7-d5c329af3982 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:33:18.202Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:33:18.202Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:33:18.203Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:33:18.203Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7b7f2576-a89f-4e92-9381-ce7bc5e7aeaa from URL: /sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:18.203Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-05-25T04:33:18.203Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:18.294Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-05-25T04:33:18.297Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar 7b7f2576-a89f-4e92-9381-ce7bc5e7aeaa 82645
2022-05-25T04:33:18.298Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar ASDC sendASDCNotification
2022-05-25T04:33:18.298Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:18.298Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-05-25T04:33:18.298Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:18.300Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:18.300Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453198298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:33:18.400Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:33:18.401Z||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-05-25T04:33:18.401Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:18.416Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:18.417Z||pool-144-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:33:19.300Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-05-25T04:33:19.301Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-05-25T04:33:19.301Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7b7f2576-a89f-4e92-9381-ce7bc5e7aeaa, URL: /sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar to file: /app/ASDC/1/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:19.302Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:19.302Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:19.302Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:19.445Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11210600053823488738/Definitions/service-DemoPnf8lge4aycjw9o1df4230c-template.yml
2022-05-25T04:33:20.188Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-05-25T04:33:20.188Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:33:20.189Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:20.189Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-05-25T04:33:20.189Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:20.189Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:20.189Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:20.190Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:20.190Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:20.190Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 570cbcd1-10f5 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-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:20.190Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:20.190Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-05-25T04:33:20.191Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:33:20.191Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8lGe4AyCjW9O1Df4230C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:33:20.191Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Node template pNF 570cbcd1-10f5 0 is matching search criteria
2022-05-25T04:33:20.191Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:33:20.192Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 570cbcd1-10f5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:33:20.192Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:33:20.192Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8lGe4AyCjW9O1Df4230C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:33:20.192Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Node template pNF 570cbcd1-10f5 0 is matching search criteria
2022-05-25T04:33:20.192Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-05-25T04:33:20.192Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF 570cbcd1-10f5 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-05-25T04:33:20.193Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:33:20.193Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8lGe4AyCjW9O1Df4230C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:33:20.193Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:33:20.193Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8lGe4AyCjW9O1Df4230C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:33:20.193Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:33:20.193Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8lGe4AyCjW9O1Df4230C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:33:20.193Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:33:20.194Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8lGe4AyCjW9O1Df4230C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:33:20.194Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:33:20.194Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8lGe4AyCjW9O1Df4230C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:33:20.194Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8lGe4AyCjW9O1Df4230C
Description:catalog service description
Model UUID:a18bf634-86e9-417c-b1d7-d5c329af3982
Model Version:NULL
Model InvariantUuid:0d78bc33-519f-4356-a5cc-c075c950e815
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-05-25T04:33:20.203Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6a453a37-922f-46f5-b8c3-e6e4ad872cf5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:33:20.206Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||pNF 570cbcd1-10f5 0
2022-05-25T04:33:20.206Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6a453a37-922f-46f5-b8c3-e6e4ad872cf5
2022-05-25T04:33:20.206Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||No resources found for Service: a18bf634-86e9-417c-b1d7-d5c329af3982
2022-05-25T04:33:20.206Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a18bf634-86e9-417c-b1d7-d5c329af3982
2022-05-25T04:33:20.206Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 570cbcd1-10f5 0 6a453a37-922f-46f5-b8c3-e6e4ad872cf5 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-05-25T04:33:20.211Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64ebcf80, org.onap.sdc.toscaparser.api.parameters.Input@c6e4cf5, org.onap.sdc.toscaparser.api.parameters.Input@61098c14, org.onap.sdc.toscaparser.api.parameters.Input@786e2adc, org.onap.sdc.toscaparser.api.parameters.Input@42c36d9e]
2022-05-25T04:33:20.211Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:33:20.211Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8lGe4AyCjW9O1Df4230C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:33:20.212Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a18bf634-86e9-417c-b1d7-d5c329af3982: pNF 570cbcd1-10f5
2022-05-25T04:33:20.212Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||Processing PNF resource: 6a453a37-922f-46f5-b8c3-e6e4ad872cf5
2022-05-25T04:33:20.212Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-05-25T04:33:20.212Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_8lGe4AyCjW9O1Df4230C is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-05-25T04:33:20.212Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||Resource customization UUID: 03d89ce6-a04a-486a-b65b-cf6076a3d30b is the same as notified resource customizationUUID: 03d89ce6-a04a-486a-b65b-cf6076a3d30b
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-05-25T04:33:20.241Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 570cbcd1-10f5 6a453a37-922f-46f5-b8c3-e6e4ad872cf5 0 ASDC deployResourceStructure
2022-05-25T04:33:20.242Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar ASDC sendASDCNotification
2022-05-25T04:33:20.242Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar
2022-05-25T04:33:20.242Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-05-25T04:33:20.242Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:20.246Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:20.246Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453200242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:33:20.343Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-05-25T04:33:20.344Z||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-05-25T04:33:20.344Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:20.358Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:20.359Z||pool-145-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-05-25T04:33:21.247Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 537ae345-8d06-4727-8c03-19a6a50ef6d4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:33:21.260Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 537ae345-8d06-4727-8c03-19a6a50ef6d4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-05-25T04:33:21.262Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-05-25T04:33:21.262Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-05-25T04:33:21.262Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-05-25T04:33:21.262Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-05-25T04:33:21.262Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:33:21.262Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:33:21.262Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:33:21.262Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:33:21.263Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:33:21.263Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:33:21.263Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-05-25T04:33:21.263Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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-05-25T04:33:21.268Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-05-25T04:33:51.268Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 537ae345-8d06-4727-8c03-19a6a50ef6d4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-05-25T04:33:51.272Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 537ae345-8d06-4727-8c03-19a6a50ef6d4 and serviceModelVersionId: a18bf634-86e9-417c-b1d7-d5c329af3982
2022-05-25T04:33:51.272Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0d78bc33-519f-4356-a5cc-c075c950e815
2022-05-25T04:33:51.273Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0d78bc33-519f-4356-a5cc-c075c950e815/model-vers/model-ver/a18bf634-86e9-417c-b1d7-d5c329af3982?depth=0
2022-05-25T04:33:51.276Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-05-25T04:33:51.309Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d78bc33-519f-4356-a5cc-c075c950e815/model-vers/model-ver/a18bf634-86e9-417c-b1d7-d5c329af3982?depth=0|INFO|500||Invoke
2022-05-25T04:33:51.309Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d78bc33-519f-4356-a5cc-c075c950e815/model-vers/model-ver/a18bf634-86e9-417c-b1d7-d5c329af3982?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d78bc33-519f-4356-a5cc-c075c950e815/model-vers/model-ver/a18bf634-86e9-417c-b1d7-d5c329af3982?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[537ae345-8d06-4727-8c03-19a6a50ef6d4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ebca4be4-fc5f-47c9-873f-a635ceb4e87a], X-ECOMP-RequestID=[537ae345-8d06-4727-8c03-19a6a50ef6d4], X-TransactionId=[], X-ONAP-RequestID=[537ae345-8d06-4727-8c03-19a6a50ef6d4], Content-Type=[application/merge-patch+json]}
2022-05-25T04:33:51.328Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d78bc33-519f-4356-a5cc-c075c950e815/model-vers/model-ver/a18bf634-86e9-417c-b1d7-d5c329af3982?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-05-25T04:33:51.417Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d78bc33-519f-4356-a5cc-c075c950e815/model-vers/model-ver/a18bf634-86e9-417c-b1d7-d5c329af3982?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/0d78bc33-519f-4356-a5cc-c075c950e815/model-vers/model-ver/a18bf634-86e9-417c-b1d7-d5c329af3982?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220525-04:33:51:333-45272], vertex-id=[282792], Content-Length=[0], Date=[Wed, 25 May 2022 04:33:51 GMT], Content-Type=[application/json]}
2022-05-25T04:33:51.418Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d78bc33-519f-4356-a5cc-c075c950e815/model-vers/model-ver/a18bf634-86e9-417c-b1d7-d5c329af3982?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-05-25T04:33:51.419Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0d78bc33-519f-4356-a5cc-c075c950e815/model-vers/model-ver/a18bf634-86e9-417c-b1d7-d5c329af3982?depth=0|INFO|500||InvokeReturn
2022-05-25T04:33:51.419Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-05-25T04:33:51.420Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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-05-25T04:33:51.423Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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-05-25T04:33:51.424Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 537ae345-8d06-4727-8c03-19a6a50ef6d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-05-25T04:33:51.424Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-05-25T04:33:51.424Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-05-25T04:33:51.426Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-05-25T04:33:51.426Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453231424,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:33:51.526Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-05-25T04:33:51.526Z||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-05-25T04:33:51.527Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as qYpiiJgh5diqaeja) ...
2022-05-25T04:33:51.546Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:33:51.546Z||pool-146-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-05-25T04:33:52.438Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:33:52.439Z||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-05-25T04:33:52.439Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:34:02.010Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:34:02.013Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:34:02.014Z||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-05-25T04:34:02.014Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:34:09.622Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:34:09.623Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:34:09.623Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:34:09.745Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:34:09.745Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-05-25T04:34:09.745Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:34:09.746Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:34:11.563Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:34:11.564Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:34:11.564Z||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-05-25T04:34:11.564Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:34:21.114Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:34:21.114Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:34:21.115Z||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-05-25T04:34:21.115Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:34:30.656Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:34:30.656Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:34:30.657Z||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-05-25T04:34:30.657Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:34:40.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:34:40.194Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:34:40.195Z||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-05-25T04:34:40.195Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:34:49.739Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:34:49.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:34:49.740Z||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-05-25T04:34:49.740Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:34:59.289Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:34:59.290Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:34:59.290Z||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-05-25T04:34:59.290Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:35:08.836Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:35:08.837Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:35:08.837Z||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-05-25T04:35:08.837Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:35:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:35:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:35:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:35:10.154Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:35:10.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:35:10.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:35:10.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:35:10.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:35:10.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:35:10.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/resourceInstances/pnf570cbcd110f50/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453185738,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "NOTIFIED"
}
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453198298,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-05-25T04:35:10.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:35:10.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453200242,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8lge4aycjw9o1df4230c/1.0/artifacts/service-DemoPnf8lge4aycjw9o1df4230c-csar.csar",
  "status": "DEPLOY_OK"
}
2022-05-25T04:35:10.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:35:10.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-05-25T04:35:10.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "537ae345-8d06-4727-8c03-19a6a50ef6d4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1653453231424,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-05-25T04:35:10.157Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-05-25T04:35:18.413Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:35:18.414Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:35:18.414Z||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-05-25T04:35:18.414Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:35:27.961Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:35:27.962Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:35:27.963Z||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-05-25T04:35:27.963Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:35:37.521Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:36:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:36:09.621Z||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-05-25T04:36:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:36:09.622Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:36:09.622Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:36:09.622Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:36:19.198Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:36:19.203Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:37:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:37:09.621Z||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-05-25T04:37:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:37:09.622Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:37:09.622Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:37:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:37:19.164Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:37:19.166Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:38:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:38:09.621Z||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-05-25T04:38:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:38:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:38:09.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:38:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:38:19.174Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:38:19.177Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:39:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:39:09.621Z||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-05-25T04:39:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:39:09.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:39:09.622Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:39:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:39:19.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:39:19.174Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:40:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:40:09.622Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:40:09.623Z||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-05-25T04:40:09.623Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:40:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:40:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:40:19.192Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:40:19.194Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:41:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:41:09.621Z||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-05-25T04:41:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:41:09.622Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:41:09.623Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:41:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:41:19.168Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:41:19.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:42:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:42:09.621Z||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-05-25T04:42:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:42:09.622Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:42:09.623Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:42:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:42:19.170Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:42:19.174Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:43:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:43:09.621Z||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-05-25T04:43:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:43:09.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:43:09.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:43:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:43:19.165Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:43:19.170Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:44:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:44:09.621Z||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-05-25T04:44:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:44:09.622Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:44:09.623Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:44:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:44:19.161Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:44:19.165Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:45:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:45:09.621Z||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-05-25T04:45:09.621Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:45:09.622Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:45:09.623Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:45:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:45:19.191Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:45:19.203Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:46:09.620Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:46:09.621Z||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-05-25T04:46:09.622Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:46:09.622Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:46:09.623Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:46:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:46:19.171Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:46:19.171Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:47:09.620Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:47:09.621Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:47:09.621Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:47:09.623Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:47:09.623Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:47:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:47:19.196Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:47:19.204Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:48:09.620Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:48:09.621Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:48:09.621Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:48:09.622Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:48:09.623Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:48:09.623Z||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 qYpiiJgh5diqaeja) ...
2022-05-25T04:48:19.181Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:48:19.181Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:49:09.620Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:49:09.622Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:49:09.622Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:49:09.622Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:49:09.623Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:49:09.623Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:49:19.170Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:49:19.171Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:50:09.620Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:50:09.621Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:50:09.621Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:50:09.622Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-05-25T04:50:09.623Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-05-25T04:50:09.623Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|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 qYpiiJgh5diqaeja) ...
2022-05-25T04:50:19.166Z|72c78247-18b1-4df6-8bff-edb4cb3d9968|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-05-25T04:50:19.166Z|537ae345-8d06-4727-8c03-19a6a50ef6d4|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK